Mercurial > repos > iuc > seqtk
annotate macros.xml @ 9:f9305f8811b8 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 3c29d3c8710ca23b4c59c2cf8501697331a65ac0
| author | iuc |
|---|---|
| date | Thu, 15 Oct 2015 13:05:45 -0400 |
| parents | 55e75a28fde7 |
| children | 16f2535c08bf |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <macros> | |
| 3 <xml name="requirements"> | |
| 4 <requirements> | |
| 5 <requirement type="package" version="1.0-r75-dirty">seqtk</requirement> | |
| 6 <yield/> | |
| 7 </requirements> | |
| 8 </xml> | |
| 9 <token name="@WRAPPER_VERSION@">1.0-r75-dirty</token> | |
| 10 <xml name="stdio"> | |
| 11 <stdio> | |
| 12 <!-- Anything other than zero is an error --> | |
| 13 <exit_code range="1:"/> | |
| 14 <exit_code range=":-1"/> | |
| 15 <!-- In case the return code has not been set propery check stderr too --> | |
| 16 <regex match="Error:"/> | |
| 17 <regex match="Exception:"/> | |
| 18 </stdio> | |
| 19 </xml> | |
| 20 <xml name="in_fq"> | |
| 21 <param name="in_file" type="data" format="fastq" label="Input FASTQ file"/> | |
| 22 </xml> | |
| 23 <xml name="in_faq"> | |
| 24 <param name="in_file" type="data" format="fasta,fastq" label="Input FASTA/Q file"/> | |
| 25 </xml> | |
| 26 <token name="@ATTRIBUTION@"><![CDATA[ | |
| 27 **Attribution** | |
| 28 | |
| 29 This Galaxy tool relies on the seqtk toolkit from `lh3/seqtk | |
| 30 <https://github.com/lh3/seqtk/>`_, developed by Heng Li at the Broad Institute | |
| 31 ]]> | |
| 32 </token> | |
|
7
55e75a28fde7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 344140b8df53b8b7024618bb04594607a045c03a
iuc
parents:
0
diff
changeset
|
33 <xml name="citation"> |
|
55e75a28fde7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 344140b8df53b8b7024618bb04594607a045c03a
iuc
parents:
0
diff
changeset
|
34 <citations> |
|
55e75a28fde7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 344140b8df53b8b7024618bb04594607a045c03a
iuc
parents:
0
diff
changeset
|
35 </citations> |
|
55e75a28fde7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 344140b8df53b8b7024618bb04594607a045c03a
iuc
parents:
0
diff
changeset
|
36 </xml> |
| 0 | 37 </macros> |
