Mercurial > repos > melissacline > ucsc_cancer_utilities
changeset 17:0b0a6f326dad
Cleaned up the output dataset names for Merge Genomic Datasets
author | melissacline |
---|---|
date | Fri, 20 Mar 2015 14:22:02 -0700 |
parents | 86306f41f941 |
children | 3a259686f0fc |
files | mergeGenomicFiles.xml |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mergeGenomicFiles.xml Tue Mar 10 19:37:47 2015 -0700 +++ b/mergeGenomicFiles.xml Fri Mar 20 14:22:02 2015 -0700 @@ -1,4 +1,4 @@ -<tool id="mergeGenomicFiles" description="Merge two genomic datasets into a new dataset" name="mergeGenomicFiles" version="0.0.1"> +<tool id="mergeGenomicFiles" description="Merge two genomic datasets into a new dataset" name="Merge Genomic Datasets" version="0.0.1"> <description> Given two genomic datasets, merge them to create a larger dataset with the row and column identifiers from both datasets. Output this larger dataset, along with a 2-column matrix indicating the source file of each sample </description> @@ -18,8 +18,8 @@ <param type="text" name="labelForDatasetB" label="Dataset B Label (optional)" optional="true"/> </inputs> <outputs> - <data name="outputC" format="tabular"/> - <data name="outputSourceMatrix" format="tabular"/> + <data name="outputSourceMatrix" format="tabular" label="Genomic Data Sources"/> + <data name="outputC" format="tabular" label="Merged Genomic Data"/> </outputs> <help> ***Merge Genomic Datasets***