Skip to content

Commit

Permalink
Removed commented lines from somatic CNV WDL.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelklee committed Dec 14, 2022
1 parent c5bccee commit ca21174
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/cnv_wdl/somatic/cnv_somatic_pair_workflow.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -575,11 +575,6 @@ workflow CNVSomaticPairWorkflow {
Float? scaled_delta_MAD_value_normal = PlotDenoisedCopyRatiosNormal.scaled_delta_MAD_value
File? modeled_segments_plot_normal = PlotModeledSegmentsNormal.modeled_segments_plot

# File? oncotated_called_file_tumor = select_first([CNVOncotatorWorkflow.oncotated_called_file, "null"])
# File? oncotated_called_gene_list_file_tumor = select_first([CNVOncotatorWorkflow.oncotated_called_gene_list_file, "null"])
# File? funcotated_called_file_tumor = select_first([CNVFuncotateSegmentsWorkflow.funcotated_seg_simple_tsv, "null"])
# File? funcotated_called_gene_list_file_tumor = select_first([CNVFuncotateSegmentsWorkflow.funcotated_gene_list_tsv, "null"])
File? oncotated_called_file_tumor = CNVOncotatorWorkflow.oncotated_called_file
File? oncotated_called_gene_list_file_tumor = CNVOncotatorWorkflow.oncotated_called_gene_list_file
File? funcotated_called_file_tumor = CNVFuncotateSegmentsWorkflow.funcotated_seg_simple_tsv
Expand Down

0 comments on commit ca21174

Please sign in to comment.