Mercurial > repos > peter-waltman > ucsc_cluster_tools2
view cluster.tools/fix.and.merge.TCGA.sample.IDs.xml @ 5:cbc3ecce98ee draft
Uploaded
author | peter-waltman |
---|---|
date | Fri, 01 Mar 2013 19:53:49 -0500 |
parents | 563832f48c08 |
children |
line wrap: on
line source
<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} -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" /> </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)** </help> </tool>