Mercurial > repos > melissacline > ucsc_cancer_utilities
diff segToMatrix.xml @ 54:59dbe857f5d4
introduce normal_CNV parameter
author | jingchunzhu |
---|---|
date | Thu, 17 Sep 2015 22:03:04 -0700 |
parents | 3a036a34c362 |
children | 2a240b005731 |
line wrap: on
line diff
--- a/segToMatrix.xml Thu Sep 17 15:38:53 2015 -0700 +++ b/segToMatrix.xml Thu Sep 17 22:03:04 2015 -0700 @@ -3,7 +3,7 @@ Prepare segmented copy number data for Xena </description> <command interpreter="python"> - seg2matrix/segToMatrixGalaxy.py $input $__tool_directory__/seg2matrix/$refGene.assembly $outputMatrix $outputProbeMap + seg2matrix/segToMatrixGalaxy.py $input $__tool_directory__/seg2matrix/$refGene.assembly $outputMatrix $outputProbeMap $normal_CNV_value </command> <inputs> <param name="input" format="tabular" type="data" multiple="false" label="Input segmented copy number data" /> @@ -18,7 +18,8 @@ <when value="hg18"> <param name="assembly" type="hidden" value="refGene_hg18" /> </when> - </conditional> + </conditional> + <param name="normal_CNV_value" type="text" value="0" lable="what is the value to represent normal copy number" /> </inputs> <outputs> <data name="outputMatrix" format="tabular" label="xena copy number matrix" />