Skip to content

Commit 80ece52

Browse files
committed
fix typo
1 parent 8c192fe commit 80ece52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow/rules/ref.smk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ rule bwa_index:
4747
input:
4848
os.path.join(resource_path,"genome.fasta"),
4949
output:
50-
multiext(os.path.join(resource_path,"genome.fasta", ".amb", ".ann", ".bwt", ".pac", ".sa")),
50+
multiext(os.path.join(resource_path,"genome.fasta"), ".amb", ".ann", ".bwt", ".pac", ".sa"),
5151
log:
5252
"logs/rules/bwa_index.log",
5353
resources:

0 commit comments

Comments
 (0)