comparison fastx_reverse_complement.xml @ 4:0c2907307ba4 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_reverse_complement commit 3953b65f6b1c0336e9cadbe0792a5d3b14b5643a
author iuc
date Wed, 22 Aug 2018 11:05:48 -0400
parents 3f1017d3f785
children 6027ef51ef91
comparison
equal deleted inserted replaced
3:3f1017d3f785 4:0c2907307ba4
1 <tool id="cshl_fastx_reverse_complement" version="1.0.1" name="Reverse-Complement"> 1 <tool id="cshl_fastx_reverse_complement" version="1.0.2" name="Reverse-Complement">
2 <description></description> 2 <description></description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements" /> 6 <expand macro="requirements" />
7 <command detect_errors="exit_code"><![CDATA[ 7 <command detect_errors="exit_code"><![CDATA[
8 @CATS@ fastx_reverse_complement -v 8 @CATS@ fastx_reverse_complement -v
9 -o '$output' 9 -o '$output'
10 @FQQUAL@ 10 @FQQUAL@
11 @GZIP@
11 ]]></command> 12 ]]></command>
12 <inputs> 13 <inputs>
13 <expand macro="fastx_input" /> 14 <expand macro="fastx_input" />
14 </inputs> 15 </inputs>
15 <outputs> 16 <outputs>