Mercurial > repos > iuc > seqtk
diff 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 |
line wrap: on
line diff
--- a/macros.xml Fri Sep 06 09:10:07 2019 -0400 +++ b/macros.xml Tue Sep 10 13:58:48 2019 -0400 @@ -26,7 +26,7 @@ <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 "| pigz --no-name --no-time" if $in_file.is_of_type('fasta.gz', 'fastq.gz') else "" # > '$default' + #echo "| pigz -p ${GALAXY_SLOTS:-1} --no-name --no-time" if $in_file.is_of_type('fasta.gz', 'fastq.gz') else "" # > '$default' ]]></token> <token name="@ATTRIBUTION@"><![CDATA[ **Attribution**