Repository 'khmer_normalize_by_median'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/khmer_normalize_by_median

Changeset 9:b1fe2ef3d244 (2024-06-17)
Previous changeset 8:e84073b420a8 (2021-03-23)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/khmer commit 7599ef16dc8b83ee49236ed5bb229260c969b0ab
modified:
macros.xml
normalize-by-median.xml
b
diff -r e84073b420a8 -r b1fe2ef3d244 macros.xml
--- a/macros.xml Tue Mar 23 21:31:36 2021 +0000
+++ b/macros.xml Mon Jun 17 11:47:23 2024 +0000
b
@@ -2,6 +2,11 @@
     <token name="@TOOL_VERSION@">3.0.0a3</token>
     <token name="@VERSION_SUFFIX@">2</token>
     <token name="@PROFILE@">20.01</token>
+    <xml name="bio_tools">
+        <xrefs>
+            <xref type="bio.tools">khmer</xref>
+        </xrefs>
+    </xml>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@TOOL_VERSION@">khmer</requirement>
b
diff -r e84073b420a8 -r b1fe2ef3d244 normalize-by-median.xml
--- a/normalize-by-median.xml Tue Mar 23 21:31:36 2021 +0000
+++ b/normalize-by-median.xml Mon Jun 17 11:47:23 2024 +0000
b
@@ -1,5 +1,6 @@
 <tool id="khmer_normalize_by_median" name="khmer: Normalize By Median" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
     <description>Filter reads using digital normalization via k-mer abundances</description>
+    <expand macro="bio_tools"/>
     <macros>
         <token name="@BINARY@">normalize-by-median.py</token>
         <import>macros.xml</import>