Skip to content

Commit

Permalink
Exposing outputs at the workflow level.
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeTL1220 committed Aug 15, 2018
1 parent f3987c6 commit 59a43c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/cnv_wdl/somatic/cnv_somatic_pair_workflow.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ workflow CNVSomaticPairWorkflow {
File copy_ratio_parameters_tumor = ModelSegmentsTumor.copy_ratio_parameters
File allele_fraction_parameters_tumor = ModelSegmentsTumor.allele_fraction_parameters
File called_copy_ratio_segments_tumor = CallCopyRatioSegmentsTumor.called_copy_ratio_segments
File called_copy_ratio_segments_legacy_tumor = CallCopyRatioSegmentsTumor.called_copy_ratio_legacy_segments
File denoised_copy_ratios_plot_tumor = PlotDenoisedCopyRatiosTumor.denoised_copy_ratios_plot
File denoised_copy_ratios_lim_4_plot_tumor = PlotDenoisedCopyRatiosTumor.denoised_copy_ratios_lim_4_plot
File standardized_MAD_tumor = PlotDenoisedCopyRatiosTumor.standardized_MAD
Expand All @@ -472,6 +473,7 @@ workflow CNVSomaticPairWorkflow {
File? copy_ratio_parameters_normal = ModelSegmentsNormal.copy_ratio_parameters
File? allele_fraction_parameters_normal = ModelSegmentsNormal.allele_fraction_parameters
File? called_copy_ratio_segments_normal = CallCopyRatioSegmentsNormal.called_copy_ratio_segments
File? called_copy_ratio_segments_legacy_normal = CallCopyRatioSegmentsNormal.called_copy_ratio_legacy_segments
File? denoised_copy_ratios_plot_normal = PlotDenoisedCopyRatiosNormal.denoised_copy_ratios_plot
File? denoised_copy_ratios_lim_4_plot_normal = PlotDenoisedCopyRatiosNormal.denoised_copy_ratios_lim_4_plot
File? standardized_MAD_normal = PlotDenoisedCopyRatiosNormal.standardized_MAD
Expand Down

0 comments on commit 59a43c8

Please sign in to comment.