Mercurial > repos > melissacline > ucsc_cancer_utilities
comparison mergeMutationDatasets.xml @ 21:3a259686f0fc
Merged with head, tweaked labels on merge mutation data tool
author | melissacline |
---|---|
date | Fri, 20 Mar 2015 16:38:46 -0700 |
parents | 914bc8ee6222 |
children | 9806198df91f |
comparison
equal
deleted
inserted
replaced
20:914bc8ee6222 | 21:3a259686f0fc |
---|---|
1 <tool id="mergeMutationDatasets" description="Merge two mutation datasets into a new dataset" name="Merge Mutation Data" version="0.0.1"> | 1 <tool id="mergeMutationDatasets" description="Merge two Xena positional mutation datasets into a new dataset" name="Merge Positional Mutation Data" version="0.0.1"> |
2 <description> | 2 <description> |
3 Given two mutation datasets, merge them to create a larger dataset with the mutations from both datasets. Output this larger dataset, along with a 2-column matrix indicating the source of each mutation | 3 Given two mutation datasets, merge them to create a larger dataset with the mutations from both datasets. Output this larger dataset, along with a 2-column matrix indicating the source of each mutation |
4 </description> | 4 </description> |
5 <command interpreter="python"> | 5 <command interpreter="python"> |
6 mergeXenaMutation.py $outputC $outputSourceMatrix $errorLog $inputA $inputB | 6 mergeXenaMutation.py $outputC $outputSourceMatrix $errorLog $inputA $inputB |
21 <data name="errorLog" format="data" label="Execution Log"/> | 21 <data name="errorLog" format="data" label="Execution Log"/> |
22 <data name="outputSourceMatrix" format="tabular" label="Mutation Data Sources"/> | 22 <data name="outputSourceMatrix" format="tabular" label="Mutation Data Sources"/> |
23 <data name="outputC" format="tabular" label="Merged Mutation Data"/> | 23 <data name="outputC" format="tabular" label="Merged Mutation Data"/> |
24 </outputs> | 24 </outputs> |
25 <help> | 25 <help> |
26 ***Merge Xena Mutation Datasets*** | 26 ***Merge Xena Positional Mutation Datasets*** |
27 | 27 |
28 Given two datasets of mutation data as formatted for the UCSC Xena Browser, merge them to produce a third dataset that is the union of the first two. The new dataset will contain all mutations from either dataset. | 28 Given two datasets of mutation data as formatted for the UCSC Xena Browser, merge them to produce a third dataset that is the union of the first two. The new dataset will contain all mutations from either dataset. |
29 | 29 |
30 To maintain provenance, this script also outputs a second matrix, with one row for each sample ID that appears in the output dataset, and two columns per row indicating which input dataset(s) contained some mutation data for that sample. By default, the input dataset name is used to indicate which input file each column came from. Optionally, the user can specify descriptive labels to be used in place of the dataset names. </help> | 30 To maintain provenance, this script also outputs a second matrix, with one row for each sample ID that appears in the output dataset, and two columns per row indicating which input dataset(s) contained some mutation data for that sample. By default, the input dataset name is used to indicate which input file each column came from. Optionally, the user can specify descriptive labels to be used in place of the dataset names. </help> |
31 </tool> | 31 </tool> |