-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Dear MicroPro Devs,
I installed and test the MicrobialPip as below, then get this error.
And this is my config file of Dependencies.
Source.sh.txt
But when I retry the centrifuge step, it runs successfully.
centrifuge -x test/database/abv -q -t -1 test/data/2_1.fq -2 test/data/2_2.fq -S 1_centrifuge/2_classification --report-file 1_centrifuge/2_report
Time loading forward index: 00:00:00
Time loading reference: 00:00:00
Multiseed full-index search: 00:00:05
Time searching: 00:00:05
report file 1_centrifuge/2_report
Number of iterations in EM algorithm: 0
Probability diff. (P - P_prev) in the last iteration: 0
Calculating abundance: 00:00:00
Overall time: 00:00:06
Any advice will be appreciatived !
Best,
Jinqun Huang
$ cd MicroPro/MicrobialPip
$ chmod 755 utils/*
$ R --no-save --file=scripts/parameters.R --args P test/data _1 _2 .fq test 1000
$ snakemake -p -s Snakefile-P
Multiple include of /hwfssz4/BC_COM_FP/BC_CCP/Micro/software/MicroPro/MicrobialPip/snake-known-P ignored
Multiple include of /hwfssz4/BC_COM_FP/BC_CCP/Micro/software/MicroPro/MicrobialPip/snake-known-P ignored
Multiple include of /hwfssz4/BC_COM_FP/BC_CCP/Micro/software/MicroPro/MicrobialPip/snake-cross-assembly-P ignored
The flag 'directory' used in rule index is only valid for outputs, not inputs.
The flag 'directory' used in rule mapping is only valid for outputs, not inputs.
Multiple include of /hwfssz4/BC_COM_FP/BC_CCP/Micro/software/MicroPro/MicrobialPip/snake-known-P ignored
Multiple include of /hwfssz4/BC_COM_FP/BC_CCP/Micro/software/MicroPro/MicrobialPip/snake-cross-assembly-P ignored
Multiple include of /hwfssz4/BC_COM_FP/BC_CCP/Micro/software/MicroPro/MicrobialPip/snake-map-to-ctg-P ignored
The flag 'directory' used in rule metbat2_binning is only valid for outputs, not inputs.
The flag 'directory' used in rule bin_count is only valid for outputs, not inputs.
The flag 'directory' used in rule unknown_abund is only valid for outputs, not inputs.
Building DAG of jobs...
Using shell: /bin/bash
Provided cores: 1
Rules claiming more threads will be scaled down.
Job counts:
count jobs
1 all
1 bin_count
1 cat_unmapped_reads_1
1 cat_unmapped_reads_2
2 centrifuge_alignment
1 ctf_abund
1 index
2 mapping
1 megahit_assembly
1 metbat2_binning
1 unknown_abund
2 unmapped_reads_from_ctf
1 wc_all_reads
1 wc_unmapped_reads
17
[Tue Sep 3 20:11:12 2019]
rule centrifuge_alignment:
input: test/data/2_1.fq, test/data/2_2.fq
output: 1_centrifuge/2_classification, 1_centrifuge/2_report
log: logs/1_centrifuge/2.log
jobid: 4
benchmark: benchmarks/1_centrifuge/2.tsv
wildcards: sample=2
centrifuge -x test/database/abv -q -t -1 test/data/2_1.fq -2 test/data/2_2.fq -S 1_centrifuge/2_classification --report-file 1_centrifuge/2_report &> logs/1_centrifuge/2.log
[Tue Sep 3 20:11:12 2019]
Error in rule centrifuge_alignment:
jobid: 4
output: 1_centrifuge/2_classification, 1_centrifuge/2_report
log: logs/1_centrifuge/2.log (check log file(s) for error message)
shell:
centrifuge -x test/database/abv -q -t -1 test/data/2_1.fq -2 test/data/2_2.fq -S 1_centrifuge/2_classification --report-file 1_centrifuge/2_report &> logs/1_centrifuge/2.log
(exited with non-zero exit code)
Shutting down, this might take some time.
Exiting because a job execution failed. Look above for error message
Complete log: /hwfssz4/BC_COM_FP/BC_CCP/Micro/software/MicroPro/MicrobialPip/.snakemake/log/2019-09-03T201111.945521.snakemake.log