annotate data_manager/data_manager_mapseq.xml @ 2:b2591ceb5ec2 draft

planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
author galaxytrakr
date Thu, 26 Mar 2026 20:40:41 +0000
parents
children 472239da4582
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
1 <tool id="mapseq_db_fetcher" name="Mapseq DB fetcher" tool_type="manage_data" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
2 <description>Fetches the DB required for mapseq</description>
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
3 <macros>
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
4 <import>macros.xml</import>
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
5 </macros>
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
6 <expand macro="requirements" />
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
7 <expand macro="version" />
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
8 <command detect_errors="exit_code">
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
9 <![CDATA[
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
10 python '$__tool_directory__/data_manager_fetch_mapseq_db.py'
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
11 --out '${out_file}'
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
12 --version '${select_version.version}'
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
13 --database-type '${database_type}'
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
14 ]]>
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
15 </command>
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
16 <inputs>
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
17 <conditional name="select_version">
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
18 <param argument="--version" type="select" label="Select MGnify version">
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
19 <option value="5.0">v5.0</option>
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
20 <option value="6.0">v6.0</option>
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
21 </param>
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
22 <when value="5.0">
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
23 <param name="database_type" type="select" multiple="false" label="Database Type">
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
24 <option value="mgnify_v5_lsu">MGnify LSU (v5.0.7)</option>
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
25 <option value="mgnify_v5_ssu">MGnify SSU (v5.0.7)</option>
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
26 <option value="mgnify_v5_its_itsonedb">MGnify ITS ITSonedb (v5.0.7)</option>
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
27 <option value="mgnify_v5_its_unite">MGnify ITS UNITE (v5.0.7)</option>
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
28 </param>
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
29 </when>
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
30 <when value="6.0">
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
31 <param name="database_type" type="select" multiple="false" label="Database Type">
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
32 <option value="mgnify_v6_lsu">MGnify LSU (v6.0)</option>
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
33 <option value="mgnify_v6_ssu">MGnify SSU (v6.0)</option>
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
34 <option value="mgnify_v6_its_itsonedb">MGnify ITS ITSonedb (v6.0)</option>
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
35 <option value="mgnify_v6_its_unite">MGnify ITS UNITE (v6.0)</option>
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
36 <option value="mgnify_v6_pr2">MGnify PR2 (v6.0)</option>
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
37 </param>
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
38 </when>
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
39 </conditional>
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
40 </inputs>
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
41 <outputs>
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
42 <data format="data_manager_json" name="out_file" />
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
43 </outputs>
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
44 <tests>
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
45 </tests>
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
46 <help>
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
47 Downloads preformatted DBs form MGnify that can be used for mapseq.
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
48 The download paths were taken from: https://github.com/EBI-Metagenomics/pipeline-v5/
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
49 </help>
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
50 <expand macro="citations" />
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
51 <expand macro="creator" />
b2591ceb5ec2 planemo upload commit 960e71a63820069f2022e7b146a0f2118cb47d45
galaxytrakr
parents:
diff changeset
52 </tool>