Skip to content

Commit

Permalink
add conda path
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorb1 committed Nov 9, 2023
1 parent 9e72cda commit f60dcde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions workflow/rules/results.smk
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ rule create_heatmap:
results=expand("results/{{scenario}}/{{result_file}}.{ext}", ext=config['filetype'])
output:
"results/{scenario}_summary/{result_file}_heatmap.png"
conda: "../envs/heatmap.yaml"
shell:
"python workflow/scripts/create_heatmap.py {params.parameters} {input.sample} {input.results} {output} {params.scaled}"

Expand All @@ -91,6 +92,7 @@ rule plot_interactions:
results = "results/{scenario}/objective_{scenario}.csv"
output:
"results/{scenario}_summary/SA_interactions.png"
conda: "../envs/sample.yaml"
shell:
"python workflow/scripts/plot_interactions.py {params.parameters} {input.sample} {input.results} {output}"

Expand Down

0 comments on commit f60dcde

Please sign in to comment.