# HG changeset patch # User artbio # Date 1620342770 0 # Node ID 436f11e1ed6d74790315e45447bd9759584f6311 # Parent 0e548765d2045b498194f2994b6fad9db90031cb "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/tarfast5 commit 8bd895c48953189b94dbe095db8767b82187a491" diff -r 0e548765d204 -r 436f11e1ed6d tarfast5.xml --- a/tarfast5.xml Wed May 05 00:22:41 2021 +0000 +++ b/tarfast5.xml Thu May 06 23:12:50 2021 +0000 @@ -1,4 +1,4 @@ - + pigz @@ -11,7 +11,8 @@ #for $file in $inputs: ln -s $file ${file.element_identifier}.h5 && #end for - tar -I pigz -cvhf $compressed_output *.h5 + export PIGZ="-p \${GALAXY_SLOTS:-4}" && + tar -cvh --use-compress-program=pigz -f $compressed_output *.h5 ]]>