Mercurial > repos > iuc > khmer_abundance_distribution
comparison abundance-dist.xml @ 7:e0de12ae3fc2 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/khmer commit 7de685f4763d988a5a9abce4a9c2b4714daaf165"
author | iuc |
---|---|
date | Wed, 18 Dec 2019 15:59:06 -0500 |
parents | be929aa4e152 |
children | c0caca5af183 |
comparison
equal
deleted
inserted
replaced
6:5a97c5bbd51e | 7:e0de12ae3fc2 |
---|---|
1 <tool id="khmer_abundance_distribution" name="Abundance Distribution" version="@WRAPPER_VERSION@.0"> | 1 <tool id="khmer_abundance_distribution" name="khmer: Abundance Distribution" version="@WRAPPER_VERSION@@TOOL_VERSION@"> |
2 <description> | 2 <description> |
3 Calculate abundance distribution of k-mers using pre-made k-mer countgraphs | 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> |
8 </macros> | 8 </macros> |
9 <expand macro="requirements" /> | 9 <expand macro="requirements" /> |
10 <expand macro="stdio" /> | 10 <expand macro="stdio" /> |
11 <expand macro="version" /> | 11 <expand macro="version" /> |
12 <command><![CDATA[ | 12 <command><![CDATA[ |
13 set -xu && | 13 set -u && |
14 mkdir output && cd output && | |
15 @BINARY@ | 14 @BINARY@ |
16 --squash | 15 --squash |
17 ${zero} | 16 ${zero} |
18 ${bigcount} | 17 ${bigcount} |
19 ${input_countgraph_filename} | 18 ${input_countgraph_filename} |
41 <has_text text="1001,2,98,1.0" /> | 40 <has_text text="1001,2,98,1.0" /> |
42 </assert_contents> | 41 </assert_contents> |
43 </output> | 42 </output> |
44 </test> | 43 </test> |
45 <test> | 44 <test> |
46 <param name="input_sequence_filename" value="test-abund-read-2.fa" /> | 45 <param name="input_sequence_filename" value="test-abund-read-2.fa.gz" /> |
47 <param name="input_countgraph_filename" value="test-abund-read-2.oxlicg" ftype="oxlicg" /> | 46 <param name="input_countgraph_filename" value="test-abund-read-2.oxlicg" ftype="oxlicg" /> |
48 <param name="zero" value="false" /> | 47 <param name="zero" value="false" /> |
49 <param name="bigcount" value="false" /> | 48 <param name="bigcount" value="false" /> |
50 <output name="output_histogram_filename"> | 49 <output name="output_histogram_filename"> |
51 <assert_contents> | 50 <assert_contents> |