Mercurial > repos > iuc > mmseqs2_taxonomy_assignment
annotate mmseqs2_taxonomy_assignment.xml @ 0:d0acde079e2e 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:38:20 +0000 |
parents | |
children | 876d26806584 |
rev | line source |
---|---|
0
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
1 <tool id="mmseqs2_taxonomy_assignment" name="MMseqs2 Taxonomy Assignments" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
2 <description> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
3 of sequences by comparing them to a reference database |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
4 </description> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
5 <macros> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
6 <import>macro.xml</import> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
7 </macros> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
8 <expand macro="biotools"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
9 <expand macro="requirements"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
10 <expand macro="version_command"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
11 <command detect_errors="exit_code"><![CDATA[ |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
12 ln -s -f '${createdb.input_fasta}' 'input' && |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
13 mmseqs createdb |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
14 'input' |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
15 'sequenceDB' |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
16 --dbtype '$createdb.alph_type.dbtype' |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
17 --shuffle $createdb.shuffle && |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
18 |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
19 cp -r '$createtaxdb.database_type.mmseqs2_db_select.fields.path'/database* . && |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
20 |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
21 mmseqs createtaxdb |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
22 database |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
23 'tmp' |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
24 #if $createtaxdb.tax_mapping_file |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
25 --tax-mapping-file '$createtaxdb.tax_mapping_file' |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
26 #end if |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
27 --tax-mapping-mode '$createtaxdb.tax_mapping_mode' |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
28 --threads "\${GALAXY_SLOTS:-1}" && |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
29 |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
30 #if $filtertaxseqdb.taxon_list |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
31 mmseqs filtertaxseqdb |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
32 'database' |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
33 'database_filtered' |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
34 --taxon-list '$filtertaxseqdb.taxon_list' |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
35 && |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
36 #end if |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
37 |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
38 mmseqs taxonomy |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
39 'sequenceDB' |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
40 #if $filtertaxseqdb.taxon_list |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
41 'database_filtered' |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
42 #else |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
43 'database' |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
44 #end if |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
45 'output_taxonomy' |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
46 'tmp' |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
47 #if str($createdb.alph_type.dbtype) == "1" |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
48 --comp-bias-corr-scale $createdb.alph_type.comp_bias_corr_scale |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
49 #elif str($createdb.alph_type.dbtype) == "2" |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
50 --zdrop $createdb.alph_type.zdrop |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
51 #end if |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
52 ##Pre-filter options |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
53 --add-self-matches $taxonomy.prefilter.add_self_matches |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
54 -s $taxonomy.prefilter.sensitivity |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
55 -k $taxonomy.prefilter.kmer_length |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
56 --target-search-mode $taxonomy.prefilter.target_search_mode |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
57 ##--k-score TWIN k-mer threshold for generating similar k-mer lists [seq:2147483647,prof:2147483647] |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
58 --max-seqs $taxonomy.prefilter.max_seqs |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
59 --split $taxonomy.prefilter.split |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
60 --split-mode $taxonomy.prefilter.split_mode |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
61 ##--split-memory-limit BYTE Set max memory per split. E.g. 800B, 5K, 10M, 1G. Default (0) to all available system memory [0] |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
62 --diag-score $taxonomy.prefilter.diag_score |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
63 --exact-kmer-matching $taxonomy.prefilter.exact_kmer_matching |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
64 --mask $taxonomy.prefilter.mask |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
65 --mask-prob $taxonomy.prefilter.mask_prob |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
66 --mask-lower-case $taxonomy.prefilter.mask_lower_case |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
67 --min-ungapped-score $taxonomy.prefilter.min_ungapped_score |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
68 --spaced-kmer-mode $taxonomy.prefilter.spaced_kmer_mode |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
69 ##--spaced-kmer-pattern STR User-specified spaced k-mer pattern [] |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
70 ##--local-tmp STR Path where some of the temporary files will be created [] |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
71 ##--disk-space-limit BYTE Set max disk space to use for reverse profile searches. E.g. 800B, 5K, 10M, 1G. Default (0) to all available disk space in the temp folder [0] |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
72 |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
73 ##Align options |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
74 -a $taxonomy.align.convertalis |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
75 ##The next 2 parameters seems to be the same |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
76 --alignment-mode $taxonomy.align.alignment_mode |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
77 --alignment-output-mode $taxonomy.align.alignment_output_mode |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
78 --wrapped-scoring $taxonomy.align.wrapped_scoring |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
79 -e $taxonomy.align.evalue |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
80 --min-seq-id $taxonomy.align.min_seq_id |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
81 --min-aln-len $taxonomy.align.min_aln_len |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
82 --seq-id-mode $taxonomy.align.seq_id_mode |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
83 --alt-ali $taxonomy.align.alt_ali |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
84 -c $taxonomy.align.cov |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
85 --cov-mode $taxonomy.align.cov_mode |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
86 --max-rejected $taxonomy.align.max_rejected |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
87 --max-accept $taxonomy.align.max_accept |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
88 --score-bias $taxonomy.align.score_bias |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
89 --realign $taxonomy.align.realign |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
90 --realign-score-bias $taxonomy.align.realign_score_bias |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
91 --realign-max-seqs $taxonomy.align.realign_max_seqs |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
92 --corr-score-weight $taxonomy.align.corr_score_weight |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
93 --exhaustive-search-filter $taxonomy.align.exhaustive_search_filter |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
94 |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
95 ##Profile options |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
96 ##--pca Pseudo count admixture strength [] |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
97 ##--pcb Pseudo counts: Neff at half of maximum admixture (range 0.0-inf) [] |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
98 --mask-profile $taxonomy.profile.mask_profile |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
99 --e-profile $taxonomy.profile.e_profile |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
100 --wg $taxonomy.profile.wg |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
101 --filter-msa $taxonomy.profile.filter_msa |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
102 --filter-min-enable $taxonomy.profile.filter_min_enable |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
103 --max-seq-id $taxonomy.profile.max_seq_id |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
104 --qid $taxonomy.profile.qid |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
105 --qsc $taxonomy.profile.qsc |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
106 --cov $taxonomy.profile.cov |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
107 --diff $taxonomy.profile.diff |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
108 --pseudo-cnt-mode $taxonomy.profile.pseudo_cnt_mode |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
109 --exhaustive-search $taxonomy.profile.exhaustive_search |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
110 --lca-search $taxonomy.profile.lca_search |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
111 |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
112 ##Misc options |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
113 ##--orf-filter INT Prefilter query ORFs with non-selective search |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
114 ## Only used during nucleotide-vs-protein classification |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
115 ## NOTE: Consider disabling when classifying short reads [1] |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
116 --orf-filter-e $taxonomy.misc.orf_filter_e |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
117 --orf-filter-s $taxonomy.misc.orf_filter_s |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
118 --lca-mode $taxonomy.misc.lca_mode |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
119 --tax-output-mode $taxonomy.misc.tax_output_mode |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
120 --majority $taxonomy.misc.majority |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
121 --vote-mode $taxonomy.misc.vote_mode |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
122 ##--lca-ranks STR Add column with specified ranks (',' separated) [] |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
123 --tax-lineage $taxonomy.misc.tax_lineage |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
124 --blacklist $taxonomy.misc.blacklist |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
125 --taxon-list $taxonomy.misc.taxon_list |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
126 --rescore-mode $taxonomy.misc.rescore_mode |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
127 --allow-deletion $taxonomy.misc.allow_deletion |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
128 --min-length $taxonomy.misc.min_length |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
129 --max-length $taxonomy.misc.max_length |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
130 --max-gaps $taxonomy.misc.max_gaps |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
131 --contig-start-mode $taxonomy.misc.contig_start_mode |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
132 --contig-end-mode $taxonomy.misc.contig_end_mode |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
133 --orf-start-mode $taxonomy.misc.orf_start_mode |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
134 --forward-frames $taxonomy.misc.forward_frames |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
135 --reverse-frames $taxonomy.misc.reverse_frames |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
136 --translation-table $taxonomy.misc.translation_table |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
137 --translate $taxonomy.misc.translate |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
138 --use-all-table-starts $taxonomy.misc.use_all_table_starts |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
139 --id-offset $taxonomy.misc.id_offset |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
140 --add-orf-stop $taxonomy.misc.add_orf_stop |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
141 --sequence-overlap $taxonomy.misc.sequence_overlap |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
142 --sequence-split-mode $taxonomy.misc.sequence_split_mode |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
143 --headers-split-mode $taxonomy.misc.headers_split_mode |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
144 --search-type $createtaxdb.database_type.search_type |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
145 --prefilter-mode $taxonomy.misc.prefilter_mode |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
146 |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
147 ##Common options |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
148 ##--compressed INT Write compressed output [0] |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
149 --threads "\${GALAXY_SLOTS:-1}" |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
150 ##-v INT Verbosity level: 0: quiet, 1: +errors, 2: +warnings, 3: +info [3] |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
151 --max-seq-len $taxonomy.common.max_seq_len |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
152 ##--db-load-mode INT Database preload mode 0: auto, 1: fread, 2: mmap, 3: mmap+touch [0] |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
153 ##--mpi-runner STR Use MPI on compute cluster with this MPI command (e.g. "mpirun -np 42") [] |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
154 ##--force-reuse BOOL Reuse tmp filse in tmp/latest folder ignoring parameters and version changes [0] |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
155 ##--remove-tmp-files BOOL Delete temporary files [0] |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
156 |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
157 ##Expert options |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
158 --filter-hits $taxonomy.expert.filter_hits |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
159 --sort-results $taxonomy.expert.sort_results |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
160 ##--create-lookup INT Create database lookup file (can be very large) [0] |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
161 --chain-alignments $taxonomy.expert.chain_alignments |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
162 --merge-query $taxonomy.expert.merge_query |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
163 ##--strand INT Strand selection only works for DNA/DNA search 0: reverse, 1: forward, 2: both [1] |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
164 && |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
165 mmseqs createtsv |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
166 'sequenceDB' |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
167 'output_taxonomy' |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
168 'taxo_result.tsv' |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
169 |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
170 --first-seq-as-repr $createtsv.first_seq_as_repr |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
171 --target-column $createtsv.target_column |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
172 --full-header $createtsv.full_header |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
173 --idx-seq-src $createtsv.idx_seq_src |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
174 --threads "\${GALAXY_SLOTS:-1}" |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
175 ##--compressed INT Write compressed output [0] |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
176 ##-v INT Verbosity level: 0: quiet, 1: +errors, 2: +warnings, 3: +info [3] |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
177 ##--db-output BOOL Return a result DB instead of a text file [0] |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
178 |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
179 #if str($kraken_report.keep_report) == "Yes" |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
180 && |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
181 mmseqs taxonomyreport |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
182 #if $filtertaxseqdb.taxon_list |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
183 'database_filtered' |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
184 #else |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
185 'database' |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
186 #end if |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
187 'output_taxonomy' |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
188 'taxo_result.txt' |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
189 --report-mode 0 |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
190 --threads "\${GALAXY_SLOTS:-1}" |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
191 #end if |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
192 #if str($krona_report.keep_report) == "Yes" |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
193 && |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
194 mmseqs taxonomyreport |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
195 #if $filtertaxseqdb.taxon_list |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
196 'database_filtered' |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
197 #else |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
198 'database' |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
199 #end if |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
200 'output_taxonomy' |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
201 'taxo_result.html' |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
202 --report-mode 1 |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
203 --threads "\${GALAXY_SLOTS:-1}" |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
204 #end if |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
205 ##-v INT Verbosity level: 0: quiet, 1: +errors, 2: +warnings, 3: +info [3] |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
206 |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
207 ]]></command> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
208 <inputs> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
209 <section name="createdb" title="Convert FASTA/Q file(s) to MMseqs sequence DB format" expanded="true"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
210 <param name="input_fasta" type="data" format="fasta,fastq,fasta.gz,fastq.gz" label="Input fasta file" help="" /> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
211 <conditional name="alph_type"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
212 <param argument="--dbtype" type="select" label="Input type" help="" > |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
213 <option value="0" selected="true">Auto</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
214 <option value="1">Amino acid</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
215 <option value="2">Nucleotides</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
216 </param> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
217 <when value="0"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
218 <when value="1"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
219 <param argument="--comp-bias-corr-scale" type="float" min="0" max="1" value="1" label="Scale composition bias correction" help=""/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
220 </when> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
221 <when value="2"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
222 <param argument="--zdrop" type="integer" min="0" value="40" label="Maximal allowed difference between score values before alignment is truncated" help=""/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
223 </when> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
224 </conditional> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
225 <param argument="--shuffle" type="boolean" checked="true" label="Shuffle input database" truevalue="1" falsevalue="0" optional="true" help="" /> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
226 </section> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
227 <section name="createtaxdb" title="Add taxonomic labels to reference sequence DB" expanded="true"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
228 <conditional name="database_type"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
229 <param name="type" type="select" label="Database type" help="" > |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
230 <option value="amino_acid_tax" selected="true">Amino acid with taxonomy information</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
231 <option value="nucleotides_tax">Nucleotides with taxonomy information</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
232 <option value="amino_acid">Amino acid without taxonomy information</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
233 <option value="nucleotides">Nucleotides without taxonomy information</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
234 </param> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
235 <when value="amino_acid_tax"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
236 <param name="mmseqs2_db_select" type="select" label="MMseqs2 databases"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
237 <options from_data_table="mmseqs2_databases"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
238 <filter type="static_value" value="aminoacid" column="type"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
239 <filter type="static_value" value="yes" column="taxonomy"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
240 <validator message="No mmseqs2 database is available" type="no_options"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
241 </options> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
242 </param> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
243 <expand macro="search_type_aa" /> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
244 </when> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
245 <when value="nucleotides_tax"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
246 <param name="mmseqs2_db_select" type="select" label="MMseqs2 databases"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
247 <options from_data_table="mmseqs2_databases"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
248 <filter type="static_value" value="nucleotide" column="type"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
249 <filter type="static_value" value="yes" column="taxonomy"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
250 <validator message="No mmseqs2 database is available" type="no_options"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
251 </options> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
252 </param> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
253 <expand macro="search_type_nt" /> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
254 </when> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
255 <when value="amino_acid"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
256 <param name="mmseqs2_db_select" type="select" label="MMseqs2 databases"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
257 <options from_data_table="mmseqs2_databases"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
258 <filter type="static_value" value="aminoacid" column="type"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
259 <filter type="static_value" value="no" column="taxonomy"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
260 <validator message="No mmseqs2 database is available" type="no_options"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
261 </options> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
262 </param> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
263 <expand macro="search_type_aa" /> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
264 </when> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
265 <when value="nucleotides"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
266 <param name="mmseqs2_db_select" type="select" label="MMseqs2 databases"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
267 <options from_data_table="mmseqs2_databases"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
268 <filter type="static_value" value="nucleotide" column="type"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
269 <filter type="static_value" value="no" column="taxonomy"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
270 <validator message="No mmseqs2 database is available" type="no_options"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
271 </options> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
272 </param> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
273 <expand macro="search_type_nt" /> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
274 </when> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
275 </conditional> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
276 <param argument="--tax-mapping-file" type="data" format="tabular,tsv,txt" label="File to map sequence identifier to taxonomical identifier" optional="true"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
277 <param argument="--tax-mapping-mode" type="select" label="Map taxonomy based on sequence database" help="" > |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
278 <option value="0" selected="true">0: .lookup file</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
279 <option value="1">1: .source file</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
280 </param> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
281 </section> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
282 <section name="filtertaxseqdb" title="Filter taxonomy sequence database"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
283 <param argument="--taxon-list" type="text" optional="true" value="" label="Taxonomy ID" help="Possibly multiple values separated by ','"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
284 </section> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
285 <section name="taxonomy" title="Taxonomy assignment by computing the lowest common ancestor of homologs"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
286 <section name="prefilter" title="Pre-filter"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
287 <expand macro="prefilter_common_parameters" /> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
288 <param argument="--spaced-kmer-mode" type="select" label="Spaced k-mer mode" help=""> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
289 <option value="0">Use consecutive positions in k-mers</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
290 <option value="1" selected="true">Use spaced k-mers</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
291 </param> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
292 <param argument="--min-ungapped-score" type="integer" min="0" value="15" label="Accept only matches with ungapped alignment score above threshold" help=""/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
293 <param argument="-s" name="sensitivity" type="float" min="0" max="7.5" value="2" label="Sensitivity" help="1.0 faster; 4.0 fast; 7.5 sensitive"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
294 <param argument="--target-search-mode" type="select" label="Target search mode" help="" > |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
295 <option value="0" selected="true">Regular k-mer</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
296 <option value="1">Similar k-mer</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
297 </param> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
298 <param argument="--max-seqs" type="integer" min="0" value="300" label="Maximum results per query sequence allowed to pass the prefilter" help="Affects sensitivity"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
299 <param argument="--split" type="integer" min="0" value="0" label="Split input into N equally distributed chunks" help="0: set the best split automatically"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
300 <param argument="--split-mode" type="select" label="Split mode" help="" > |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
301 <option value="0">Split target db</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
302 <option value="1">Split query db</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
303 <option value="2" selected="true">Auto, depending on main memory</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
304 </param> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
305 <param argument="--diag-score" type="boolean" checked="true" truevalue="1" falsevalue="0" label="Use ungapped diagonal scoring during prefilter" help=""/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
306 <param argument="--exact-kmer-matching" type="integer" min="0" max="1" value="0" label="Extract only exact k-mers for matching" help=""/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
307 </section> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
308 <section name="align" title="Align"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
309 <expand macro="align_common_parameters" /> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
310 <param argument="--alignment-mode" type="select" label="Alignment mode : How to compute the alignment" help="" > |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
311 <option value="0">Automatic</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
312 <option value="1" selected="true">Only score and end_pos</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
313 <option value="2">Also start_pos and cov</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
314 <option value="3">Also seq.id</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
315 <option value="4">Only ungapped alignment</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
316 </param> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
317 <param argument="-e" name="evalue" type="float" min="0" value="1" label="E-value threshold" help="List matches below this E-value"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
318 <param argument="--min-seq-id" type="float" min="0" max="1" value="0" label="Minimum sequence identity" help="List matches above this sequence identity for clustering"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
319 <param argument="-c" name="cov" type="float" min="0" value="0" label="List matches above this fraction of aligned (covered) residues" help=""/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
320 <param argument="--cov-mode" type="select" label="Coverage mode" help="" > |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
321 <option value="0" selected="true">Coverage of query and target</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
322 <option value="1">Coverage of target</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
323 <option value="2">Coverage of query</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
324 <option value="3">Target seq. length has to be at least x% of query length</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
325 <option value="4">Query seq. length has to be at least x% of target length</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
326 <option value="5">Short seq. needs to be at least x% of the other seq. length</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
327 </param> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
328 <param argument="--max-rejected" type="integer" min="0" value="5" label="Maximum rejected alignments before alignment calculation for a query is stopped" help=""/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
329 <param argument="--max-accept" type="integer" min="0" value="30" label="Maximum accepted alignments before alignment calculation for a query is stopped" help=""/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
330 <param argument="--exhaustive-search-filter" type="boolean" checked="false" truevalue="1" falsevalue="0" label="Filter result during search ?" help=""/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
331 </section> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
332 <section name="profile" title="Profile"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
333 <param argument="--mask-profile" type="boolean" checked="true" truevalue="1" falsevalue="0" label="Mask query sequence of profile using tantan" help=""/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
334 <param argument="--e-profile" type="float" min="0" value="1e-03" label="Include sequences matches with inf E-value threshold into the profile" help=""/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
335 <param argument="--wg" type="boolean" checked="false" truevalue="1" falsevalue="0" label="Use global sequence weighting for profile calculation" help=""/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
336 <param argument="--filter-msa" type="boolean" checked="true" truevalue="1" falsevalue="0" label="Filter MSA" help=""/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
337 <param argument="--filter-min-enable" type="integer" min="0" value="0" label="Only filter MSAs with more than N sequences, 0 always filters" help=""/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
338 <param argument="--max-seq-id" type="float" min="0" max="1" value="0.9" label="Reduce redundancy of output MSA using max. pairwise sequence identity" help=""/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
339 <param argument="--qid" type="text" value="0" label="Reduce diversity of output MSAs using min.seq. identity with query sequences [0.0,1.0]" help="Alternatively, can be a list of multiple thresholds: |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
340 E.g.: 0.15,0.30,0.50 to defines filter buckets of ]0.15-0.30] and ]0.30-0.50]"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
341 <param argument="--qsc" type="float" min="-50" max="100" value="-20" label="Reduce diversity of output MSAs using min. score per aligned residue with query sequences" help=""/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
342 <param argument="--cov" type="float" min="0" max="1" value="0" label="Filter output MSAs using min. fraction of query residues covered by matched sequences" help=""/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
343 <param argument="--diff" type="integer" min="0" value="1000" label="Filter MSAs by selecting most diverse set of sequences, keeping at least this many seqs in each MSA block of length 50" help=""/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
344 <param argument="--pseudo-cnt-mode" type="select" label="Pseudo count mode" help="" > |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
345 <option value="0" selected="true">Substitution-matrix</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
346 <option value="1">Context-specific pseudocounts</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
347 </param> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
348 <param argument="--exhaustive-search" type="boolean" checked="false" truevalue="1" falsevalue="0" label="Exhaustive search" help=""/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
349 <param argument="--lca-search" type="boolean" checked="false" truevalue="1" falsevalue="0" label="Efficient search for LCA candidates" help=""/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
350 </section> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
351 <section name="misc" title="Misc"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
352 <param argument="--orf-filter-e" type="float" min="0" value="1.000E+02" label="E-value threshold used for query ORF prefiltering" help=""/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
353 <param argument="--orf-filter-s" type="float" min="0" value="2" label="Sensitivity used for query ORF prefiltering" help=""/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
354 <param argument="--lca-mode" type="select" label="LCA mode" help="" > |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
355 <option value="1">Single search LCA</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
356 <option value="3" selected="true">Approximate 2bLCA</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
357 <option value="4">Top hit</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
358 </param> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
359 <param argument="--tax-output-mode" type="select" label="Taxonomy output mode" help="" > |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
360 <option value="0" selected="true">Output LCA</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
361 <option value="1">Output alignment</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
362 <option value="2">Output both</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
363 </param> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
364 <param argument="--majority" type="float" min="0" value="0.5" label="Minimal fraction of agreement among taxonomically assigned sequences of a set" help=""/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
365 <param argument="--vote-mode" type="select" label="Mode of assigning weights to compute majority" help="" > |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
366 <option value="0">Uniform</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
367 <option value="1" selected="true">Minus log E-value</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
368 <option value="2">Score</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
369 </param> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
370 <param argument="--tax-lineage" type="select" label="Taxonomy lineage" help="" > |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
371 <option value="0" selected="true">Don't show</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
372 <option value="1">Add all lineage names</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
373 <option value="2">Add all lineage taxids</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
374 </param> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
375 <param argument="--blacklist" type="text" value="" label="Comma separated list of ignored taxa in LCA computation" help=""/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
376 <param argument="--taxon-list" type="text" value="" label="Taxonomy ID, possibly multiple values separated by ','" help=""/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
377 <param argument="--rescore-mode" type="select" label="Rescore diagonals with" help="" > |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
378 <option value="0" selected="true">Hamming distance</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
379 <option value="1">Local alignment (score only)</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
380 <option value="2">Local alignment</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
381 <option value="3">Global alignment</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
382 <option value="4">Longest alignment fulfilling window quality criterion</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
383 </param> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
384 <param argument="--allow-deletion" type="boolean" checked="false" truevalue="1" falsevalue="0" label="Allow deletions in a MSA" help=""/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
385 <param argument="--min-length" type="integer" min="0" value="30" label="Minimum codon number in open reading frames" help=""/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
386 <param argument="--max-length" type="integer" min="0" value="32734" label="Maximum codon number in open reading frames" help=""/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
387 <param argument="--max-gaps" type="integer" min="0" value="2147483647" label="Maximum number of codons with gaps or unknown residues before an open reading frame is rejected" help=""/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
388 <param argument="--contig-start-mode" type="select" label="Contig start can be" help="" > |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
389 <option value="0">Incomplete</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
390 <option value="1">Complete</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
391 <option value="2" selected="true">Both</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
392 </param> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
393 <param argument="--contig-end-mode" type="select" label="Contig end can be" help="" > |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
394 <option value="0">Incomplete</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
395 <option value="1">Complete</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
396 <option value="2" selected="true">Both</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
397 </param> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
398 <param argument="--orf-start-mode" type="select" label="ORF fragment can be" help="" > |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
399 <option value="0">From start to stop</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
400 <option value="1" selected="true">From any to stop</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
401 <option value="2">From last encountered start to stop (no start in the middle)</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
402 </param> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
403 <param argument="--forward-frames" type="text" value="1,2,3" label="Comma-separated list of frames on the forward strand to be extracted" help=""/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
404 <param argument="--reverse-frames" type="text" value="1,2,3" label="Comma-separated list of frames on the reverse strand to be extracted" help=""/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
405 <param argument="--translation-table" type="select" label="Translation table" help=""> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
406 <option value="1" selected="true">Canonical</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
407 <option value="2">The Vertebrate Mitochondrial Code</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
408 <option value="3">The Yeast Mitochondrial Code</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
409 <option value="4">The Mold, Protozoan, and Coelenterate Mitochondrial Code and the Mycoplasma/Spiroplasma Code</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
410 <option value="5">The Invertebrate Mitochondrial Code</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
411 <option value="6">The Ciliate, Dasycladacean and Hexamita Nuclear Code</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
412 <option value="9">The Echinoderm and Flatworm Mitochondrial Code</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
413 <option value="10">The Euplotid Nuclear Code</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
414 <option value="11">The Bacterial, Archaeal and Plant Plastid Code</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
415 <option value="12">The Alternative Yeast Nuclear Code</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
416 <option value="13">The Ascidian Mitochondrial Code</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
417 <option value="14">The Alternative Flatworm Mitochondrial Code</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
418 <option value="15">Blepharisma Nuclear Code</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
419 <option value="16">Chlorophycean Mitochondrial Code</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
420 <option value="21">Trematode Mitochondrial Code</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
421 <option value="22">Scenedesmus obliquus Mitochondrial Code</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
422 <option value="23">Thraustochytrium Mitochondrial Code</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
423 <option value="24">Rhabdopleuridae Mitochondrial Code</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
424 <option value="25">Candidate Division SR1 and Gracilibacteria Code</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
425 <option value="26">Pachysolen tannophilus Nuclear Code</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
426 <option value="27">Karyorelict Nuclear Code</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
427 <option value="28">Condylostoma Nuclear Code</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
428 <option value="29">Mesodinium Nuclear Code</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
429 <option value="30">Peritrich Nuclear Code</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
430 <option value="31">Blastocrithidia Nuclear Code</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
431 </param> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
432 <param argument="--translate" type="boolean" checked="false" truevalue="1" falsevalue="0" label="Translate ORF to amino acid" help=""/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
433 <param argument="--use-all-table-starts" type="boolean" checked="false" truevalue="1" falsevalue="0" label="Use all alternatives for a start codon in the genetic table, if false - only ATG (AUG)" help=""/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
434 <param argument="--id-offset" type="integer" min="0" value="0" label="Numeric ids in index file are offset by this value" help=""/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
435 <param argument="--add-orf-stop" type="boolean" checked="false" truevalue="1" falsevalue="0" label="Add stop codon '*' at complete start and end" help=""/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
436 <param argument="--sequence-overlap" type="integer" min="0" value="0" label="Overlap between sequences" help=""/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
437 <param argument="--sequence-split-mode" type="select" label="Sequence split mode" help="" > |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
438 <option value="0">Copy data</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
439 <option value="1" selected="true">Soft link data and write new index</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
440 </param> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
441 <param argument="--headers-split-mode" type="select" label="Headers split mode" help="" > |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
442 <option value="0" selected="true">Split position</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
443 <option value="1">Original header</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
444 </param> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
445 <param argument="--prefilter-mode" type="select" label="Prefilter mode" help="" > |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
446 <option value="0" selected="true">Kmer/ungapped</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
447 <option value="1">Ungapped</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
448 <option value="2">No filter</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
449 </param> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
450 </section> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
451 <expand macro="common_section"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
452 <section name="expert" title="Expert"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
453 <expand macro="expert_common_parameters" /> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
454 <param argument="--chain-alignments" type="integer" min="0" value="0" label="Chain alignments" help=""/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
455 <param argument="--merge-query" type="integer" min="0" value="1" label="Combine ORFs/split sequences to a single entry" help=""/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
456 </section> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
457 </section> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
458 <section name="createtsv" title="Create a tsv report from taxonomy output "> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
459 <param argument="--first-seq-as-repr" type="boolean" checked="false" truevalue="1" falsevalue="0" label="Use the first sequence of the clustering result as representative sequence" help=""/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
460 <param argument="--target-column" type="integer" min="0" value="1" label="Select a target column, 0 if no target id exists" help="" /> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
461 <param argument="--full-header" type="boolean" checked="false" truevalue="1" falsevalue="0" label="Replace DB ID by its corresponding Full Header" help=""/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
462 <param argument="--idx-seq-src" type="select" label="Index sequences source" help=""> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
463 <option value="0" selected="true">Auto</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
464 <option value="1">Split/translated sequences</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
465 <option value="2">Input sequences</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
466 </param> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
467 </section> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
468 <conditional name="kraken_report"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
469 <param name="keep_report" type="select" label="Do you want a Kraken style report" help="" > |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
470 <option value="Yes" selected="true">Yes</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
471 <option value="No">No</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
472 </param> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
473 <when value="Yes"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
474 <when value="No"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
475 </conditional> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
476 <conditional name="krona_report"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
477 <param name="keep_report" type="select" label="Do you want a Krona style report" help="" > |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
478 <option value="Yes" selected="true">Yes</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
479 <option value="No">No</option> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
480 </param> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
481 <when value="Yes"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
482 <when value="No"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
483 </conditional> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
484 </inputs> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
485 <outputs> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
486 <data name="output_taxonomy_tsv" format="tabular" from_work_dir="taxo_result.tsv" label="${tool.name} on ${on_string}: Taxonomy Report"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
487 <data name="output_taxonomy_kraken" format="txt" from_work_dir="taxo_result.txt" label="${tool.name} on ${on_string}: Kraken Report"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
488 <filter>kraken_report['keep_report'] == "Yes"</filter> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
489 </data> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
490 <data name="output_taxonomy_krona" format="html" from_work_dir="taxo_result.html" label="${tool.name} on ${on_string}: Krona Report"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
491 <filter>krona_report['keep_report'] == "Yes"</filter> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
492 </data> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
493 </outputs> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
494 <tests> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
495 <!-- Test with Kraken report --> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
496 <test expect_num_outputs="2"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
497 <section name="createdb"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
498 <param name="input_fasta" value="light_mystery_reads.fasta" ftype="fasta"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
499 <conditional name="alph_type"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
500 <param name="dbtype" value="2"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
501 </conditional> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
502 </section> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
503 <section name="createtaxdb"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
504 <conditional name="database_type"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
505 <param name="type" value="amino_acid_tax"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
506 <param name="mmseqs2_db_select" value="UniProtKB/Swiss-Prot-15.6f452-10022025" /> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
507 </conditional> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
508 </section> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
509 <section name="filtertaxseqdb"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
510 <param name="taxon_list" value="2" /> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
511 </section> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
512 <conditional name="krona_report"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
513 <param name="keep_report" value="No"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
514 </conditional> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
515 <output name="output_taxonomy_tsv" ftype="tabular"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
516 <assert_contents> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
517 <has_line line="MYSTERY.222	1236	class	Gammaproteobacteria	1	1	1	1.000"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
518 <has_line line="MYSTERY.64	119060	family	Burkholderiaceae	1	1	1	1.000"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
519 <has_n_columns n="8"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
520 </assert_contents> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
521 </output> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
522 <output name="output_taxonomy_kraken" ftype="txt"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
523 <assert_contents> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
524 <has_text text="93.3333"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
525 <has_text text="33.3333"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
526 </assert_contents> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
527 </output> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
528 </test> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
529 <test expect_num_outputs="2"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
530 <section name="createdb"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
531 <param name="input_fasta" value="light_mystery_reads.fasta" ftype="fasta"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
532 </section> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
533 <section name="createtaxdb"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
534 <conditional name="database_type"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
535 <param name="type" value="amino_acid_tax"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
536 <param name="mmseqs2_db_select" value="UniProtKB/Swiss-Prot-15.6f452-10022025" /> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
537 </conditional> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
538 </section> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
539 <conditional name="kraken_report"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
540 <param name="keep_report" value="No"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
541 </conditional> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
542 <output name="output_taxonomy_tsv" ftype="tabular"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
543 <assert_contents> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
544 <has_line line="MYSTERY.222	1236	class	Gammaproteobacteria	1	1	1	1.000"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
545 <has_line line="MYSTERY.64	119060	family	Burkholderiaceae	1	1	1	1.000"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
546 <has_n_columns n="8"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
547 </assert_contents> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
548 </output> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
549 <output name="output_taxonomy_krona" ftype="html"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
550 <assert_contents> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
551 <has_line line="// Krona is a flexible tool for exploring the relative proportions of"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
552 </assert_contents> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
553 </output> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
554 </test> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
555 <test expect_num_outputs="3"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
556 <section name="createdb"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
557 <param name="input_fasta" value="light_mystery_reads.fasta" ftype="fasta"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
558 </section> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
559 <section name="createtaxdb"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
560 <conditional name="database_type"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
561 <param name="type" value="amino_acid_tax"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
562 <param name="mmseqs2_db_select" value="UniProtKB/Swiss-Prot-15.6f452-10022025" /> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
563 </conditional> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
564 </section> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
565 <output name="output_taxonomy_tsv" ftype="tabular"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
566 <assert_contents> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
567 <has_line line="MYSTERY.222	1236	class	Gammaproteobacteria	1	1	1	1.000"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
568 <has_line line="MYSTERY.64	119060	family	Burkholderiaceae	1	1	1	1.000"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
569 <has_n_columns n="8"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
570 </assert_contents> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
571 </output> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
572 <output name="output_taxonomy_krona" ftype="html"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
573 <assert_contents> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
574 <has_line line="// Krona is a flexible tool for exploring the relative proportions of"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
575 </assert_contents> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
576 </output> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
577 <output name="output_taxonomy_kraken" ftype="txt"> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
578 <assert_contents> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
579 <has_text text="93.3333"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
580 <has_text text="33.3333"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
581 </assert_contents> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
582 </output> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
583 </test> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
584 </tests> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
585 <help><![CDATA[ |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
586 **MMseqs2: ultra fast and sensitive sequence search and clustering suite** |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
587 |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
588 MMseqs2 (Many-against-Many sequence searching) is a software suite to search and cluster huge protein and nucleotide sequence sets. |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
589 MMseqs2 is open source GPL-licensed software implemented in C++ for Linux, MacOS, and (as beta version, via cygwin) Windows. |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
590 The software is designed to run on multiple cores and servers and exhibits very good scalability. |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
591 MMseqs2 can run 10000 times faster than BLAST. At 100 times its speed it achieves almost the same sensitivity. |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
592 It can perform profile searches with the same sensitivity as PSI-BLAST at over 400 times its speed. |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
593 |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
594 **Usage** |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
595 |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
596 * Convert FASTA/Q file(s) to MMseqs sequence DB format |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
597 *mmseqs createdb <i:fastaFile1[.gz|.bz2]> ... <i:fastaFileN[.gz|.bz2]>|<i:stdin> <o:sequenceDB> [options]* |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
598 |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
599 * Add taxonomic labels to sequence DB |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
600 *mmseqs createtaxdb <i:sequenceDB> <tmpDir> [options]* |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
601 |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
602 * Filter taxonomy sequence database |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
603 *mmseqs filtertaxseqdb <i:taxSeqDB> <o:taxSeqDB> [options]* |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
604 |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
605 * Taxonomy assignment by computing the lowest common ancestor of homologs |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
606 *mmseqs taxonomy <i:queryDB> <i:targetDB> <o:taxaDB> <tmpDir> [options]* |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
607 |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
608 * Convert result DB to tab-separated flat file |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
609 *mmseqs createtsv <i:queryDB> [<i:targetDB>] <i:resultDB> <o:tsvFile> [options]* |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
610 |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
611 * Create a taxonomy report in Kraken or Krona format |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
612 *mmseqs taxonomyreport <i:seqTaxDB> <i:taxResultDB/resultDB/sequenceDB> <o:taxonomyReport> [options]* |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
613 |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
614 https://github.com/soedinglab/MMseqs2 |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
615 |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
616 ]]></help> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
617 <expand macro="citations"/> |
d0acde079e2e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 1400593429eb4e9c6e307df3621825a8b84a6fa7
iuc
parents:
diff
changeset
|
618 </tool> |