Traceback (most recent call last):
File "/usr/local/bin/extract_fasta_bins.py", line 4, in <module>
__import__('pkg_resources').run_script('concoct==1.1.0', 'extract_fasta_bins.py')
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 667, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1463, in run_script
exec(code, namespace, namespace)
File "/usr/local/lib/python3.8/dist-packages/concoct-1.1.0-py3.8-linux-x86_64.egg/EGG-INFO/scripts/extract_fasta_bins.py", line 44, in <module>
main(args)
File "/usr/local/lib/python3.8/dist-packages/concoct-1.1.0-py3.8-linux-x86_64.egg/EGG-INFO/scripts/extract_fasta_bins.py", line 32, in main
seqs = [all_seqs[contig_id] for contig_id in contig_ids]
File "/usr/local/lib/python3.8/dist-packages/concoct-1.1.0-py3.8-linux-x86_64.egg/EGG-INFO/scripts/extract_fasta_bins.py", line 32, in <listcomp>
seqs = [all_seqs[contig_id] for contig_id in contig_ids]
KeyError: 'tmp_1.concoct_part_0'
Hi,
When I run the basic usage example, I get error at the extract_fasta_bins.py script step. Previous steps all run without error.
The command
return this error:
Here is what the input filles look like:
and
Here are the previous concoct command I ran befroe getting this error:
Any idea on what could cause this error?
than you very much in advance for your help JF