File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ def addCondaPaths_Config(config):
35
35
config ['stat_root' ] = "%s/envs/stat_perl_r" % conda_root
36
36
config ['centrifuge_root' ]= "/%s/envs/centrifuge_env" % conda_root
37
37
config ['rseqc_root' ]= "/%s/envs/rseqc_env" % conda_root
38
- config ['gatk4_root' ]= "/%s/envs/gatk4_env" % conda_root
39
38
config ['vep_root' ]= "/%s/envs/vep_env" % conda_root
40
39
config ['prada_root' ]= "/%s/envs/prada_env" % conda_root
41
40
@@ -124,8 +123,6 @@ def all_targets(wildcards):
124
123
ls .extend (microbiome_individual_targets (wildcards ))
125
124
if execution ["microbiome_cohort" ]:
126
125
ls .extend (microbiome_cohort_targets (wildcards ))
127
- if execution ["report" ]:
128
- ls .extend (report_targets (wildcards ))
129
126
return ls
130
127
131
128
@@ -163,5 +160,3 @@ if execution["microbiome_individual"]:
163
160
include : "./modules/microbiome/microbiome_individual.snakefile"
164
161
if execution ["microbiome_cohort" ]:
165
162
include : "./modules/microbiome/microbiome_cohort.snakefile"
166
- if execution ["report" ]:
167
- include : "./modules/report/report.snakefile"
You can’t perform that action at this time.
0 commit comments