comparison fastx_reverse_complement.xml @ 5:6027ef51ef91 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_reverse_complement commit 4c002e52261da2e7609735883d91fa1610ce6ce7"
author iuc
date Thu, 30 Jan 2020 13:31:12 -0500
parents 0c2907307ba4
children 177f0621c266
comparison
equal deleted inserted replaced
4:0c2907307ba4 5:6027ef51ef91
1 <tool id="cshl_fastx_reverse_complement" version="1.0.2" name="Reverse-Complement"> 1 <tool id="cshl_fastx_reverse_complement" version="1.0.2+galaxy0" 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 <requirement type="package" version="1.0.8">bzip2</requirement>
8 </expand>
7 <command detect_errors="exit_code"><![CDATA[ 9 <command detect_errors="exit_code"><![CDATA[
8 @CATS@ fastx_reverse_complement -v 10 @CATS@ fastx_reverse_complement -v
9 -o '$output'
10 @FQQUAL@ 11 @FQQUAL@
11 @GZIP@ 12 @GZIP@ > '$output'
12 ]]></command> 13 ]]></command>
13 <inputs> 14 <inputs>
14 <expand macro="fastx_input" /> 15 <expand macro="fastx_input" />
15 </inputs> 16 </inputs>
16 <outputs> 17 <outputs>