comparison filter-abund.xml @ 9:b86562b4f3fd draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/khmer commit 7599ef16dc8b83ee49236ed5bb229260c969b0ab
author iuc
date Mon, 17 Jun 2024 11:47:42 +0000
parents 97f65399e30d
children
comparison
equal deleted inserted replaced
8:97f65399e30d 9:b86562b4f3fd
1 <tool id="khmer_filter_abundance" name="khmer: Filter reads" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> 1 <tool id="khmer_filter_abundance" name="khmer: Filter reads" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
2 <description> 2 <description>
3 by minimal k-mer abundance 3 by minimal k-mer abundance
4 </description> 4 </description>
5 <expand macro="bio_tools"/>
5 <macros> 6 <macros>
6 <token name="@BINARY@">filter-abund.py</token> 7 <token name="@BINARY@">filter-abund.py</token>
7 <import>macros.xml</import> 8 <import>macros.xml</import>
8 </macros> 9 </macros>
9 <expand macro="requirements" /> 10 <expand macro="requirements" />