-
Notifications
You must be signed in to change notification settings - Fork 509
Expand file tree
/
Copy pathobicomplement.xml
More file actions
48 lines (42 loc) · 1.27 KB
/
obicomplement.xml
File metadata and controls
48 lines (42 loc) · 1.27 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
<tool id="obi_complement" name="obicomplement" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
<description>
Compute the reverse complement of the sequence entries.
</description>
<macros>
<import>macros.xml</import>
</macros>
<expand macro="requirements"/>
<expand macro="stdio"/>
<command><![CDATA[
obicomplement
--no-progressbar
@INPUT_FORMAT@
@OUT_FORMAT@
$input
> $output
]]></command>
<inputs>
<param name="input" type="data" format="@INPUT_FORMATS@"/>
<expand macro="input_format_options_macro"/>
<expand macro="out_format_macro"/>
</inputs>
<outputs>
<data name="output" format_source="input">
<expand macro="change_format_macro"/>
</data>
</outputs>
<tests>
<test>
<param name="input" value="output_obipairing.fastqsanger" ftype="fastqsanger"/>
<output name="output" value="output_obicomplement.fastqsanger" ftype="fastqsanger"/>
</test>
</tests>
<help>
.. class:: infomark
**What it does**
Compute the reverse complement of the sequence entries.
@OBITOOLS4_IMAGE@
@OBITOOLS_LINK_OBI4@
</help>
<expand macro="citation" />
</tool>