-
Notifications
You must be signed in to change notification settings - Fork 73
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
FileNotFoundError: [Errno 2] No such file or directory: 'checkm_folder/storage/tree/concatenated.tre' #372
Comments
Here is the contents of
|
I'm not sure if this is relavent |
Update: I am able to run Here are the steps I took:
pplacer command
guppy command
The commands I got from (lines 72-81) Line 72 in 3eac958
|
I am having the same error with checkM 1.2.2 (in a singularity). The Dockerfile I intended to use (and push here):
You can get if with While trying to look for the file ( if it was misplaced), I noticed that the output is appened to the log file instead of re-writing it, which can be confusing. Also, only the stdout is written and stderr is missing. The first error that happens is actually:
This exception is seen here but shows a defined error instead of a
I wonder if the error of @spitfiredd comes from the same killed job of pplacer or if our python error comes from a different previous bug. Maybe mine should be in a different issue. |
same issue here versions: executed on: WSL installed on LAPTOP x86_64 (8 CPUs and 6.087029e+09 RAMs) |
I have installed checkm-genome on 3 ubuntu 22.04 systems for numerous times. However, the last try in the 3rd system had successed. I am a new in bio-info, I think this issue may be caused by the source code because it had not been updated after 2015. |
你好,这个问题你解决了吗? |
I'm experiencing the same problem, do you have a solution for the trouble? |
Missing file issues are generally due to the machine running out of memory. You can find the CheckM system requirements here: |
I am running the following command
Here is my traceback:
When I look in the
checkm_folder/storage/tree
I see aconcatenated.fasta
file but notconcatenated.tre
I am running this from:
docker base image:
mambaorg/micromamba:0.27.0
python:
3.7.16
nextflow:
version 22.10.0 build 5826
The text was updated successfully, but these errors were encountered: