Mercurial > repos > peter-waltman > ucsc_cluster_tools2
comparison cluster.tools/fix.and.merge.TCGA.sample.IDs.xml @ 3:563832f48c08 draft
Uploaded
author | peter-waltman |
---|---|
date | Fri, 01 Mar 2013 19:51:25 -0500 |
parents | 0decf3fd54bc |
children |
comparison
equal
deleted
inserted
replaced
2:b8f262149ee2 | 3:563832f48c08 |
---|---|
1 <tool id="fix_and_merge_TCGA_samples_IDs" name="Fix and Merge TCGA sample IDs" force_history_refresh="True"> | 1 <tool id="fix_and_merge_TCGA_samples_IDs" name="Fix and Merge TCGA sample IDs" force_history_refresh="True"> |
2 <command interpreter="python">fix.and.merge.TCGA.sample.IDs.py | 2 <command interpreter="python">fix.and.merge.TCGA.sample.IDs.py |
3 -d $dataset -n ${num_components} ${remove_normals} | 3 -d $dataset |
4 -n ${num_components} | |
4 -o ${output} | 5 -o ${output} |
5 | 6 |
6 </command> | 7 </command> |
7 <inputs> | 8 <inputs> |
8 <param name="dataset" type="data" format='tabular' label="Matrix with Full TCGA Aliquot Barcodes"/> | 9 <param name="dataset" type="data" format='tabular' label="Matrix with Full TCGA Aliquot Barcodes"/> |
9 <param name="num_components" type="integer" label="Number of barcode components to use (min number is 3)" value="3" /> | 10 <param name="num_components" type="integer" label="Number of barcode components to use (min number is 3)" value="3" /> |
10 <param name="remove_normals" type="boolean" label="Remove Normals from Matrix? (check to exclude)" truevalue="-r" falsevalue="" checked="True" /> | |
11 </inputs> | 11 </inputs> |
12 <outputs> | 12 <outputs> |
13 <data format="tabular" name="output" label="Matrix with TCGA Patient Barcodes (filtered and merged)"/> | 13 <data format="tabular" name="output" label="Matrix with TCGA Patient Barcodes (filtered and merged)"/> |
14 </outputs> | 14 </outputs> |
15 <help> | 15 <help> |
25 | 25 |
26 - **Matrix with TCGA barcode sample IDs (e.g. TCGA-AE-####-01-)** Specify a data matrix with TCGA barcodes | 26 - **Matrix with TCGA barcode sample IDs (e.g. TCGA-AE-####-01-)** Specify a data matrix with TCGA barcodes |
27 | 27 |
28 - **Number of barcode components to use** Specify the number of barcode components to use in new matrix that is produced **(min number is 3)** | 28 - **Number of barcode components to use** Specify the number of barcode components to use in new matrix that is produced **(min number is 3)** |
29 | 29 |
30 - **Remove Normals from Matrix?** - Remove any normals from the matrix (if necessary) | |
31 | |
32 </help> | 30 </help> |
33 </tool> | 31 </tool> |