Mercurial > repos > devteam > fastx_trimmer
comparison macros.xml @ 5:b962b4efec19 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_trimmer commit 3953b65f6b1c0336e9cadbe0792a5d3b14b5643a
| author | iuc |
|---|---|
| date | Wed, 22 Aug 2018 11:04:02 -0400 |
| parents | 748363ac106b |
| children | 2ff4f91ff564 |
comparison
equal
deleted
inserted
replaced
| 4:748363ac106b | 5:b962b4efec19 |
|---|---|
| 13 <![CDATA[ | 13 <![CDATA[ |
| 14 #if $input.is_of_type('fastqsanger', 'fastqsanger.gz', 'fastqsanger.bz2'): | 14 #if $input.is_of_type('fastqsanger', 'fastqsanger.gz', 'fastqsanger.bz2'): |
| 15 -Q 33 | 15 -Q 33 |
| 16 #elif $input.is_of_type('fastqsolexa', 'fastqsolexa.gz', 'fastqsolexa.bz2', 'fastqillumina', 'fastqillumina.gz', 'fastqillumina.bz2'): | 16 #elif $input.is_of_type('fastqsolexa', 'fastqsolexa.gz', 'fastqsolexa.bz2', 'fastqillumina', 'fastqillumina.gz', 'fastqillumina.bz2'): |
| 17 -Q 64 | 17 -Q 64 |
| 18 #end if | |
| 19 ]]> | |
| 20 </token> | |
| 21 <token name="@GZIP@"> | |
| 22 <![CDATA[ | |
| 23 #if $input.is_of_type('fasta.gz', 'fastqsanger.gz', 'fastqsolexa.gz', 'fastqillumina.gz'): | |
| 24 -z | |
| 18 #end if | 25 #end if |
| 19 ]]> | 26 ]]> |
| 20 </token> | 27 </token> |
| 21 <xml name="requirements"> | 28 <xml name="requirements"> |
| 22 <requirements> | 29 <requirements> |
