Mercurial > repos > peter-waltman > ucsc_cluster_tools2
diff cluster.tools/fix.and.merge.TCGA.sample.IDs.xml @ 0:0decf3fd54bc draft
Uploaded
author | peter-waltman |
---|---|
date | Thu, 28 Feb 2013 01:45:39 -0500 |
parents | |
children | 563832f48c08 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cluster.tools/fix.and.merge.TCGA.sample.IDs.xml Thu Feb 28 01:45:39 2013 -0500 @@ -0,0 +1,33 @@ +<tool id="fix_and_merge_TCGA_samples_IDs" name="Fix and Merge TCGA sample IDs" force_history_refresh="True"> + <command interpreter="python">fix.and.merge.TCGA.sample.IDs.py +-d $dataset -n ${num_components} ${remove_normals} +-o ${output} + +</command> + <inputs> + <param name="dataset" type="data" format='tabular' label="Matrix with Full TCGA Aliquot Barcodes"/> + <param name="num_components" type="integer" label="Number of barcode components to use (min number is 3)" value="3" /> + <param name="remove_normals" type="boolean" label="Remove Normals from Matrix? (check to exclude)" truevalue="-r" falsevalue="" checked="True" /> + </inputs> + <outputs> + <data format="tabular" name="output" label="Matrix with TCGA Patient Barcodes (filtered and merged)"/> + </outputs> +<help> +.. class:: infomark + +**Update and Merge TCGA Sample IDs** - This will limit the TCGA sample IDs to the specified numnber of elements (min is 3). If necessary, samples will be merged (by averaging) + +**OUTPUT:** A new matrix using sample (columns) that use the specified number of components + +---- + +**Parameters** + +- **Matrix with TCGA barcode sample IDs (e.g. TCGA-AE-####-01-)** Specify a data matrix with TCGA barcodes + +- **Number of barcode components to use** Specify the number of barcode components to use in new matrix that is produced **(min number is 3)** + +- **Remove Normals from Matrix?** - Remove any normals from the matrix (if necessary) + +</help> +</tool>