File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 17
17
18
18
with :
19
19
directory : .test
20
- snakefile : Snakefile
20
+ snakefile : workflow/ Snakefile
21
21
args : " --lint"
22
22
23
23
Testing :
@@ -32,12 +32,12 @@ jobs:
32
32
33
33
with :
34
34
directory : .test
35
- snakefile : Snakefile
35
+ snakefile : workflow/ Snakefile
36
36
args : " --use-conda --show-failed-logs --cores 10 --conda-cleanup-pkgs cache --conda-frontend mamba"
37
37
38
38
- name : Test report
39
39
40
40
with :
41
41
directory : .test
42
- snakefile : Snakefile
42
+ snakefile : workflow/ Snakefile
43
43
args : " --report report.zip"
Original file line number Diff line number Diff line change 30
30
# * add header to results of BLAST analysis (rule blast_header) and create plots (rule plots_blast)
31
31
32
32
33
- include : "workflow/ rules/common.smk"
34
- include : "workflow/ rules/qc.smk"
35
- include : "workflow/ rules/cutadapt.smk"
36
- include : "workflow/ rules/noderad.smk"
37
- include : "workflow/ rules/evaluation.smk"
33
+ include : "rules/common.smk"
34
+ include : "rules/qc.smk"
35
+ include : "rules/cutadapt.smk"
36
+ include : "rules/noderad.smk"
37
+ include : "rules/evaluation.smk"
38
38
39
39
rule all :
40
40
input : all_input
You can’t perform that action at this time.
0 commit comments