comparison abundance-dist.xml @ 1:be929aa4e152 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/khmer/ commit 72078bced0c08685219c6e80e42ce07458822391
author iuc
date Wed, 11 Nov 2015 10:04:55 -0500
parents c07433531fd3
children e0de12ae3fc2
comparison
equal deleted inserted replaced
0:c07433531fd3 1:be929aa4e152
1 <tool id="khmer_abundance_distribution" name="Abundance Distribution" version="@WRAPPER_VERSION@.0"> 1 <tool id="khmer_abundance_distribution" name="Abundance Distribution" version="@WRAPPER_VERSION@.0">
2 <description> 2 <description>
3 Calculate abundance distribution of the k-mers in a given sequence file using a pre-made k-mer countgraph 3 Calculate abundance distribution of k-mers using pre-made k-mer countgraphs
4 </description> 4 </description>
5 <macros> 5 <macros>
6 <token name="@BINARY@">abundance-dist.py</token> 6 <token name="@BINARY@">abundance-dist.py</token>
7 <import>macros.xml</import> 7 <import>macros.xml</import>
8 </macros> 8 </macros>