0
|
1 <tool id="ragoo" name="RaGOO" version="1.0">
|
|
2 <description>Order and assign scaffolds</description>
|
|
3 <requirements>
|
5
|
4 <requirement type="package" version="3.0.2">intervaltree</requirement>
|
0
|
5 </requirements>
|
|
6
|
|
7 <command>perl ${__tool_directory__}/ragoo.pl $input $reference $output $output2
|
|
8 </command>
|
|
9
|
|
10
|
|
11 <inputs>
|
|
12 <param format="fasta" name="input" type="data" label="Fasta file with contigs to be ordered and oriented: "/>
|
|
13 <param format="fasta" name="reference" type="data" label="Reference fasta file"/>
|
|
14
|
|
15 </inputs>
|
|
16
|
|
17 <outputs>
|
|
18 <data format="fasta" name="output" label="Fasta output of assigned scaffolds"/>
|
|
19 <data format="fasta" name="output2" label="Fasta output of assigned scaffolds (without Chr0)"/>
|
|
20 </outputs>
|
|
21
|
|
22 <help>
|
|
23 For full documentation, please go to the RaGOO website : https://github.com/malonge/RaGOO
|
|
24
|
|
25 </help>
|
|
26
|
|
27 <citations>
|
|
28 <citation type="doi"> 10.1186/s13059-019-1829-6 </citation>
|
|
29
|
|
30 </citations>
|
|
31 </tool>
|