We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c192fe commit 80ece52Copy full SHA for 80ece52
workflow/rules/ref.smk
@@ -47,7 +47,7 @@ rule bwa_index:
47
input:
48
os.path.join(resource_path,"genome.fasta"),
49
output:
50
- multiext(os.path.join(resource_path,"genome.fasta", ".amb", ".ann", ".bwt", ".pac", ".sa")),
+ multiext(os.path.join(resource_path,"genome.fasta"), ".amb", ".ann", ".bwt", ".pac", ".sa"),
51
log:
52
"logs/rules/bwa_index.log",
53
resources:
0 commit comments