-
Notifications
You must be signed in to change notification settings - Fork 23
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 in test_checkm.py #32
Comments
Hey I would start by activating the environment:
Then trying first to see if checkm runs:
Then trying to see what happens if you run the test script
|
@mw55309
So I try to run "❯ checkm data setRoot", and the results were same as above. I also running "❯ test/scripts/test_checkm.py test/outputs/checkm.txt", and nothing happened... |
And what are the contents of |
When I run test_checkm.py, it never ends. |
Sorry, this should have been fixed in the recent commit |
Hi, I tried to run the new version of MAGpy, and I got an error in running tests.
When the step testing test_checkm.py, the terminal stopped and nothing happened.
All the other testing steps were well processed.
❯ snakemake -rp -s MAGpy --cores 120 --use-conda test
The flag 'directory' used in rule all is only valid for outputs, not inputs.
Building DAG of jobs...
Using shell: /bin/bash
Provided cores: 120
Rules claiming more threads will be scaled down.
Job counts:
count jobs
1 test
1 test_checkm
2
Select jobs to execute...
[Thu Jun 3 20:08:44 2021]
rule test_checkm:
output: test/outputs/checkm.txt
jobid: 2
reason: Missing output files: test/outputs/checkm.txt
Activating conda environment: /home/yb/MAGpy/.snakemake/conda/193fb18dbd5d570d4fcebaa03389205a
How can I solve this problem? Thank you!
The text was updated successfully, but these errors were encountered: