Skip to content

Commit

Permalink
test Rscript with help message
Browse files Browse the repository at this point in the history
  • Loading branch information
yueyaog committed Apr 18, 2024
1 parent 12600b8 commit 520a4be
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions PECGS-QUICviz/QUICviz.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,20 @@ task QUICviz {
File oncotatedCalledTumor
}
command <<<
/usr/local/bin/Rscript /BaseImage/CMI_QUICviz/scripts/QUICviz_v0.3.R \
--sample ~{sampleID} \
--tumor_type ~{tumorType} \
--normal_acf ~{allelicCountsNormal} \
--normal_cr ~{denoisedCopyRatiosNormal} \
--tumor_acf ~{allelicCountsTumor} \
--tumor_cr ~{denoisedCopyRatiosTumor} \
--tumor_cr_seg ~{calledCopyRatioSegTumor} \
--tumor_seg_oncotated ~{oncotatedCalledTumor} \
--output_dir /BaseImage/CMI_QUICviz/outputs/
set -e
Sys.which("Rscript")

/usr/local/bin/Rscript /BaseImage/CMI_QUICviz/scripts/QUICviz_v0.3.R -h
# \
# --sample ~{sampleID} \
# --tumor_type ~{tumorType} \
# --normal_acf ~{allelicCountsNormal} \
# --normal_cr ~{denoisedCopyRatiosNormal} \
# --tumor_acf ~{allelicCountsTumor} \
# --tumor_cr ~{denoisedCopyRatiosTumor} \
# --tumor_cr_seg ~{calledCopyRatioSegTumor} \
# --tumor_seg_oncotated ~{oncotatedCalledTumor} \
# --output_dir /BaseImage/CMI_QUICviz/outputs/

>>>
output {
Expand Down

0 comments on commit 520a4be

Please sign in to comment.