6
|
1 <tool id="findOverlaps" name="findOverlaps">
|
|
2 <description>Finds the overlapped reference reads.</description>
|
|
3 <command interpreter="python">
|
|
4 ../Java/Python/FindOverlaps_optim.py -i $inputRef -j $inputQ -o $outputFileGff
|
|
5 </command>
|
|
6
|
|
7 <inputs>
|
|
8 <param name="inputRef" type="data" label="Input Reference File" format="gff3"/>
|
|
9 <param name="inputQ" type="data" label="Input Query File" format="gff3"/>
|
|
10 </inputs>
|
|
11
|
|
12 <outputs>
|
|
13 <data name="outputFileGff" format="gff3"/>
|
|
14 </outputs>
|
|
15
|
|
16 </tool> |