We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b916415 commit f37a30cCopy full SHA for f37a30c
1 file changed
workflow/rules/fasta.smk
@@ -19,7 +19,7 @@ rule read_bam_refs:
19
20
rule index_fasta:
21
conda:
22
- "../envs/tools.yaml"
+ "../envs/var_calling.yaml"
23
input:
24
fasta="{name}.fasta",
25
output:
0 commit comments