Mercurial > repos > yufei-luo > s_mart
view smart_toolShed/SMART/galaxy/ConvertTranscriptFile_Gff2ToSam.xml @ 0:e0f8dcca02ed
Uploaded S-MART tool. A toolbox manages RNA-Seq and ChIP-Seq data.
author | yufei-luo |
---|---|
date | Thu, 17 Jan 2013 10:52:14 -0500 |
parents | |
children |
line wrap: on
line source
<tool id="ConvertTranscriptFile_Gff2ToSam" name="Gff2 -> Sam"> <description>Convert Gff2 File to Sam File.</description> <command interpreter="python"> ../Java/Python/convertTranscriptFile.py -i $inputFile -f gff2 -o $outputFile -g sam yes 2>$logFile </command> <inputs> <param name="inputFile" type="data" label="Input File" format="gff"/> </inputs> <outputs> <data format="sam" name="outputFile" label="[gff2 -> sam] Output File"/> <data format="txt" name="logFile" label="[gff2 -> sam] Log File"/> </outputs> <help> </help> </tool>