# HG changeset patch # User artbio # Date 1620342737 0 # Node ID 39f340c72c4f57e92ac1065ff3eeddfdf26a5646 # Parent 04ba0a8ac6cced9069ed6c1f9c8d19ec848351df "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/tarfast5 commit 8bd895c48953189b94dbe095db8767b82187a491" diff -r 04ba0a8ac6cc -r 39f340c72c4f tarfast5.xml --- a/tarfast5.xml Wed May 05 00:22:03 2021 +0000 +++ b/tarfast5.xml Thu May 06 23:12:17 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 ]]>