|
0
|
1 <tool id="stingray_Flash" name="Flash">
|
|
|
2 <description>Flash</description>
|
|
|
3
|
|
|
4 <command interpreter="ruby">Flash_wrapper.rb $sequence1 $sequence2 $readLen $fragLen $maxOverlap $extended $not1 $not2</command>
|
|
|
5
|
|
|
6 <inputs>
|
|
|
7 <param format="fastq" name="sequence1" type="data" label=""/>
|
|
|
8 <param format="fastq" name="sequence2" type="data" label=""/>
|
|
|
9 <param name="readLen" size="10" type="text" value="100">
|
|
|
10 <label>Average read length</label>
|
|
|
11 </param>
|
|
|
12 <param name="fragLen" size="10" type="text" value="180">
|
|
|
13 <label>Fragment length</label>
|
|
|
14 </param>
|
|
|
15 <param name="maxOverlap" size="10" type="text" value="70">
|
|
|
16 <label>Maximum overlap length</label>
|
|
|
17 </param>
|
|
|
18
|
|
|
19
|
|
|
20 </inputs>
|
|
|
21
|
|
|
22 <outputs>
|
|
|
23 <data format="fastq" name="not1" label="NotCombined1"/>
|
|
|
24 <data format="fastq" name="not2" label="NotCombined2"/>
|
|
|
25 <data format="fastq" name="extended" label="Combined Reads"/>
|
|
|
26 </outputs>
|
|
|
27
|
|
|
28 <tests>
|
|
|
29 <test>
|
|
|
30 </test>
|
|
|
31 </tests>
|
|
|
32
|
|
|
33 <help>
|
|
|
34 </help>
|
|
|
35
|
|
|
36 </tool>
|
|
|
37
|