-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error running quast #55
Comments
Hi! While we are debugging, you can try standalone version of Quast at https://downloads.sourceforge.net/project/quast/quast-4.6.3.tar.gz |
Hopefully, the problem is solved already, so I am closing the issue now. Please reopen it (and send the requested files) if the problem persists! |
Hello,
Here's the command and output. I'm using a fancy new workflow manager so I don't have access to the
I've seen this error in Python 3 before and if I use the Python 2.7 image ( |
Hi Olga, |
I have the same bug with latest docker |
Please try |
I am closing this issue since the solution was posted in #70 (comment) as mentioned above |
Hello,
I'm getting the following error when trying to run quast w/ even the most simple parameters (quast.log):
`/root/anaconda3/bin/quast.py ./test.fa -o /root/DeepBiome/SRR924736_out_dir/mega_out/combined_reference
Version: 4.6.3
System information:
OS: Linux-4.9.87-linuxkit-aufs-x86_64-with-debian-8.10 (linux_64)
Python version: 3.6.5
CPUs number: 3
Started: 2018-04-14 13:48:14
Logging to /root/DeepBiome/SRR924736_out_dir/mega_out/combined_reference/quast.log
NOTICE: Output directory already exists. Existing Nucmer alignments can be used
NOTICE: Maximum number of threads is set to 1 (use --threads option to set it manually)
CWD: /root/DeepBiome/SRR924736_out_dir/mega_out
Main parameters:
Threads: 1, minimum contig length: 500, ambiguity: one, threshold for extensive misassembly size: 1000
Contigs:
Pre-processing...
./test.fa ==> test
2018-04-14 13:48:15
Running Basic statistics processor...
Contig files:
test
'ascii' codec can't decode byte 0xef in position 14588: ordinal not in range(128)
Traceback (most recent call last):
File "/root/anaconda3/bin/quast.py", line 281, in
return_code = main(sys.argv[1:])
File "/root/anaconda3/bin/quast.py", line 140, in main
output_dirpath)
File "/root/anaconda3/lib/python3.6/site-packages/quast_libs/basic_stats.py", line 228, in do
html_saver.save_contigs_lengths(results_dir, contigs_fpaths, corr_lists_of_lengths)
File "/root/anaconda3/lib/python3.6/site-packages/quast_libs/html_saver/html_saver.py", line 475, in save_contigs_lengths
append(results_dirpath, json_fpath, 'contigsLengths')
File "/root/anaconda3/lib/python3.6/site-packages/quast_libs/html_saver/html_saver.py", line 220, in append
init(html_fpath)
File "/root/anaconda3/lib/python3.6/site-packages/quast_libs/html_saver/html_saver.py", line 115, in init
script_texts.append(js_html(aux_f_rel_path))
File "/root/anaconda3/lib/python3.6/site-packages/quast_libs/html_saver/html_saver.py", line 95, in js_html
return '<script type="text/javascript">\n' + open(get_real_path(script_rel_path)).read() + '\n</script>\n'
File "/root/anaconda3/lib/python3.6/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xef in position 14588: ordinal not in range(128)
`
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: