# HG changeset patch # User iuc # Date 1728405814 0 # Node ID 47e9001da01b241bf272c6a793bb21785db9d37b # Parent c85aec7804a4f28f33bad607665c30fa29c69934 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meryl commit a3a16149db71f9b72dd7e949df0db08797637312 diff -r c85aec7804a4 -r 47e9001da01b macros.xml --- a/macros.xml Thu Apr 25 21:01:24 2024 +0000 +++ b/macros.xml Tue Oct 08 16:43:34 2024 +0000 @@ -1,7 +1,7 @@ 1.3 galaxy - 6 + 7 22.01 @@ -16,6 +16,7 @@ merqury meryl tar + pigz diff -r c85aec7804a4 -r 47e9001da01b trio-mode.xml --- a/trio-mode.xml Thu Apr 25 21:01:24 2024 +0000 +++ b/trio-mode.xml Tue Oct 08 16:43:34 2024 +0000 @@ -37,7 +37,7 @@ #end for meryl union-sum child*.meryl output child.meryl && meryl histogram child.meryl > read-db.hist && - tar -czf 'read-db.meryldb' child.meryl && + tar -cf read-db.meryldb --use-compress-program="pigz -p \${GALAXY_SLOTS:-1}" child.meryl && ## mat specific kmers meryl difference mat.meryl pat.meryl output mat.only.meryl && @@ -62,7 +62,7 @@ java -jar -Xmx1g \$MERQURY/eval/kmerHistToPloidyDepth.jar mat.inherited.hist > mat.inherited.ploidy && VAR=`sed -n 2p mat.inherited.ploidy | awk '{print \$NF}'` && meryl greater-than \$VAR output mat.hapmer.meryl mat.inherited.meryl && - tar -czf 'mat.meryldb' mat.hapmer.meryl && + tar -cf mat.meryldb --use-compress-program="pigz -p \${GALAXY_SLOTS:-1}" mat.hapmer.meryl && ## pat hapmers meryl intersect output pat.inherited.meryl child.meryl pat.only.filt.meryl && @@ -70,7 +70,7 @@ java -jar -Xmx1g \$MERQURY/eval/kmerHistToPloidyDepth.jar pat.inherited.hist > pat.inherited.ploidy && VAR=`sed -n 2p pat.inherited.ploidy | awk '{print \$NF}'` && meryl greater-than \$VAR output pat.hapmer.meryl pat.inherited.meryl && - tar -czf 'pat.meryldb' pat.hapmer.meryl && + tar -cf pat.meryldb --use-compress-program="pigz -p \${GALAXY_SLOTS:-1}" pat.hapmer.meryl && echo 'K-mer size: ${size}' ]]> @@ -111,21 +111,21 @@ - + - + - +