Skip to content

Commit

Permalink
Fix output path
Browse files Browse the repository at this point in the history
  • Loading branch information
yueyaog committed Apr 22, 2024
1 parent a88d4ca commit e0dbb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PECGS-QUICviz/QUICviz.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ task mergeImages {
>>>
output {
File chr_pdf = "output/~{SampleID}_~{TumorType}_QUICviz.pdf"
File allchr_plot = "output/All_chr.png"
File allchr_plot = "output/images/All_chr.png"
}
runtime {
docker: "us.gcr.io/tag-team-160914/neovax-parsley:2.2.1.0"
Expand Down

0 comments on commit e0dbb9e

Please sign in to comment.