We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ca99d commit 722a690Copy full SHA for 722a690
1 file changed
test_files/test_snakemake/picrust2/picrust2.Snakefile
@@ -1,10 +1,10 @@
1
configfile: "test_picrust2_config.yaml"
2
report: "report.rst"
3
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"
+include: "snakemake_dir/common.smk"
+include: "snakemake_dir/file_manipulation.smk"
+include: "snakemake_dir/table_filtering.smk"
+include: "snakemake_dir/functional_annotation.smk"
8
9
rule results:
10
input:
0 commit comments