# HG changeset patch # User iuc # Date 1728405833 0 # Node ID bb6774c6aeaf7a116a4e28cf6c2b8d71e3d7bf2d # Parent a33c838729c5bcc2a42589bd50f9f8ffcb913f84 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meryl commit a3a16149db71f9b72dd7e949df0db08797637312 diff -r a33c838729c5 -r bb6774c6aeaf count-kmers.xml --- a/count-kmers.xml Thu Apr 25 21:00:36 2024 +0000 +++ b/count-kmers.xml Tue Oct 08 16:43:53 2024 +0000 @@ -27,7 +27,7 @@ ./input.${input_reads.ext} output read-db.meryl && echo 'K-mer size: ${size}' && - tar -zcf read-db.meryldb read-db.meryl + tar -cf read-db.meryldb --use-compress-program="pigz -p \${GALAXY_SLOTS:-1}" read-db.meryl ]]> @@ -63,7 +63,7 @@ - + @@ -80,7 +80,7 @@ - + @@ -97,7 +97,7 @@ - + diff -r a33c838729c5 -r bb6774c6aeaf macros.xml --- a/macros.xml Thu Apr 25 21:00:36 2024 +0000 +++ b/macros.xml Tue Oct 08 16:43:53 2024 +0000 @@ -1,7 +1,7 @@ 1.3 galaxy - 6 + 7 22.01 @@ -16,6 +16,7 @@ merqury meryl tar + pigz