Mercurial > repos > iuc > bbtools_bbmerge
comparison macros.xml @ 9:c9e516d65a3d 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:50:48 +0000 |
parents | 08b2f8e6846d |
children |
comparison
equal
deleted
inserted
replaced
8:08b2f8e6846d | 9:c9e516d65a3d |
---|---|
1 <macros> | 1 <macros> |
2 <token name="@TOOL_VERSION@">39.08</token> | 2 <token name="@TOOL_VERSION@">39.08</token> |
3 <token name="@VERSION_SUFFIX@">2</token> | 3 <token name="@VERSION_SUFFIX@">3</token> |
4 <token name="@PROFILE@">22.01</token> | 4 <token name="@PROFILE@">22.01</token> |
5 <xml name="edam_ontology"> | 5 <xml name="edam_ontology"> |
6 <edam_topics> | 6 <edam_topics> |
7 <edam_topic>topic_0622</edam_topic> | 7 <edam_topic>topic_0622</edam_topic> |
8 <!-- Genomics --> | 8 <!-- Genomics --> |
54 </macro> | 54 </macro> |
55 <macro name="input_type_cond"> | 55 <macro name="input_type_cond"> |
56 <conditional name="input_type_cond"> | 56 <conditional name="input_type_cond"> |
57 <param name="input_type" type="select" label="Choose the category of the files to be analyzed"> | 57 <param name="input_type" type="select" label="Choose the category of the files to be analyzed"> |
58 <option value="single" selected="true">Single dataset</option> | 58 <option value="single" selected="true">Single dataset</option> |
59 <option value="pair">Dataset pair</option> | 59 <option value="paired">Paired data</option> |
60 <option value="paired">List of dataset pairs</option> | 60 <option value="pair">Paired data in separate datasets</option> |
61 </param> | 61 </param> |
62 <when value="single"> | 62 <when value="single"> |
63 <param name="read1" type="data" format="fastqsanger.gz,fastqsanger" label="Fastq file"/> | 63 <param name="read1" type="data" format="fastqsanger.gz,fastqsanger" label="Fastq file"/> |
64 </when> | 64 </when> |
65 <when value="pair"> | 65 <when value="pair"> |
106 </when> | 106 </when> |
107 </conditional> | 107 </conditional> |
108 </macro> | 108 </macro> |
109 <xml name="citations"> | 109 <xml name="citations"> |
110 <citations> | 110 <citations> |
111 <citation type="doi"> | 111 <citation type="doi">10.1371/journal.pone.0185056</citation> |
112 https://doi.org/10.1371/journal.pone.0185056 | |
113 </citation> | |
114 </citations> | 112 </citations> |
115 </xml> | 113 </xml> |
116 </macros> | 114 </macros> |