Skip to content

Commit ab72307

Browse files
committed
remove report
1 parent 5e7f0ca commit ab72307

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

RIMA.snakefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ def addCondaPaths_Config(config):
3535
config['stat_root'] = "%s/envs/stat_perl_r" % conda_root
3636
config['centrifuge_root']= "/%s/envs/centrifuge_env" % conda_root
3737
config['rseqc_root']= "/%s/envs/rseqc_env" % conda_root
38-
config['gatk4_root']= "/%s/envs/gatk4_env" % conda_root
3938
config['vep_root']= "/%s/envs/vep_env" % conda_root
4039
config['prada_root']= "/%s/envs/prada_env" % conda_root
4140

@@ -124,8 +123,6 @@ def all_targets(wildcards):
124123
ls.extend(microbiome_individual_targets(wildcards))
125124
if execution["microbiome_cohort"]:
126125
ls.extend(microbiome_cohort_targets(wildcards))
127-
if execution["report"]:
128-
ls.extend(report_targets(wildcards))
129126
return ls
130127

131128

@@ -163,5 +160,3 @@ if execution["microbiome_individual"]:
163160
include: "./modules/microbiome/microbiome_individual.snakefile"
164161
if execution["microbiome_cohort"]:
165162
include: "./modules/microbiome/microbiome_cohort.snakefile"
166-
if execution["report"]:
167-
include: "./modules/report/report.snakefile"

0 commit comments

Comments
 (0)