checkm lineage_wf -f "mysample_downsample10pct_metabat.checkm.txt" -t 40 -x fa metabat_folder checkm_folder
Traceback (most recent call last):
File "/opt/conda/bin/checkm", line 856, in <module>
checkmParser.parseOptions(args)
File "/opt/conda/lib/python3.7/site-packages/checkm/main.py", line 980, in parseOptions
self.lineageSet(options)
File "/opt/conda/lib/python3.7/site-packages/checkm/main.py", line 265, in lineageSet
resultsParser, options.unique, options.multi)
File "/opt/conda/lib/python3.7/site-packages/checkm/treeParser.py", line 485, in getBinMarkerSets
tree = dendropy.Tree.get_from_path(treeFile, schema='newick', rooting="force-rooted", preserve_underscores=True)
File "/opt/conda/lib/python3.7/site-packages/dendropy/datamodel/basemodel.py", line 217, in get_from_path
with open(src, *open_args) as fsrc:
FileNotFoundError: [Errno 2] No such file or directory: 'checkm_folder/storage/tree/concatenated.tre'
I am running the following command
Here is my traceback:
When I look in the
checkm_folder/storage/treeI see aconcatenated.fastafile but notconcatenated.treI am running this from:
docker base image:
mambaorg/micromamba:0.27.0python:
3.7.16nextflow:
version 22.10.0 build 5826