# HG changeset patch # User iuc # Date 1727963157 0 # Node ID e699e27473563e8360e9a5fe3a9d827e5cf73b79 # Parent 7624945cacd351e288510ed5d090f88873f0c98c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/khmer commit 238d0992c63de53623c4fc05eec8bd8d67001997 diff -r 7624945cacd3 -r e699e2747356 abundance-dist.xml --- a/abundance-dist.xml Mon Jun 17 11:47:51 2024 +0000 +++ b/abundance-dist.xml Thu Oct 03 13:45:57 2024 +0000 @@ -2,11 +2,11 @@ Calculate abundance distribution of k-mers using pre-made k-mer countgraphs - abundance-dist.py macros.xml + @@ -51,7 +51,7 @@ - + @@ -59,6 +59,8 @@ Calculate abundance distribution of the k-mers in the sequence file using a pre-made k-mer countgraph. +@ABUNDANCE_HISTOGRAM_OUTPUT_HELP@ + @HELP_FOOTER@ ]]> diff -r 7624945cacd3 -r e699e2747356 macros.xml --- a/macros.xml Mon Jun 17 11:47:51 2024 +0000 +++ b/macros.xml Thu Oct 03 13:45:57 2024 +0000 @@ -1,6 +1,6 @@ 3.0.0a3 - 2 + 3 20.01 @@ -34,7 +34,7 @@ #end if ]]> - --threads \${GALAXY_SLOTS:-4} + --threads "\${GALAXY_SLOTS:-4}" Show - + @@ -51,8 +51,8 @@ - - + + @@ -90,11 +90,13 @@ help="The abundances of the k-mers in the input nucleotide sequence file will be calculated using the kmer counts in this k-mer countgraph." /> - + + +