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 am using the RAT in the package which my code is ./CAT_pack reads --mode mcr -b $PWD$/metabat2_filtered/ -c $PWD$/K91/final_contigs.fasta -s fa -1 $PWD$/FILE_1.fq.gz -2 $PWD$/FILE_2.fq.gz -d $PWD$/20240422_CAT_nr/db -t $PWD$/20240422_CAT_nr/tax --c2c $PWD$/FILE.contig2classification.txt -o PREFIX_NAME
And i got this ERROR Traceback (most recent call last):
File "./CAT_pack", line 101, in
main()
File "./CAT_pack", line 85, in main
reads.run()
File "/data/kodchaporn.kha/metagenome/CAT_pack/CAT_pack/reads.py", line 217, in run
args.path_to_samtools, args.log_file, args.quiet))
File "/data/kodchaporn.kha/metagenome/CAT_pack/CAT_pack/check.py", line 168, in check_samtools_binaries
output = c[0].decode().split('\n')[0].rstrip()
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xab in position 286: invalid start byte
Hi,
I am using the RAT in the package which my code is
./CAT_pack reads --mode mcr -b $PWD$/metabat2_filtered/ -c $PWD$/K91/final_contigs.fasta -s fa -1 $PWD$/FILE_1.fq.gz -2 $PWD$/FILE_2.fq.gz -d $PWD$/20240422_CAT_nr/db -t $PWD$/20240422_CAT_nr/tax --c2c $PWD$/FILE.contig2classification.txt -o PREFIX_NAME
And i got this ERROR
Traceback (most recent call last):
File "./CAT_pack", line 101, in
main()
File "./CAT_pack", line 85, in main
reads.run()
File "/data/kodchaporn.kha/metagenome/CAT_pack/CAT_pack/reads.py", line 217, in run
args.path_to_samtools, args.log_file, args.quiet))
File "/data/kodchaporn.kha/metagenome/CAT_pack/CAT_pack/check.py", line 168, in check_samtools_binaries
output = c[0].decode().split('\n')[0].rstrip()
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xab in position 286: invalid start byte
with the log file
seafood_10_RAT.log
I have been searching in the ISSUES in GitHub, but no one has been discussing this problem before, so I need your help!
The text was updated successfully, but these errors were encountered: