Skip to content

Commit

Permalink
fix: use correct path of vega plot template even when running workflo…
Browse files Browse the repository at this point in the history
…w as a module
  • Loading branch information
johanneskoester authored Aug 31, 2021
1 parent 5d610df commit 68b8817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/diffexp.smk
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ rule vg2svg:
rule vega_volcano_plot:
input:
tsv="results/tables/diffexp/{model}.transcripts.diffexp.tsv",
spec="resources/vega_volcano_plot.json",
spec=workflow.source_path("../../resources/vega_volcano_plot.json"),
output:
json="results/plots/interactive/volcano/{model}.vl.json",
html=report(
Expand Down

0 comments on commit 68b8817

Please sign in to comment.