Mercurial > repos > iuc > seqtk
view macros.xml @ 4:ecf1c30da3a2 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit ad43df79dca3dc7c3511c6eb2ccf8589d2804eb2
author | iuc |
---|---|
date | Wed, 17 Oct 2018 05:59:21 -0400 |
parents | bc7d99f46a5d |
children | a09586d5149a |
line wrap: on
line source
<?xml version="1.0"?> <macros> <xml name="requirements"> <requirements> <requirement type="package" version="1.3">seqtk</requirement> <yield/> </requirements> </xml> <token name="@WRAPPER_VERSION@">1.3</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,fastq.gz" label="Input FASTQ file"/> </xml> <xml name="in_faq"> <param name="in_file" type="data" format="fasta,fastq,fasta.gz,fastq.gz" label="Input FASTA/Q file"/> </xml> <token name="@CONDITIONAL_GZIP_OUT@"><![CDATA[ #echo "| gzip --no-name" if $in_file.is_of_type('fasta.gz', 'fastq.gz') else "" # > '$default' ]]></token> <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> </macros>