Mercurial > repos > melissacline > ucsc_cancer_utilities
diff mergeMutationDatasets.xml @ 20:914bc8ee6222
Debugged the merge mutation data tool
author | melissacline |
---|---|
date | Fri, 20 Mar 2015 15:50:22 -0700 |
parents | 371579dd9bc6 |
children | 3a259686f0fc |
line wrap: on
line diff
--- a/mergeMutationDatasets.xml Fri Mar 20 18:09:15 2015 -0400 +++ b/mergeMutationDatasets.xml Fri Mar 20 15:50:22 2015 -0700 @@ -1,4 +1,4 @@ -<tool id="mergeMutationDatasets" description="Merge two mutation datasets into a new dataset" name="mergeMutationData" version="0.0.1"> +<tool id="mergeMutationDatasets" description="Merge two mutation datasets into a new dataset" name="Merge Mutation Data" version="0.0.1"> <description> 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 </description> @@ -18,9 +18,9 @@ <param type="text" name="labelForDatasetB" label="Dataset B Label (optional)" optional="true"/> </inputs> <outputs> - <data name="outputC" format="tabular" label="Merged Mutation Data"/> + <data name="errorLog" format="data" label="Execution Log"/> <data name="outputSourceMatrix" format="tabular" label="Mutation Data Sources"/> - <data name="errorLog" format="data" label="Execution Log"/> + <data name="outputC" format="tabular" label="Merged Mutation Data"/> </outputs> <help> ***Merge Xena Mutation Datasets***