Skip to content
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

Unexpected error: <class 'FileNotFoundError'> #391

Open
zzzzzoeyy opened this issue Mar 21, 2024 · 0 comments
Open

Unexpected error: <class 'FileNotFoundError'> #391

zzzzzoeyy opened this issue Mar 21, 2024 · 0 comments

Comments

@zzzzzoeyy
Copy link

Unexpected error: <class 'FileNotFoundError'>
Traceback (most recent call last):
File "/Users/zhangluyao/anaconda3/bin/checkm", line 856, in
checkmParser.parseOptions(args)
File "/Users/zhangluyao/anaconda3/lib/python3.11/site-packages/checkm/main.py", line 980, in parseOptions
self.lineageSet(options)
File "/Users/zhangluyao/anaconda3/lib/python3.11/site-packages/checkm/main.py", line 261, in lineageSet
treeParser.getBinMarkerSets(options.tree_dir, options.marker_file,
File "/Users/zhangluyao/anaconda3/lib/python3.11/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 "/Users/zhangluyao/anaconda3/lib/python3.11/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: '/Users/zhangluyao/Downloads/checkm_data_2015_01_16/result/storage/tree/concatenated.tre'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant