From 8a16a45d1c138d348518c9f881532162701983ab Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 1 Jul 2022 17:12:26 +0200 Subject: [PATCH] indents --- drop/template/Snakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drop/template/Snakefile b/drop/template/Snakefile index 08a39287..660f4ad5 100644 --- a/drop/template/Snakefile +++ b/drop/template/Snakefile @@ -73,7 +73,7 @@ rule publish_local: shell: "rsync -Ort {config[htmlOutputPath]} {config[webDir]}" rule prepFasta_fa: - priority: 1 + priority: 1 input: "{path_to_ref}.fa" output: @@ -85,8 +85,8 @@ rule prepFasta_fa: gatk CreateSequenceDictionary -R {input} -O {output.dict} """ -rule prepFasta_fasta: - priority: 1 +rule prepFasta_fasta + priority: 1 input: "{path_to_ref}.fasta" output: