Skip to content

Commit 700e1d1

Browse files
committed
fix(pipeline): correct conda environment name
1 parent 5e7fe58 commit 700e1d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

04_Densoviruses/GA_pipeline

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rule run_prokka:
1414
24
1515
output:
1616
directory("prokka_results/annotated_densovirus_{sample}")
17-
conda: "denso.yaml"
17+
conda: "denso"
1818
shell:
1919
"""
2020
prokka --kingdom Viruses --outdir {output} --proteins {input.proteins} --addgenes --prefix {params.prefix} {input.genome} --cpus {threads}

0 commit comments

Comments
 (0)