Mercurial > repos > iuc > khmer_filter_abundance
diff macros.xml @ 9:92cbc7c0cb06 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:07 +0000 |
| parents | 82001a0a540c |
| children | 7610ebc6e155 |
line wrap: on
line diff
--- a/macros.xml Wed Dec 18 20:58:02 2019 +0000 +++ b/macros.xml Tue Mar 23 21:26:07 2021 +0000 @@ -1,9 +1,10 @@ <macros> - <token name="@WRAPPER_VERSION@">3.0.0a3</token> - <token name="@TOOL_VERSION@">+galaxy1</token> + <token name="@TOOL_VERSION@">3.0.0a3</token> + <token name="@VERSION_SUFFIX@">2</token> + <token name="@PROFILE@">20.01</token> <xml name="requirements"> <requirements> - <requirement type="package" version="@WRAPPER_VERSION@">khmer</requirement> + <requirement type="package" version="@TOOL_VERSION@">khmer</requirement> <yield/> </requirements> </xml> @@ -75,7 +76,7 @@ help="Put in order of precedence such as longest reads first." /> </xml> <xml name="input_sequence_filename"> - <param name="input_sequence_filename" type="data" format="fasta,fastq" + <param name="input_sequence_filename" type="data" format="fasta,fastq,fasta.gz,fastq.gz" label="Sequence in FASTA or FASTQ format" /> </xml> <xml name="input_countgraph_filename">
