Mercurial > repos > iuc > seqtk
diff macros.xml @ 3:bc7d99f46a5d draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
author | iuc |
---|---|
date | Mon, 05 Jun 2017 13:27:11 -0400 |
parents | f73729b62b51 |
children | ecf1c30da3a2 |
line wrap: on
line diff
--- a/macros.xml Fri Jan 01 14:49:42 2016 -0500 +++ b/macros.xml Mon Jun 05 13:27:11 2017 -0400 @@ -1,37 +1,36 @@ <?xml version="1.0"?> <macros> - <xml name="requirements"> - <requirements> - <requirement type="package" version="1.0-r75-dirty">seqtk</requirement> - <yield/> - </requirements> - </xml> - <token name="@WRAPPER_VERSION@">1.0-r75-dirty</token> - <xml name="stdio"> - <stdio> - <!-- Anything other than zero is an error --> - <exit_code range="1:"/> - <exit_code range=":-1"/> - <!-- In case the return code has not been set propery check stderr too --> - <regex match="Error:"/> - <regex match="Exception:"/> - </stdio> - </xml> - <xml name="in_fq"> - <param name="in_file" type="data" format="fastq" label="Input FASTQ file"/> - </xml> - <xml name="in_faq"> - <param name="in_file" type="data" format="fasta,fastq" label="Input FASTA/Q file"/> - </xml> - <token name="@ATTRIBUTION@"><![CDATA[ + <xml name="requirements"> + <requirements> + <requirement type="package" version="1.2">seqtk</requirement> + <yield/> + </requirements> + </xml> + <token name="@WRAPPER_VERSION@">1.2</token> + <xml name="stdio"> + <stdio> + <!-- Anything other than zero is an error --> + <exit_code range="1:"/> + <exit_code range=":-1"/> + <!-- In case the return code has not been set propery check stderr too --> + <regex match="Error:"/> + <regex match="Exception:"/> + </stdio> + </xml> + <xml name="in_fq"> + <param name="in_file" type="data" format="fastq" label="Input FASTQ file"/> + </xml> + <xml name="in_faq"> + <param name="in_file" type="data" format="fasta,fastq" label="Input FASTA/Q file"/> + </xml> + <token name="@ATTRIBUTION@"><![CDATA[ **Attribution** This Galaxy tool relies on the seqtk toolkit from `lh3/seqtk <https://github.com/lh3/seqtk/>`_, developed by Heng Li at the Broad Institute - ]]> - </token> - <xml name="citation"> - <citations> - </citations> - </xml> + ]]></token> + <xml name="citation"> + <citations> + </citations> + </xml> </macros>