Mercurial > repos > iuc > khmer_partition
comparison macros.xml @ 9:94e459e086bb draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/khmer commit 14ea2dc5ef36219c908ed64b256794711ce7b902"
| author | iuc |
|---|---|
| date | Tue, 23 Mar 2021 21:26:38 +0000 |
| parents | de6ba32d6021 |
| children | 02bc1ef43ef7 |
comparison
equal
deleted
inserted
replaced
| 8:de6ba32d6021 | 9:94e459e086bb |
|---|---|
| 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" |
