comparison macros.xml @ 60:fe697e0cb24a draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/khmer/ commit d8e0950d53e504e02ee5db43c0804142b14d7fd2-dirty
author crusoe
date Tue, 07 Jul 2015 11:59:39 -0400
parents 08a599cf71d0
children
comparison
equal deleted inserted replaced
59:08a599cf71d0 60:fe697e0cb24a
1 <macros> 1 <macros>
2 <xml name="requirements"> 2 <xml name="requirements">
3 <requirements> 3 <requirements>
4 <!-- <requirement type="binary">@BINARY@</requirement> --> 4 <requirement type="package" version="2.0rc1">khmer</requirement>
5 <requirement type="package" version="1.1">khmer</requirement>
6 </requirements> 5 </requirements>
6 </xml>
7 <xml name="version">
7 <version_command>@BINARY@ --version</version_command> 8 <version_command>@BINARY@ --version</version_command>
8 </xml> 9 </xml>
9 <token name="@TABLEPARAMS@">#if $parameters.type == "simple" 10 <token name="@TABLEPARAMS@">#if $parameters.type == "simple"
10 --ksize=20 11 --ksize=20
11 --n_tables=4 12 --n_tables=4
12 --min-tablesize=$parameters.tablesize 13 --max-tablesize=$parameters.tablesize
13 #else 14 #else
14 --ksize=$parameters.ksize 15 --ksize=$parameters.ksize
15 --n_tables=$parameters.n_tables 16 --n_tables=$parameters.n_tables
16 --min-tablesize=$parameters.tablesize_specific 17 --max-tablesize="$parameters.tablesize_specific"
17 #end if</token> 18 #end if</token>
18 <token name="@THREADS@">--threads \${GALAXY_SLOTS:-4}</token> 19 <token name="@THREADS@">--threads \${GALAXY_SLOTS:-4}</token>
19 <xml name="tableinputs"> 20 <xml name="tableinputs">
20 <conditional name="parameters"> 21 <conditional name="parameters">
21 <param name="type" 22 <param name="type"
91 label="the k-mer counting table to query" 92 label="the k-mer counting table to query"
92 help="The abundances of the k-mers in the input nucleotide sequence file will be calculated using the kmer counts in this k-mer counting table." /> 93 help="The abundances of the k-mers in the input nucleotide sequence file will be calculated using the kmer counts in this k-mer counting table." />
93 </xml> 94 </xml>
94 <xml name="abundance-histogram-output"> 95 <xml name="abundance-histogram-output">
95 <data name="output_histogram_filename" 96 <data name="output_histogram_filename"
96 format="text" 97 format="txt"
97 label="${tool.name} k-mer abundance histogram. The 98 label="${tool.name} k-mer abundance histogram. The
98 columns are: (1) k-mer abundance, (2) k-mer count, (3) 99 columns are: (1) k-mer abundance, (2) k-mer count, (3)
99 cumulative count, (4) fraction of total distinct 100 cumulative count, (4) fraction of total distinct
100 k-mers."> 101 k-mers.">
101 </data> 102 </data>
102 </xml> 103 </xml>
103 <xml name="output_sequences"> 104 <xml name="output_sequences">
104 <data name="output" 105 <data name="output"
105 format="input" 106 format_source="inputs"
106 label="${tool.name} processed nucleotide sequence file"> 107 label="${tool.name} processed nucleotide sequence file">
107 <discover_datasets pattern="__name__" directory="output" visible="true"/> 108 <discover_datasets pattern="__name__" directory="output" visible="true"/>
108 </data> 109 </data>
109 </xml> 110 </xml>
110 <xml name="output_sequences_single"> 111 <xml name="output_sequences_single">
111 <data name="output" 112 <data name="output"
112 format="input" 113 format_source="input_sequence_filename"
113 label="${tool.name} processed nucleotide sequence file" /> 114 label="${tool.name} processed nucleotide sequence file" />
114 </xml> 115 </xml>
115 <xml name="input_zero"> 116 <xml name="input_zero">
116 <param name="zero" 117 <param name="zero"
117 type="boolean" 118 type="boolean"
150 <xml name="counting-citation"> 151 <xml name="counting-citation">
151 <citation type="doi">10.1371/journal.pone.0101271</citation> 152 <citation type="doi">10.1371/journal.pone.0101271</citation>
152 </xml> 153 </xml>
153 <xml name="stdio"> 154 <xml name="stdio">
154 <stdio> 155 <stdio>
155 <!-- [HELP] If no exit code rule is defined, the tool will stop if anything is written to STDERR -->
156 <exit_code range="1:" 156 <exit_code range="1:"
157 level="fatal" /> 157 level="fatal" />
158 </stdio> 158 </stdio>
159 </xml> 159 </xml>
160 </macros> 160 </macros>