Skip to content

Commit

Permalink
indents
Browse files Browse the repository at this point in the history
  • Loading branch information
nickhsmith committed Jul 1, 2022
1 parent 53a0f3e commit 8a16a45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drop/template/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 8a16a45

Please sign in to comment.