-
Notifications
You must be signed in to change notification settings - Fork 509
Expand file tree
/
Copy pathobirefidx.xml
More file actions
52 lines (46 loc) · 1.41 KB
/
obirefidx.xml
File metadata and controls
52 lines (46 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<tool id="obi_refidx" name="obirefidx" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
<description>
Index the database
</description>
<macros>
<import>macros.xml</import>
</macros>
<expand macro="requirements"/>
<expand macro="stdio"/>
<command><![CDATA[
obirefidx
--no-progressbar
@TAXO_DIR@
@INPUT_FORMAT@
@OUT_FORMAT@
$input
>'$output'
]]></command>
<inputs>
<param name="input" type="data" format="@INPUT_FORMATS@"/>
<expand macro="taxo_macro"/>
<expand macro="input_format_options_macro"/>
<expand macro="out_format_macro"/>
</inputs>
<outputs>
<data format_source="input" name="output">
<expand macro="change_format_macro"/>
</data>
</outputs>
<tests>
<test expect_num_outputs="1">
<param name="input" value="db_v05_r117.fasta.gz" ftype="fasta.gz"/>
<conditional name="taxonomy">
<param name="taxonomy_source" value="history"/>
<param name="taxdump" value="taxdump_mammalia_old.csv.gz"/>
</conditional>
<output name="output" file="output_obirefidx_db.fasta.gz" ftype="fasta.gz"/>
</test>
</tests>
<help>
.. class:: infomark
**What it does**
@OBITOOLS_LINK_OBI4@
</help>
<expand macro="citation" />
</tool>