Hi all,
I’m trying to get Metawibele to run on the demo data.
I installed using conda and have all the correct dependences (including the optional ones) but I am getting the following error
Traceback (most recent call last):
File "/home/cwwalsh/miniconda3/envs/metawibele/bin/preprocess.py", line 179, in <module>
main(parse_cli_arguments())
File "/home/cwwalsh/miniconda3/envs/metawibele/bin/preprocess.py", line 152, in main
assembly_dir, contigs)
File "/home/cwwalsh/miniconda3/envs/metawibele/lib/python3.7/site-packages/metawibele/tools/preprocessing_tasks.py", line 220, in assembly
mylog = contig + ".log"
NameError: name 'contig' is not defined
It looks as though it is looking for contigs have not been created (the Output/Preprocess/assembly
directory is empty).
Any advice you have would be greatly appreciated.
Calum
P.S. the command I used to generate the error is below
metawibele preprocess \
--input RawReads/ \
--output Output/Preprocess/ \
--output-basename demo \
--extension-paired "_R1.fastq.gz,_R2.fastq.gz" \
--extension ".fastq.gz" \
--threads 4 \
--config metawibele.cfg