Hello,
I'm working my way through the early steps of the pipeline and can't get past the rageMatch.py script. I am receiving the following error: UnboundLocalError: local variable 'length' referenced before assignment
Here is the command: python ~/rageseq-master/rageMatch.py -q ../Dartmouth-RAGESeq-Nanopoe-LSK110-8242021/fastq_pass/rage.fastq.gz -o ./ -b transformed-bc.tsv --length 200 -t 10 -f 250 -n 1
Any help is greatly appreciated.