comparison count-median.xml @ 7:77410799e8e9 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/khmer commit 7de685f4763d988a5a9abce4a9c2b4714daaf165"
author iuc
date Wed, 18 Dec 2019 16:02:57 -0500
parents 84b323860b0a
children 06d1d91c67e5
comparison
equal deleted inserted replaced
6:7aa811aa3b93 7:77410799e8e9
1 <tool id="khmer_count_median" name="Count Median" version="@WRAPPER_VERSION@.0"> 1 <tool id="khmer_count_median" name="khmer: Count Median" version="@WRAPPER_VERSION@@TOOL_VERSION@">
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 <macros> 3 <macros>
4 <token name="@BINARY@">count-median.py</token> 4 <token name="@BINARY@">count-median.py</token>
5 <import>macros.xml</import> 5 <import>macros.xml</import>
6 </macros> 6 </macros>
7 <expand macro="requirements" /> 7 <expand macro="requirements" />
8 <expand macro="stdio" /> 8 <expand macro="stdio" />
9 <expand macro="version" /> 9 <expand macro="version" />
10 <command><![CDATA[ 10 <command><![CDATA[
11 set -xu && 11 set -u &&
12 @BINARY@ 12 @BINARY@
13 $input_countgraph_filename 13 $input_countgraph_filename
14 $input_sequence_filename 14 $input_sequence_filename
15 $output_summary_filename 15 $output_summary_filename
16 ]]> 16 ]]>
19 <expand macro="input_sequence_filename" /> 19 <expand macro="input_sequence_filename" />
20 <expand macro="input_countgraph_filename" /> 20 <expand macro="input_countgraph_filename" />
21 </inputs> 21 </inputs>
22 <outputs> 22 <outputs>
23 <data name="output_summary_filename" format="txt" 23 <data name="output_summary_filename" format="txt"
24 label="${input_sequence_filename} sequence id, median, average, stddev, and seq length" /> 24 label="${tool.name} on ${on_string}" />
25 </outputs> 25 </outputs>
26 <tests> 26 <tests>
27 <test> 27 <test>
28 <param name="input_sequence_filename" value="test-abund-read-2.fa" /> 28 <param name="input_sequence_filename" value="test-abund-read-2.fa" />
29 <param name="input_countgraph_filename" value="test-abund-read-2.oxlicg" ftype="oxlicg" /> 29 <param name="input_countgraph_filename" value="test-abund-read-2.oxlicg" ftype="oxlicg" />