# HG changeset patch # User iuc # Date 1727963224 0 # Node ID 570505540a7bfa51483ec5fd057e08b036943e5e # Parent b3d513c7093e39df6a3d1539f42d63e7d83f28a2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/khmer commit 238d0992c63de53623c4fc05eec8bd8d67001997 diff -r b3d513c7093e -r 570505540a7b count-median.xml --- a/count-median.xml Mon Jun 17 11:47:05 2024 +0000 +++ b/count-median.xml Thu Oct 03 13:47:04 2024 +0000 @@ -1,10 +1,10 @@ Count the median/avg k-mer abundance for each sequence - count-median.py macros.xml + @@ -21,7 +21,7 @@ - @@ -40,8 +40,8 @@ Count the median/avg k-mer abundance for each sequence in the input file, based on the k-mer counts in the given k-mer countgraph. Can be used to estimate expression levels (mRNAseq) or coverage (genomic/metagenomic). The -output file contains sequence id, median, average, stddev, and seq length; -fields are separated by spaces. For khmer 1.x count-median.py will split +output file contains sequence id, median, average, stddev, and seq length. +For khmer 1.x count-median.py will split sequence names at the first space which means that some sequence formats (e.g. paired FASTQ in Casava 1.8 format) will yield uninformative names. Use `--csv` to fix this behavior. diff -r b3d513c7093e -r 570505540a7b macros.xml --- a/macros.xml Mon Jun 17 11:47:05 2024 +0000 +++ b/macros.xml Thu Oct 03 13:47:04 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." /> - + + +