comparison macros.xml @ 8:c0caca5af183 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/khmer commit 14ea2dc5ef36219c908ed64b256794711ce7b902"
author iuc
date Tue, 23 Mar 2021 21:29:35 +0000
parents e0de12ae3fc2
children
comparison
equal deleted inserted replaced
7:e0de12ae3fc2 8:c0caca5af183
1 <macros> 1 <macros>
2 <token name="@WRAPPER_VERSION@">3.0.0a3</token> 2 <token name="@TOOL_VERSION@">3.0.0a3</token>
3 <token name="@TOOL_VERSION@">+galaxy1</token> 3 <token name="@VERSION_SUFFIX@">2</token>
4 <token name="@PROFILE@">20.01</token>
4 <xml name="requirements"> 5 <xml name="requirements">
5 <requirements> 6 <requirements>
6 <requirement type="package" version="@WRAPPER_VERSION@">khmer</requirement> 7 <requirement type="package" version="@TOOL_VERSION@">khmer</requirement>
7 <yield/> 8 <yield/>
8 </requirements> 9 </requirements>
9 </xml> 10 </xml>
10 <xml name="version"> 11 <xml name="version">
11 <version_command><![CDATA[@BINARY@ --version 2>&1 | tail -n 1 | cut -d ' ' -f 2]]></version_command> 12 <version_command><![CDATA[@BINARY@ --version 2>&1 | tail -n 1 | cut -d ' ' -f 2]]></version_command>
73 <param name="inputs" multiple="true" type="data" format="fasta,fastq,fasta.gz,fastq.gz" 74 <param name="inputs" multiple="true" type="data" format="fasta,fastq,fasta.gz,fastq.gz"
74 label="Sequences in FASTA or FASTQ format" 75 label="Sequences in FASTA or FASTQ format"
75 help="Put in order of precedence such as longest reads first." /> 76 help="Put in order of precedence such as longest reads first." />
76 </xml> 77 </xml>
77 <xml name="input_sequence_filename"> 78 <xml name="input_sequence_filename">
78 <param name="input_sequence_filename" type="data" format="fasta,fastq" 79 <param name="input_sequence_filename" type="data" format="fasta,fastq,fasta.gz,fastq.gz"
79 label="Sequence in FASTA or FASTQ format" /> 80 label="Sequence in FASTA or FASTQ format" />
80 </xml> 81 </xml>
81 <xml name="input_countgraph_filename"> 82 <xml name="input_countgraph_filename">
82 <param name="input_countgraph_filename" type="data" format="oxlicg" 83 <param name="input_countgraph_filename" type="data" format="oxlicg"
83 label="the k-mer countgraph to query" 84 label="the k-mer countgraph to query"