Mercurial > repos > yufei-luo > s_mart
diff SMART/galaxy/removeExonLines.xml @ 6:769e306b7933
Change the repository level.
author | yufei-luo |
---|---|
date | Fri, 18 Jan 2013 04:54:14 -0500 |
parents | |
children | 94ab73e8a190 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/SMART/galaxy/removeExonLines.xml Fri Jan 18 04:54:14 2013 -0500 @@ -0,0 +1,15 @@ +<tool id="removeExonLines" name="remove exon lines"> + <description>Removes the lines containing Exon.</description> + <command interpreter="sh"> ../Java/Python/removeExonLines.sh $inputFile > $outputFile </command> + <inputs> + <param name="inputFile" type="data" label="Input File" format="gff3"/> + </inputs> + + <outputs> + <data format="gff3" name="outputFile" label="[removeExonLine] Output File"/> + </outputs> + + <help> + command example: sh removeExonLines.sh input.gff3 + </help> +</tool>