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
I get the following error on running the following command on catfishq 1.1.15 catfishq -r flowcell_xyz/ --log DEBUG > catf.fastq
Searching flowcell_xyz/ for FASTQ files
Found 622 files
Traceback (most recent call last):
File "/home/ubuntu/miniconda3/bin/catfishq", line 8, in <module>
sys.exit(main())
File "/home/ubuntu/miniconda3/lib/python3.8/site-packages/catfishq/cat_fastq.py", line 320, in main
format_fq(
File "/home/ubuntu/miniconda3/lib/python3.8/site-packages/catfishq/cat_fastq.py", line 285, in format_fq
for entry in parse_fastqs(
File "/home/ubuntu/miniconda3/lib/python3.8/site-packages/catfishq/cat_fastq.py", line 201, in parse_fastqs
with pysam.FastxFile(filename) as fh:
File "pysam/cfaidx.pyx", line 456, in pysam.cfaidx.FastxFile.__cinit__
File "pysam/cfaidx.pyx", line 478, in pysam.cfaidx.FastxFile._open
File "pysam/cutils.pyx", line 107, in pysam.cutils.encode_filename
TypeError: Argument must be string or unicode.
Thank you.
The text was updated successfully, but these errors were encountered:
I get the following error on running the following command on catfishq 1.1.15
catfishq -r flowcell_xyz/ --log DEBUG > catf.fastq
Thank you.
The text was updated successfully, but these errors were encountered: