Mercurial > repos > iuc > mmseqs2_easy_linclust_clustering
comparison macro.xml @ 0:9f6869226de1 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
author | iuc |
---|---|
date | Thu, 27 Mar 2025 14:37:56 +0000 |
parents | |
children | b174c3405549 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:9f6869226de1 |
---|---|
1 <macros> | |
2 <token name="@TOOL_VERSION@">15.6f452</token> | |
3 <token name="@VERSION_SUFFIX@">0</token> | |
4 <token name="@PROFILE@">22.05</token> | |
5 <xml name="version_command"> | |
6 <version_command><![CDATA[mmseqs version]]></version_command> | |
7 </xml> | |
8 <xml name="requirements"> | |
9 <requirements> | |
10 <requirement type="package" version="@TOOL_VERSION@">mmseqs2</requirement> | |
11 <yield/> | |
12 </requirements> | |
13 </xml> | |
14 <xml name="biotools"> | |
15 <xrefs> | |
16 <xref type="bio.tools">MMseqs2</xref> | |
17 </xrefs> | |
18 </xml> | |
19 <xml name="citations"> | |
20 <citations> | |
21 <citation type="doi">10.1038/nbt.3988</citation> | |
22 <citation type="doi">10.1101/079681</citation> | |
23 <citation type="doi">10.1038/s41467-018-04964-5</citation> | |
24 <citation type="doi">10.1093/bioinformatics/bty1057</citation> | |
25 <citation type="doi">10.1101/2020.11.27.401018</citation> | |
26 <citation type="doi">10.1093/bioinformatics/btab184</citation> | |
27 </citations> | |
28 </xml> | |
29 <xml name="prefilter_common_parameters"> | |
30 <param argument="--add-self-matches" type="boolean" checked="false" truevalue="1" falsevalue="0" label="Artificially add entries of queries with themselves (for clustering)" help=""/> | |
31 <param argument="-k" name="kmer_length" type="integer" min="0" value="0" label="k-mer length" help="(0: automatically set to optimum)"/> | |
32 <param argument="--mask" type="select" label="Mask sequences in k-mer stage" help=""> | |
33 <option value="0">Without low complexity masking</option> | |
34 <option value="1" selected="true">With low complexity masking</option> | |
35 </param> | |
36 <param argument="--mask-prob" type="float" min="0" value="0.9" label="Mask sequences if probablity is above threshold" help=""/> | |
37 <param argument="--mask-lower-case" type="select" label="Mask lower case letters" help=""> | |
38 <option value="0" selected="true">Include region</option> | |
39 <option value="1">Exclude region</option> | |
40 </param> | |
41 </xml> | |
42 <xml name="search_type_aa"> | |
43 <param argument="--search-type" type="select" label="Search type" help="" > | |
44 <option value="0" selected="true">Auto</option> | |
45 <option value="1">Amino acid</option> | |
46 <option value="2">Translated</option> | |
47 <option value="3">Nucleotide</option> | |
48 <option value="4">Translated nucleotide alignment</option> | |
49 </param> | |
50 </xml> | |
51 <xml name="search_type_nt"> | |
52 <param argument="--search-type" type="select" label="Search type" help="" > | |
53 <option value="2">Translated</option> | |
54 <option value="3" selected="true">Nucleotide</option> | |
55 <option value="4">Translated nucleotide alignment</option> | |
56 </param> | |
57 </xml> | |
58 <xml name="align_common_parameters"> | |
59 <param argument="-a" name="convertalis" type="boolean" checked="false" truevalue="1" falsevalue="0" label="Add backtrace string" help="Convert to alignments with mmseqs convertalis module"/> | |
60 <param argument="--alignment-output-mode" type="select" label="Alignment mode : How to compute the alignment" help="" > | |
61 <option value="0" selected="true">Automatic</option> | |
62 <option value="1">Only score and end_pos</option> | |
63 <option value="2">Also start_pos and cov</option> | |
64 <option value="3">Also seq.id</option> | |
65 <option value="4">Only ungapped alignment</option> | |
66 <option value="5">score only (output) cluster format</option> | |
67 </param> | |
68 <param argument="--wrapped-scoring" type="boolean" checked="false" truevalue="1" falsevalue="0" label="Double the (nucleotide) query sequence during the scoring process" help="Allow wrapped diagonal scoring around end and start"/> | |
69 <param argument="--min-aln-len" type="integer" min="0" value="0" label="Minimum alignment length" help=""/> | |
70 <param argument="--seq-id-mode" type="select" label="Sequence identity mode" help="" > | |
71 <option value="0" selected="true">Alignment length</option> | |
72 <option value="1">Shorter</option> | |
73 <option value="2">Longer sequence</option> | |
74 </param> | |
75 <param argument="--alt-ali" type="integer" min="0" value="0" label="Number of alternative alignments to show" help=""/> | |
76 <param argument="--score-bias" type="float" value="0" label="Score bias when computing Smith-Waterman alignment" help=""/> | |
77 <param argument="--realign" type="boolean" checked="false" truevalue="1" falsevalue="0" label="Compute more conservative, shorter alignments" help="Scores and E-values not changed"/> | |
78 <param argument="--realign-score-bias" type="float" value="-0.200" label="Additional bias when computing realignment" help=""/> | |
79 <param argument="--realign-max-seqs" type="integer" min="0" value="2147483647" label="Maximum number of results to return in realignment" help=""/> | |
80 <param argument="--corr-score-weight" type="float" value="0" label="Weight of backtrace correlation score that is added to the alignment score" help=""/> | |
81 </xml> | |
82 <xml name="common_section"> | |
83 <section name="common" title="Common"> | |
84 <param argument="--max-seq-len" type="integer" min="0" value="65535" optional="true" label="Maximum sequence length" help=""/> | |
85 </section> | |
86 </xml> | |
87 <xml name="expert_common_parameters"> | |
88 <param argument="--filter-hits" type="boolean" checked="false" truevalue="1" falsevalue="0" label="Filter hits by seq.id. and coverage" help=""/> | |
89 <param argument="--sort-results" type="select" label="Sort results" help=""> | |
90 <option value="0" selected="true">No sorting</option> | |
91 <option value="1">Sort by E-value (Alignment) or seq.id. (Hamming)</option> | |
92 </param> | |
93 </xml> | |
94 </macros> |