comparison qiime2__rescript__trim_alignment.xml @ 2:8659a1689f71 draft default tip

planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__rescript commit 5f71b597c9495eae67a447744fded834f56ca1f7
author q2d2
date Wed, 30 Oct 2024 19:55:36 +0000
parents f14be3f75d11
children
comparison
equal deleted inserted replaced
1:f14be3f75d11 2:8659a1689f71
4 4
5 Distributed under the terms of the Modified BSD License. (SPDX: BSD-3-Clause) 5 Distributed under the terms of the Modified BSD License. (SPDX: BSD-3-Clause)
6 --> 6 -->
7 <!-- 7 <!--
8 This tool was automatically generated by: 8 This tool was automatically generated by:
9 q2galaxy (version: 2024.5.0) 9 q2galaxy (version: 2024.10.0)
10 for: 10 for:
11 qiime2 (version: 2024.5.0) 11 qiime2 (version: 2024.10.1)
12 --> 12 -->
13 <tool name="qiime2 rescript trim-alignment" id="qiime2__rescript__trim_alignment" version="2024.5.0+q2galaxy.2024.5.0" profile="22.05" license="BSD-3-Clause"> 13 <tool name="qiime2 rescript trim-alignment" id="qiime2__rescript__trim_alignment" version="2024.10.0+q2galaxy.2024.10.0" profile="22.05" license="BSD-3-Clause">
14 <description>Trim alignment based on provided primers or specific positions.</description> 14 <description>Trim alignment based on provided primers or specific positions.</description>
15 <xrefs>
16 <xref type="bio.tools">qiime2</xref>
17 </xrefs>
15 <requirements> 18 <requirements>
16 <container type="docker">quay.io/qiime2/amplicon:2024.5</container> 19 <container type="docker">quay.io/qiime2/amplicon:2024.10</container>
17 </requirements> 20 </requirements>
18 <version_command>q2galaxy version rescript</version_command> 21 <version_command>q2galaxy version rescript</version_command>
19 <command detect_errors="exit_code">q2galaxy run rescript trim_alignment '$inputs'</command> 22 <command detect_errors="exit_code">q2galaxy run rescript trim_alignment '$inputs'</command>
20 <configfiles> 23 <configfiles>
21 <inputs name="inputs" data_style="staging_path_and_source_path"/> 24 <inputs name="inputs" data_style="staging_path_and_source_path"/>
27 </options> 30 </options>
28 <validator type="expression" message="Incompatible type">hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureData[AlignedSequence]']</validator> 31 <validator type="expression" message="Incompatible type">hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureData[AlignedSequence]']</validator>
29 </param> 32 </param>
30 <section name="__q2galaxy__GUI__section__extra_opts__" title="Click here for additional options"> 33 <section name="__q2galaxy__GUI__section__extra_opts__" title="Click here for additional options">
31 <conditional name="__q2galaxy__GUI__conditional__primer_fwd__" label="primer_fwd: Str"> 34 <conditional name="__q2galaxy__GUI__conditional__primer_fwd__" label="primer_fwd: Str">
32 <param name="__q2galaxy__GUI__select__" type="select" label="primer_fwd: Str" help="[optional] Forward primer used to find the start position for alignment trimming."> 35 <param name="__q2galaxy__GUI__select__" type="select" label="primer_fwd: Str" help="[optional] Forward primer used to find the start position for alignment trimming. Provide as 5'-3'.">
33 <option value="__q2galaxy__::control::default" selected="true">None (Use default behavior)</option> 36 <option value="__q2galaxy__::control::default" selected="true">None (Use default behavior)</option>
34 <option value="__q2galaxy__::control::provide">Provide a value</option> 37 <option value="__q2galaxy__::control::provide">Provide a value</option>
35 </param> 38 </param>
36 <when value="__q2galaxy__::control::default"> 39 <when value="__q2galaxy__::control::default">
37 <param name="primer_fwd" type="hidden" value="__q2galaxy__::literal::None"/> 40 <param name="primer_fwd" type="hidden" value="__q2galaxy__::literal::None"/>
43 </sanitizer> 46 </sanitizer>
44 </param> 47 </param>
45 </when> 48 </when>
46 </conditional> 49 </conditional>
47 <conditional name="__q2galaxy__GUI__conditional__primer_rev__" label="primer_rev: Str"> 50 <conditional name="__q2galaxy__GUI__conditional__primer_rev__" label="primer_rev: Str">
48 <param name="__q2galaxy__GUI__select__" type="select" label="primer_rev: Str" help="[optional] Reverse primer used to find the end position for alignment trimming."> 51 <param name="__q2galaxy__GUI__select__" type="select" label="primer_rev: Str" help="[optional] Reverse primer used to find the end position for alignment trimming. Provide as 5'-3'.">
49 <option value="__q2galaxy__::control::default" selected="true">None (Use default behavior)</option> 52 <option value="__q2galaxy__::control::default" selected="true">None (Use default behavior)</option>
50 <option value="__q2galaxy__::control::provide">Provide a value</option> 53 <option value="__q2galaxy__::control::provide">Provide a value</option>
51 </param> 54 </param>
52 <when value="__q2galaxy__::control::default"> 55 <when value="__q2galaxy__::control::default">
53 <param name="primer_rev" type="hidden" value="__q2galaxy__::literal::None"/> 56 <param name="primer_rev" type="hidden" value="__q2galaxy__::literal::None"/>
60 </param> 63 </param>
61 </when> 64 </when>
62 </conditional> 65 </conditional>
63 <param name="position_start" type="integer" min="1" optional="true" label="position_start: Int % Range(1, None)" help="[optional] Position within the alignment where the trimming will begin. If not provided, alignment will notbe trimmed at the beginning. If forward primer isspecified this parameter will be ignored."/> 66 <param name="position_start" type="integer" min="1" optional="true" label="position_start: Int % Range(1, None)" help="[optional] Position within the alignment where the trimming will begin. If not provided, alignment will notbe trimmed at the beginning. If forward primer isspecified this parameter will be ignored."/>
64 <param name="position_end" type="integer" min="1" optional="true" label="position_end: Int % Range(1, None)" help="[optional] Position within the alignment where the trimming will end. If not provided, alignment will not be trimmed at the end. If reverse primer is specified this parameter will be ignored."/> 67 <param name="position_end" type="integer" min="1" optional="true" label="position_end: Int % Range(1, None)" help="[optional] Position within the alignment where the trimming will end. If not provided, alignment will not be trimmed at the end. If reverse primer is specified this parameter will be ignored."/>
68 <param name="n_threads" type="integer" min="1" value="1" label="n_threads: Int % Range(1, None)" help="[default: 1] Number of threads to use for primer-based trimming, otherwise ignored. (Use `auto` to automatically use all available cores)"/>
65 </section> 69 </section>
66 </inputs> 70 </inputs>
67 <outputs> 71 <outputs>
68 <data name="trimmed_sequences" format="qza" label="${tool.name} on ${on_string}: trimmed_sequences.qza" from_work_dir="trimmed_sequences.qza"/> 72 <data name="trimmed_sequences" format="qza" label="${tool.name} on ${on_string}: trimmed_sequences.qza" from_work_dir="trimmed_sequences.qza"/>
69 </outputs> 73 </outputs>