-
Notifications
You must be signed in to change notification settings - Fork 23
Description
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
test/scripts/test_checkm.py test/outputs/checkm.txt
Activating conda environment: /home/yb/MAGpy/.snakemake/conda/193fb18dbd5d570d4fcebaa03389205a
How can I solve this problem? Thank you!