Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nickhsmith committed Jul 1, 2022
1 parent 8a16a45 commit 8f5a584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drop/template/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ rule prepFasta_fa:
gatk CreateSequenceDictionary -R {input} -O {output.dict}
"""

rule prepFasta_fasta
rule prepFasta_fasta:
priority: 1
input:
"{path_to_ref}.fasta"
Expand Down

0 comments on commit 8f5a584

Please sign in to comment.