Skip to content
Snippets Groups Projects
Commit 1c5a2c79 authored by pipaj97's avatar pipaj97
Browse files

fix env for sequence identities

parent 5fb12ac0
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ rule get_sequence_identity:
output:
seq_identities= RESULT_DIR / 'statistics/clustering/seq_identity.csv'
conda:
"../envs/plot_mutations_env.yaml"
"../envs/seq_identities_env.yaml"
threads: 1
script:
"../scripts/get_seq_identity.py"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment