Mercurial > repos > yufei-luo > s_mart
diff smart_toolShed/SMART/galaxy/FindOverlaps_optim.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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/smart_toolShed/SMART/galaxy/FindOverlaps_optim.xml Thu Jan 17 10:52:14 2013 -0500 @@ -0,0 +1,16 @@ +<tool id="findOverlaps" name="findOverlaps"> + <description>Finds the overlapped reference reads.</description> + <command interpreter="python"> + ../Java/Python/FindOverlaps_optim.py -i $inputRef -j $inputQ -o $outputFileGff + </command> + + <inputs> + <param name="inputRef" type="data" label="Input Reference File" format="gff3"/> + <param name="inputQ" type="data" label="Input Query File" format="gff3"/> + </inputs> + + <outputs> + <data name="outputFileGff" format="gff3"/> + </outputs> + +</tool> \ No newline at end of file