Skip to content

Commit 722a690

Browse files
committed
remove curly braces from test version
1 parent f9ca99d commit 722a690

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

test_files/test_snakemake/picrust2/picrust2.Snakefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
configfile: "test_picrust2_config.yaml"
22
report: "report.rst"
33

4-
include: "{snakemake_dir}/common.smk"
5-
include: "{snakemake_dir}/file_manipulation.smk"
6-
include: "{snakemake_dir}/table_filtering.smk"
7-
include: "{snakemake_dir}/functional_annotation.smk"
4+
include: "snakemake_dir/common.smk"
5+
include: "snakemake_dir/file_manipulation.smk"
6+
include: "snakemake_dir/table_filtering.smk"
7+
include: "snakemake_dir/functional_annotation.smk"
88

99
rule results:
1010
input:

0 commit comments

Comments
 (0)