Mercurial > repos > devteam > fastx_reverse_complement
comparison fastx_reverse_complement.xml @ 5:a4167b7c73cb 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 18:28:08 +0000 |
| parents | 64203edc4ec1 |
| children | 80aff5c453b0 |
comparison
equal
deleted
inserted
replaced
| 4:64203edc4ec1 | 5:a4167b7c73cb |
|---|---|
| 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> |
