Mercurial > repos > melissacline > ucsc_cancer_utilities
comparison mergeGenomicFiles.xml @ 20:914bc8ee6222
Debugged the merge mutation data tool
author | melissacline |
---|---|
date | Fri, 20 Mar 2015 15:50:22 -0700 |
parents | 6c23a3b58eb8 |
children | 3a259686f0fc |
comparison
equal
deleted
inserted
replaced
19:371579dd9bc6 | 20:914bc8ee6222 |
---|---|
1 <tool id="mergeGenomicFiles" description="Merge two genomic datasets into a new dataset" name="mergeGenomicFiles" version="0.0.1"> | 1 <tool id="mergeGenomicFiles" description="Merge two genomic datasets into a new dataset" name="Merge Genomic Datasets" version="0.0.1"> |
2 <description> | 2 <description> |
3 Given two genomic datasets, merge them to create a third dataset with the row and column identifiers from both datasets. | 3 Given two genomic datasets, merge them to create a third dataset with the row and column identifiers from both datasets. |
4 </description> | 4 </description> |
5 <command interpreter="python"> | 5 <command interpreter="python"> |
6 mergeGenomicMatrixFiles.py $outputC $inputA $inputB | 6 mergeGenomicMatrixFiles.py $outputC $inputA $inputB |