comparison count-median.xml @ 9:b3d513c7093e 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:05 +0000
parents 06d1d91c67e5
children
comparison
equal deleted inserted replaced
8:06d1d91c67e5 9:b3d513c7093e
1 <tool id="khmer_count_median" name="khmer: Count Median" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> 1 <tool id="khmer_count_median" name="khmer: Count Median" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
2 <description>Count the median/avg k-mer abundance for each sequence</description> 2 <description>Count the median/avg k-mer abundance for each sequence</description>
3 <expand macro="bio_tools"/>
3 <macros> 4 <macros>
4 <token name="@BINARY@">count-median.py</token> 5 <token name="@BINARY@">count-median.py</token>
5 <import>macros.xml</import> 6 <import>macros.xml</import>
6 </macros> 7 </macros>
7 <expand macro="requirements" /> 8 <expand macro="requirements" />