You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ConnectionError: could not open index file /path/to/dir/reads_R1.fastq.gz.fxi
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "../../ViWrap/ViWrap", line 172, in <module>
output = cli()
File "../../ViWrap/ViWrap", line 166, in cli
args["func"](args)
File "/path/to/dir/ViWrap/scripts/master_run.py", line 104, in main
sample2read_info = scripts.module.get_read_info(args['input_reads'], args['input_reads_type'])
File "/path/to/dir/ViWrap/scripts/module.py", line 647, in get_read_info
fq1 = pyfastx.Fastq(metaG_reads_list[0])
SystemError: <class 'Fastq'> returned a result with an error set
Any idea how to solve this? the read files are ok.
Thanks
(and please say hi to Karthik from Itai)
The text was updated successfully, but these errors were encountered:
Hello,
I am using this command to run ViWrap:
and I am getting this error:
Any idea how to solve this? the read files are ok.
Thanks
(and please say hi to Karthik from Itai)
The text was updated successfully, but these errors were encountered: