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
Using v2.10.
I've tried to use iu-trim-fastq but it failed with this error:
iu-trim-fastq -f 0 -t 100 R1.fastq.gz R1-TRIMMED-TO-100bp.fastq.gz
00% -- (num pairs processed: 1) Traceback (most recent call last):
File "/project2/meren/VIRTUAL-ENVS/anvio-dev/bin/iu-trim-fastq", line 51, in <module>
sys.exit(main(input_file_path, output_file_path, args.trim_from, args.trim_to, compressed))
File "/project2/meren/VIRTUAL-ENVS/anvio-dev/bin/iu-trim-fastq", line 25, in main
output.store_entry(input.entry)
File "/project2/meren/VIRTUAL-ENVS/anvio-dev/lib/python3.6/site-packages/IlluminaUtils/lib/fastqlib.py", line 191, in store_entry
self.file_pointer.write('@' + e.header_line + '\n')
File "/project2/meren/VIRTUAL-ENVS/anvio-dev/lib/python3.6/gzip.py", line 260, in write
data = memoryview(data)
TypeError: memoryview: a bytes-like object is required, not 'str'
Maybe related to a python 2 to 3 migration?
Thanks for the help!
The text was updated successfully, but these errors were encountered:
Using v2.10.
I've tried to use
iu-trim-fastq
but it failed with this error:Maybe related to a python 2 to 3 migration?
Thanks for the help!
The text was updated successfully, but these errors were encountered: