Mercurial > repos > melissacline > ucsc_cancer_utilities
comparison mergeMutationDatasets.xml @ 42:03b7b1cf78ce
fix
author | jingchunzhu |
---|---|
date | Thu, 06 Aug 2015 00:30:49 -0700 |
parents | 9806198df91f |
children | eb5acf81e609 |
comparison
equal
deleted
inserted
replaced
41:9806198df91f | 42:03b7b1cf78ce |
---|---|
18 <param name="inputB" format="tabular" type="data" label="Xena Mutation by Position Dataset B"/> | 18 <param name="inputB" format="tabular" type="data" label="Xena Mutation by Position Dataset B"/> |
19 <param type="text" name="labelForDatasetB" label="Dataset B Label (eg. B)" value="dataset B"/> | 19 <param type="text" name="labelForDatasetB" label="Dataset B Label (eg. B)" value="dataset B"/> |
20 </inputs> | 20 </inputs> |
21 <outputs> | 21 <outputs> |
22 <data name="errorLog" format="data" label="Execution Log"/> | 22 <data name="errorLog" format="data" label="Execution Log"/> |
23 <data name="outputSourceMatrix" format="tabular" label="Data Source ${labelForDatasetB}+${labelForDatasetA}"/> | 23 <data name="outputSourceMatrix" format="tabular" label="Data Source ${labelForDatasetA}+${labelForDatasetB}"/> |
24 <data name="outputC" format="tabular" label="Mutation by Position ${labelForDatasetB}+${labelForDatasetA}"/> | 24 <data name="outputC" format="tabular" label="Mutation by Position ${labelForDatasetA}+${labelForDatasetB}"/> |
25 </outputs> | 25 </outputs> |
26 <help> | 26 <help> |
27 ***Merge Xena Positional Mutation Datasets*** | 27 ***Merge Xena Positional Mutation Datasets*** |
28 | 28 |
29 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 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. |