Mercurial > repos > iuc > seqtk
comparison macros.xml @ 7:58c8ece95b53 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 35c8480f525d211d5e9996086c60b2c6d4f89146"
author | iuc |
---|---|
date | Tue, 10 Sep 2019 13:58:48 -0400 |
parents | a09586d5149a |
children | 3da72230c066 |
comparison
equal
deleted
inserted
replaced
6:288f7f69fe25 | 7:58c8ece95b53 |
---|---|
24 </xml> | 24 </xml> |
25 <xml name="in_faq"> | 25 <xml name="in_faq"> |
26 <param name="in_file" type="data" format="fasta,fastq,fasta.gz,fastq.gz" label="Input FASTA/Q file"/> | 26 <param name="in_file" type="data" format="fasta,fastq,fasta.gz,fastq.gz" label="Input FASTA/Q file"/> |
27 </xml> | 27 </xml> |
28 <token name="@CONDITIONAL_GZIP_OUT@"><![CDATA[ | 28 <token name="@CONDITIONAL_GZIP_OUT@"><![CDATA[ |
29 #echo "| pigz --no-name --no-time" if $in_file.is_of_type('fasta.gz', 'fastq.gz') else "" # > '$default' | 29 #echo "| pigz -p ${GALAXY_SLOTS:-1} --no-name --no-time" if $in_file.is_of_type('fasta.gz', 'fastq.gz') else "" # > '$default' |
30 ]]></token> | 30 ]]></token> |
31 <token name="@ATTRIBUTION@"><![CDATA[ | 31 <token name="@ATTRIBUTION@"><![CDATA[ |
32 **Attribution** | 32 **Attribution** |
33 | 33 |
34 This Galaxy tool relies on the seqtk toolkit from `lh3/seqtk | 34 This Galaxy tool relies on the seqtk toolkit from `lh3/seqtk |