Mercurial > repos > iuc > bbtools_callvariants
changeset 13:a033aa9a822e draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bbtools commit 4aa44523d9df9bf1773ed724735120476d773a19
author | iuc |
---|---|
date | Thu, 06 Mar 2025 11:51:49 +0000 |
parents | b4279a293312 |
children | |
files | macros.xml |
diffstat | 1 files changed, 4 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Thu Feb 13 12:07:57 2025 +0000 +++ b/macros.xml Thu Mar 06 11:51:49 2025 +0000 @@ -1,6 +1,6 @@ <macros> <token name="@TOOL_VERSION@">39.08</token> - <token name="@VERSION_SUFFIX@">2</token> + <token name="@VERSION_SUFFIX@">3</token> <token name="@PROFILE@">22.01</token> <xml name="edam_ontology"> <edam_topics> @@ -56,8 +56,8 @@ <conditional name="input_type_cond"> <param name="input_type" type="select" label="Choose the category of the files to be analyzed"> <option value="single" selected="true">Single dataset</option> - <option value="pair">Dataset pair</option> - <option value="paired">List of dataset pairs</option> + <option value="paired">Paired data</option> + <option value="pair">Paired data in separate datasets</option> </param> <when value="single"> <param name="read1" type="data" format="fastqsanger.gz,fastqsanger" label="Fastq file"/> @@ -108,9 +108,7 @@ </macro> <xml name="citations"> <citations> - <citation type="doi"> - https://doi.org/10.1371/journal.pone.0185056 - </citation> + <citation type="doi">10.1371/journal.pone.0185056</citation> </citations> </xml> </macros>