comparison macros.xml @ 20:35d32c807c23 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ncbi_datasets commit 5a65a62588a36d757f96681bf72f537c12c91beb
author iuc
date Fri, 26 Dec 2025 17:16:51 +0000
parents ced734560c9d
children
comparison
equal deleted inserted replaced
19:ced734560c9d 20:35d32c807c23
1 <macros> 1 <macros>
2 <token name="@TOOL_VERSION@">17.1.0</token> 2 <token name="@TOOL_VERSION@">18.13.0</token>
3 <token name="@VERSION_SUFFIX@">0</token> 3 <token name="@VERSION_SUFFIX@">0</token>
4 <token name="@PROFILE@">23.0</token> 4 <token name="@PROFILE@">23.0</token>
5 <token name="@LICENSE@">MIT</token> 5 <token name="@LICENSE@">MIT</token>
6 <token name="@PROFILE_AND_LICENSE@">profile="@PROFILE@" license="@LICENSE@"</token> 6 <token name="@PROFILE_AND_LICENSE@">profile="@PROFILE@" license="@LICENSE@"</token>
7 <token name="@SETUP_CERTIFICATES@"><![CDATA[ 7 <token name="@SETUP_CERTIFICATES@"><![CDATA[
9 [ -f /usr/local/ssl/cacert.pem ] && export SSL_CERT_FILE="/usr/local/ssl/cacert.pem"; 9 [ -f /usr/local/ssl/cacert.pem ] && export SSL_CERT_FILE="/usr/local/ssl/cacert.pem";
10 ]]></token> 10 ]]></token>
11 <xml name="requirements"> 11 <xml name="requirements">
12 <requirements> 12 <requirements>
13 <requirement type="package" version="@TOOL_VERSION@">ncbi-datasets-cli</requirement> 13 <requirement type="package" version="@TOOL_VERSION@">ncbi-datasets-cli</requirement>
14 <requirement type="package" version="2025.1.31">ca-certificates</requirement> 14 <requirement type="package" version="2025.8.3">ca-certificates</requirement>
15 <requirement type="package" version="6.0">unzip</requirement> 15 <!-- Removed line below because it was causing "skipping: [..] need PK compat. v4.5 (can do v2.1)" -->
16 <!-- <requirement type="package" version="6.0">unzip</requirement> -->
16 </requirements> 17 </requirements>
17 </xml> 18 </xml>
18 <xml name="bio_tools"> 19 <xml name="bio_tools">
19 <xrefs> 20 <xrefs>
20 <xref type="bio.tools">ncbi_datasets</xref> 21 <xref type="bio.tools">ncbi_datasets</xref>
92 </param> 93 </param>
93 </xml> 94 </xml>
94 <xml name="genome_includes"> 95 <xml name="genome_includes">
95 <option value="genome" selected="true">genomic sequence (genome)</option> 96 <option value="genome" selected="true">genomic sequence (genome)</option>
96 <option value="rna">transcript (rna)</option> 97 <option value="rna">transcript (rna)</option>
97 <option value="protein">amnio acid sequences (protein)</option> 98 <option value="protein">amino acid sequences (protein)</option>
98 <option value="cds">nucleotide coding sequences (cds)</option> 99 <option value="cds">nucleotide coding sequences (cds)</option>
99 <option value="gff3">general feature file (gff3)</option> 100 <option value="gff3">general feature file (gff3)</option>
100 <option value="gtf">gene transfer format (gtf)</option> 101 <option value="gtf">gene transfer format (gtf)</option>
101 <option value="gbff">GenBank flat file (gbff)</option> 102 <option value="gbff">GenBank flat file (gbff)</option>
102 <option value="seq-report">sequence report file (seq-report)</option> 103 <option value="seq-report">sequence report file (seq-report)</option>
103 <yield/> 104 <yield/>
104 </xml> 105 </xml>
105 <xml name="gene_includes"> 106 <xml name="gene_includes">
106 <option value="gene">gene sequence (gene)</option> 107 <option value="gene">gene sequence (gene)</option>
107 <option value="protein" selected="true">amnio acid sequences (protein)</option> 108 <option value="protein" selected="true">amino acid sequences (protein)</option>
108 <yield/> 109 <yield/>
109 </xml> 110 </xml>
110 111
111 <token name="@INCLUDE@"><![CDATA[ 112 <token name="@INCLUDE@"><![CDATA[
112 --include 113 --include
399 </element> 400 </element>
400 </element> 401 </element>
401 </xml> 402 </xml>
402 <xml name="citations"> 403 <xml name="citations">
403 <citations> 404 <citations>
404 <citation type="bibtex">@misc{NCBI, 405 <citation type="doi">
405 author = "{NCBI}", 406 10.1038/s41597-024-03571-y
406 title = "NCBI Datasets",
407 year = "2022",
408 url = "https://github.com/ncbi/datasets"}
409 </citation> 407 </citation>
410 </citations> 408 </citations>
411 </xml> 409 </xml>
412 </macros> 410 </macros>