Mercurial > repos > iuc > sina
annotate sina.xml @ 5:56d7dc39eec8 draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 2a3f764a5f93799ac60689cfe29601604bb68435"
author | iuc |
---|---|
date | Fri, 01 Jan 2021 22:59:04 +0000 |
parents | 482052b30b78 |
children |
rev | line source |
---|---|
4
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
1 <tool id="sina" name="SINA" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="18.01"> |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
2 <description>reference based multiple sequence alignment</description> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
3 <macros> |
5
56d7dc39eec8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 2a3f764a5f93799ac60689cfe29601604bb68435"
iuc
parents:
4
diff
changeset
|
4 <token name="@TOOL_VERSION@">1.7.2</token> |
4
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
5 <token name="@VERSION_SUFFIX@">0</token> |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
6 </macros> |
3
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
7 <requirements> |
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
8 <requirement type="package" version="@TOOL_VERSION@">sina</requirement> |
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
9 </requirements> |
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
10 <version_command>sina --version</version_command> |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
11 <command detect_errors="exit_code"><![CDATA[ |
4
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
12 ## initialize |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
13 #if $db.select == 'custom' |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
14 ## parse custom reference from fasta to arb file format |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
15 #if $db.custom.ext == 'fasta' |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
16 sina -i '$db.custom' --prealigned -o 'reference.arb' && |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
17 #else |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
18 ln -s '$db.custom' 'reference.arb' && |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
19 #end if |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
20 #elif $db.select == 'local' |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
21 ln -s '$db.arb_databases.fields.path' 'reference.arb' && |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
22 #end if |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
23 |
4
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
24 ## run |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
25 sina |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
26 --in='$in' |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
27 --db='reference.arb' |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
28 --threads=\${GALAXY_SLOTS:-4} |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
29 --num-pts=\${GALAXY_SLOTS:-4} |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
30 --show-conf |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
31 ## Output options |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
32 #if 'arb' in $oo.out |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
33 --out='output.arb' |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
34 #end if |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
35 #if 'fasta' in $oo.out |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
36 --out='output.fasta' |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
37 --min-idty=$oo.minidty |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
38 #end if |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
39 #if 'tsv' in $oo.out |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
40 --out='output.csv' ## parsed into tabular in postprocessing step |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
41 #end if |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
42 #if 'log' in $oo.out |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
43 --log-file='$logfile' |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
44 --show-diff |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
45 --show-dist |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
46 #end if |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
47 ## Advanced alignment parameters |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
48 --overhang=$ap.overhang |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
49 --insertion=$ap.insertion |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
50 #if $ap.turn == 'yes' |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
51 -t |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
52 #elif $ap.turn == 'all' |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
53 -t all |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
54 #end if |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
55 ## Expert alignment parameters |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
56 --fs-min=$eap.fsmin |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
57 --fs-max=$eap.fsmax |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
58 --fs-msc=$eap.fsmsc |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
59 --fs-weight=$eap.fsweight |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
60 --fs-req=$eap.fsreq |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
61 --fs-req-full=$eap.fsreqfull |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
62 --fs-full-len=$eap.fsfulllen |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
63 --gene-start=$eap.genestart |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
64 --gene-end=$eap.geneend |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
65 --fs-cover-gene=$eap.fscovergene |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
66 --match-score=$eap.matchscore |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
67 --mismatch-score=$eap.mismatchscore |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
68 --pen-gap=$eap.pengap |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
69 --pen-gapext=$eap.pengapext |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
70 --fs-kmer-len=$eap.fskmerlen |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
71 --fs-kmer-mm=$eap.fskmermm |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
72 $eap.fskmernofast |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
73 $eap.fskmernorel |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
74 ## Advanced search and classification parameters |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
75 #if $asacp.activate == 'yes' |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
76 --search |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
77 --search-kmer-candidates=$asacp.searchkmercandidates |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
78 --lca-quorum=$asacp.lcaquorum |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
79 --search-kmer-len=$asacp.searchkmerlen |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
80 --search-kmer-mm=$asacp.searchkmermm |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
81 --search-max-result=$asacp.searchmaxresult |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
82 $asacp.searchnofast |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
83 $asacp.searchkmernorel |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
84 #end if |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
85 |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
86 ## postprocessing |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
87 ## convert csv to tabular |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
88 #if 'tsv' in $oo.out |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
89 && test -f 'output.csv' && cat 'output.csv' | sed 's/,/\t/g' > 'output.tsv' || echo 'No additional meta data file.' |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
90 #end if |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
91 ]]></command> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
92 <inputs> |
4
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
93 <!-- Included paramaters, sections and default values are based on https://www.arb-silva.de/aligner --> |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
94 <param argument="--in" type="data" format="fasta" label="Select sequence file"/> |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
95 <conditional name="db"> |
3
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
96 <param name="select" type="select" label="Select reference library type"> |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
97 <option value="custom" selected="true">Custom</option> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
98 <option value="local">Local cached</option> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
99 </param> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
100 <when value="custom"> |
3
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
101 <param name="custom" type="data" format="data" label="Select reference library file" help="FASTA or ARB file format (--db)"/> |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
102 </when> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
103 <when value="local"> |
3
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
104 <param name="arb_databases" type="select" label="Select local cached library"> |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
105 <options from_data_table="sina_references"> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
106 <validator message="No database is available" type="no_options"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
107 </options> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
108 </param> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
109 </when> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
110 </conditional> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
111 <conditional name="asacp"> |
3
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
112 <param name="activate" type="select" label="Enable search stage?" help="(--search)"> |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
113 <option value="no">No</option> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
114 <option value="yes">Yes</option> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
115 </param> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
116 <when value="no"></when> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
117 <when value="yes"> |
3
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
118 <param name="searchkmercandidates" type="integer" value="1000" label="Set number of candidate reference sequences retrieved from the k-mer based search" help="For each candidate, the MSA based similarity is calculated and the search result based on these numbers. A value for n one or two orders larger than --search-max-result is usually quite sufficient. (--search-kmer-candidates)"/> |
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
119 <param name="lcaquorum" type="float" value="0.8" min="0.0" max="1.0" label="Set fraction of the search result that must share the same classification" help="Using the default parameters --search-max-result=10 and --lca-quorum=0.7, this means that the deepest classification shared by 7 out of the top 10 search results is chosen for the query sequence. (--lca-quorum)"/> |
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
120 <param name="searchkmerlen" type="integer" value="10" min="0" label="Set k for the kmer based candidate search" help="See --fs-kmer-len. (--search-kmer-len)"/> |
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
121 <param name="searchkmermm" type="integer" value="0" min="0" label="Set number of allowed mismatches within each kmer" help="See --fs-kmer-mm. (--search-kmer-mm)"/> |
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
122 <param name="searchnofast" type="boolean" truevalue="--search-no-fast" falsevalue="" checked="true" label="Skip fast family search?" help="This option configures the same behavior for the search stage. See --fs-kmer-no-fast. (--search-no-fast)"/> |
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
123 <param name="searchkmernorel" type="boolean" truevalue="--search-kmer-norel" falsevalue="" checked="false" label="Configures the candidate search to use absolute rather than length-relative scores for ordering the results?" help="See --fs-kmer-norel. ( --search-kmer-norel)"/> |
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
124 <param name="searchmaxresult" type="integer" value="10" min="0" label="Set maximum number of search results to return for each query sequence" help="(--search-max-result)"/> |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
125 </when> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
126 </conditional> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
127 <section name="ap" title="Alignment parameters"> |
3
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
128 <param argument="--overhang" type="select" label="Bases remaining unaligned at the ends should be"> |
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
129 <option value="attach">attached to the last aligned base</option> |
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
130 <option value="edge">moved to the edge of the alignment</option> |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
131 <!-- maybe broken, see https://sina.readthedocs.io/en/latest/commandline.html#alignment-options --> |
3
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
132 <option value="remove">removed</option> |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
133 </param> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
134 <param argument="--insertion" type="select" label="Insertions wider than available columns should be"> |
3
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
135 <option value="forbid">forbidden during alignment</option> |
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
136 <option value="shift">accomodated by pushing out surrounding bases</option> |
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
137 <option value="remove">removed</option> |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
138 </param> |
3
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
139 <param argument="--turn" type="select" label="Enable turn check stage?" help="Sequences not oriented in accordance with the reference database will be reverse complemented as needed. If all is specified, sequences will also be tested for only reversal or only complemented (this should only be necessary if your data was mishandled)."> |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
140 <option value="yes">Yes</option> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
141 <option value="no">No</option> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
142 <option value="all">All</option> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
143 </param> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
144 </section> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
145 <section name="eap" title="Expert alignment parameters"> |
3
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
146 <param name="fsmin" type="integer" value="15" min="0" label="Set minimum number of reference sequences used for each query" help="(--fs-min)"/> |
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
147 <param name="fsmax" type="integer" value="40" min="0" label="Set maximum number of reference sequences used for each query" help="(--fs-max)"/> |
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
148 <param name="fsmsc" type="float" value="0.7" min="0.0" max="1.0" label="Set minimum similarity reference sequences" help="Required to have with the query sequence. This affects the range between --fs-min and --fs-max(--fs-msc)"/> |
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
149 <param name="fsweight" type="integer" value="1" min="0" label="Set weight factor for the frequency at which a node was observed in the reference alignment" help="Use 0 to disable weighting. This feature prefers the more common placement for bases with inconsistent alignment in the reference database. (--fs-weight)"/> |
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
150 <param name="fsreq" type="integer" value="1" min="0" label="Set minimum number of reference sequences that must be found in order to attempt alignment" help="If fewer sequences than indicated here are found, the respective query sequence will be discarded. (--fs-req)"/> |
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
151 <param name="fsreqfull" type="integer" value="1" min="0" label="Set minimum number of full length reference sequences that must be included in the selected reference set" help="The search will proceed regardless of other settings until this setting has been satisfied. If it cannot be satisfied by any sequence in the reference database, the query sequence will be discarded. This setting exists to ensure that the entire length of the query sequence will be covered in the presence of partial sequences contained within your reference database. Note: If you are working with sequences other than 16S, you need to adjust this value or the value of --fs-full-len accordingly. In particular when working with short reference sequences, this setting may prevent any acceptable reference sequences from being found, leading to no sequences being aligned. (--fs-req-full)"/> |
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
152 <param name="fsfulllen" type="integer" value="1400" min="0" label="Set minimum length a sequence is required to have to be considered full length" help="(--fs-full-len)"/> |
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
153 <param name="genestart" type="integer" value="0" min="0" label="Set beginning of the gene within the reference alignment" help="See --fs-cover-gene. (--gene-start)"/> |
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
154 <param name="geneend" type="integer" value="0" min="0" label="Set end of the gene within the reference alignment" help="See --fs-cover-gene. (--gene-end)"/> |
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
155 <param name="fscovergene" type="integer" value="0" label="Set total of n sequences to cover each the beginning and the end of the gene within the alignment" help="Similar to --fs-req-full. This option is more precise than --fs-req-full, but requires that the column numbers for the range in which the full gene is expected be specified via --gene-start and --gene-end. (--fs-cover-gene)"/> |
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
156 <param name="matchscore" type="integer" value="2" min="0" label="Set score given for a match" help="(--match-score)"/> |
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
157 <param name="mismatchscore" type="integer" value="-1" max="0" label="Set score given for a mismatch" help="(--mismatch-score)"/> |
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
158 <param name="pengap" type="integer" value="5" min="0" label="Set penalty subtracted from the score for opening a gap" help="(--pen-gap)"/> |
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
159 <param name="pengapext" type="integer" value="2" min="0" label="Set penalty subtracted from the score for extending a gap" help="(--pen-gapext)"/> |
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
160 <param name="fskmerlen" type="integer" value="10" min="0" label="Set size of k for the reference search" help="For SSU rRNA sequences, the default of 10 is a good value. For different sequence types, different values may perform better. For 5S, for example, 6 has shown to be more effective. (--fs-kmer-len)"/> |
4
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
161 <param name="fskmermm" type="integer" value="0" min="0" label="Set k-mer matches in the reference database to contain this number of mismatches" help="(--fs-kmer-mm)"/> |
3
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
162 <param name="fskmernofast" type="boolean" truevalue="--fs-kmer-no-fast" falsevalue="" label="Use all k-mers occurring in the query sequence in the search?" help="By default, only k-mers starting with an A are used for extra performance. (--fs-kmer-no-fast)"/> |
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
163 <param name="fskmernorel" type="boolean" truevalue="--fs-kmer-norel" falsevalue="" label="Use absolute match scores in the kmer search?" help="Absolute (number of shared k-mers) rather than relative (number or shared k-mers divided by length of reference sequence) (--fs-kmer-norel)"/> |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
164 </section> |
4
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
165 <section name="oo" title="Output options"> |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
166 <param name="out" type="select" multiple="true" optional="false" label="Select output file(s)"> |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
167 <option value="arb" selected="true">Alignment (ARB)</option> |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
168 <option value="fasta" selected="true">Alignment (FASTA)</option> |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
169 <option value="tsv">Additional meta data (Tabular)</option> |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
170 <option value="log">Log</option> |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
171 </param> |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
172 <param name="minidty" type="float" value="0.7" min="0.0" max="1.0" label="Exclude sequences sharing less than this value fractional identity with any of the alignment reference sequences from the output?" help="Only relevant for FASTA output. (--min-idty)"/> |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
173 </section> |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
174 </inputs> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
175 <outputs> |
4
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
176 <data name="out_fasta" format="fasta" from_work_dir="output.fasta" label="${tool.name} on ${on_string}: Alignment (FASTA)"> |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
177 <filter>'fasta' in oo['out']</filter> |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
178 </data> |
4
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
179 <data name="out_arb" format="data" from_work_dir="output.arb" label="${tool.name} on ${on_string}: Alignment (ARB)"> |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
180 <filter>'arb' in oo['out']</filter> |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
181 </data> |
4
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
182 <data name="out_tsv" format="tabular" from_work_dir="output.tsv" label="${tool.name} on ${on_string}: Additional meta data (Tabular)"> |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
183 <filter>'tsv' in oo['out']</filter> |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
184 </data> |
4
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
185 <data name="out_log" format="txt" label="${tool.name} on ${on_string}: Log"> |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
186 <filter>'log' in oo['out']</filter> |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
187 </data> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
188 </outputs> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
189 <tests> |
4
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
190 <!-- #1 in: *.fasta; db: *.fasta; out: *.fasta; default parameters --> |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
191 <test> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
192 <param name="in" value="sequence.fasta"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
193 <conditional name="db"> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
194 <param name="custom" value="reference.fasta"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
195 </conditional> |
4
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
196 <section name="oo"> |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
197 <param name="out" value="fasta,tsv"/> |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
198 <param name="minidty" value="0.0"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
199 </section> |
4
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
200 <output name="out_tsv"> |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
201 <assert_contents> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
202 <has_text text="FJ203641.1"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
203 <has_n_lines n="18"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
204 </assert_contents> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
205 </output> |
4
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
206 <output name="out_fasta"> |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
207 <assert_contents> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
208 <has_line line=">FJ203641.1"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
209 <has_line line=">WH051F03"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
210 <has_n_lines n="34"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
211 </assert_contents> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
212 </output> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
213 </test> |
4
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
214 <!-- #2 in: *.fasta; db: *.fasta; out: *.arb; default parameters --> |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
215 <test> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
216 <param name="in" value="sequence.fasta"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
217 <conditional name="db"> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
218 <param name="custom" value="reference.fasta"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
219 </conditional> |
4
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
220 <section name="oo"> |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
221 <param name="out" value="arb"/> |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
222 </section> |
4
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
223 <output name="out_arb"> |
3
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
224 <assert_contents> |
4
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
225 <has_size value="21106"/> |
3
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
226 </assert_contents> |
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
227 </output> |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
228 </test> |
4
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
229 <!-- #3 in: *.fasta; db: *.arb; out: *.fasta; default parameters --> |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
230 <test> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
231 <param name="in" value="sequence.fasta"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
232 <conditional name="db"> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
233 <param name="custom" value="reference.arb"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
234 </conditional> |
4
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
235 <section name="oo"> |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
236 <param name="out" value="fasta,tsv"/> |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
237 <param name="minidty" value="0.0"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
238 </section> |
4
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
239 <output name="out_tsv"> |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
240 <assert_contents> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
241 <has_text text="FJ203641.1"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
242 <has_n_lines n="18"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
243 </assert_contents> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
244 </output> |
4
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
245 <output name="out_fasta"> |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
246 <assert_contents> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
247 <has_line line=">FJ203641.1"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
248 <has_line line=">WH051F03"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
249 <has_n_lines n="34"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
250 </assert_contents> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
251 </output> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
252 </test> |
4
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
253 <!-- #4 in: *.fasta; db: *.arb; out: *.arb; default parameters --> |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
254 <test> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
255 <param name="in" value="sequence.fasta"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
256 <conditional name="db"> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
257 <param name="custom" value="reference.arb"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
258 </conditional> |
4
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
259 <section name="oo"> |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
260 <param name="out" value="arb"/> |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
261 </section> |
4
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
262 <output name="out_arb"> |
3
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
263 <assert_contents> |
4
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
264 <has_size value="19736"/> |
3
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
265 </assert_contents> |
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
266 </output> |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
267 </test> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
268 <!-- #5 in: *.fasta; db: *.arb; out: *.fasta; custom parameters --> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
269 <test> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
270 <param name="in" value="sequence.fasta"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
271 <conditional name="db"> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
272 <param name="custom" value="reference.arb"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
273 </conditional> |
4
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
274 <section name="oo"> |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
275 <param name="out" value="fasta"/> |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
276 <param name="minidty" value="0.0"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
277 </section> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
278 <section name="ap"> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
279 <param name="overhang" value="edge"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
280 <param name="insertion" value="shift"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
281 <param name="turn" value="all"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
282 </section> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
283 <section name="eap"> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
284 <param name="fsmin" value="14"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
285 <param name="fsmax" value="41"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
286 <param name="fsmsc" value="0.8"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
287 <param name="fsweight" value="1"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
288 <param name="fsreq" value="1"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
289 <param name="fsreqfull" value="1"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
290 <param name="fsfulllen" value="1399"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
291 <param name="genestart" value="0"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
292 <param name="geneend" value="0"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
293 <param name="fscovergene" value="0"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
294 <param name="matchscore" value="1"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
295 <param name="mismatchscore" value="-2"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
296 <param name="pengap" value="6"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
297 <param name="pengapext" value="1"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
298 <param name="fskmerlen" value="9"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
299 <param name="fskmermm" value="1"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
300 <param name="fskmernofast" value="--fs-kmer-no-fast"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
301 <param name="fskmernorel" value=""/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
302 </section> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
303 <section name="asacp"> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
304 <param name="searchkmercandidates" value="1001"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
305 <param name="lcaquorum" value="0.9"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
306 <param name="searchkmerlen" value="9"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
307 <param name="searchkmermm" value="1"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
308 <param name="searchnofast" value=""/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
309 <param name="searchkmernorel" value="--search-kmer-norel"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
310 <param name="searchmaxresult" value="10"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
311 </section> |
4
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
312 <output name="out_fasta"> |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
313 <assert_contents> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
314 <has_line line=">FJ203641.1"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
315 <has_line line=">WH051F03"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
316 <has_n_lines n="34"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
317 </assert_contents> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
318 </output> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
319 </test> |
4
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
320 <!-- #6 in: *.fasta; db: <arb_databases>.arb; out: *.fasta; default parameters --> |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
321 <test> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
322 <param name="in" value="sequence.fasta"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
323 <conditional name="db"> |
2
49b937f12aa4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit e94aa6daf5746ddd3798b8b3d8bc92094b03be90"
iuc
parents:
0
diff
changeset
|
324 <param name="select" value="local"/> |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
325 <param name="arb_databases" value="testarb"/> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
326 </conditional> |
4
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
327 <section name="oo"> |
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
328 <param name="out" value="arb"/> |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
329 </section> |
4
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
330 <output name="out_arb"> |
3
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
331 <assert_contents> |
4
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
332 <has_size value="19736"/> |
3
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
333 </assert_contents> |
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
334 </output> |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
335 </test> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
336 </tests> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
337 <help><![CDATA[ |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
338 .. class:: infomark |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
339 |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
340 **What it does** |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
341 |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
342 SINA aligns nucleotide sequences to match a pre-existing MSA using a graph-based alignment algorithm similar to PoA. The graph approach allows SINA to incorporate information from many reference sequences without blurring highly variable regions. While pure NAST implementations are highly dependent on finding a good match in the reference database, SINA is able to align sequences relatively distant to references with good quality and will yield a robust result for query sequences with many close references. |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
343 |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
344 While adding sequences to an MSA with SINA is usually faster than re-computing the entire MSA from an augmented set of unaligned sequences, the primary benefit lies in protecting investments made into the original MSA such as manual curation of the alignment, compute-intensive phylogenetic tree reconstruction and taxonomic annotation of the resulting phylogeny. Additionally, SINA includes a homology search which uses the previously computed alignment to determine the most similar sequences. Based on the search results, a LCA-based classification of the query sequence can be computed using taxonomic classifications assigned to the sequences comprising the reference MSA. |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
345 |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
346 SINA is used to compute the large and small subunit ribosomal RNA alignments provided by the `SILVA project <https://www.arb-silva.de/>`_ and is able to use the `ARB format reference databases <https://www.arb-silva.de/download/arb-files/>`_ released by the project. |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
347 |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
348 **Input** |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
349 |
3
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
350 SINA requires sequences in FASTA file format, whereas libraries can be also provided as ARB files. Furthermore, reference databases can be added as data tables. See README.rst for more information. |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
351 |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
352 **Output** |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
353 |
4
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
354 Results are provided in FASTA or ARB file format, whereas additional metadata is provided as tabular text file. |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
355 |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
356 .. class:: infomark |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
357 |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
358 **References** |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
359 |
4
482052b30b78
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit f670d67c5943709ec6bd406becd60954621e4585"
iuc
parents:
3
diff
changeset
|
360 More information can be found on the `project website <https://sina.readthedocs.io/en/latest>`_ and on `GitHub <https://github.com/epruesse/SINA>`_. An `online version <https://www.arb-silva.de/aligner>`_ of SINA is provided by the SILVA project. |
0
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
361 ]]></help> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
362 <citations> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
363 <citation type="doi">10.1093/bioinformatics/bts252</citation> |
a21965c8bcf1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 776b362db87d508ca44983eae02dcd4f119b95e8"
iuc
parents:
diff
changeset
|
364 </citations> |
3
8afa8799d50f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents:
2
diff
changeset
|
365 </tool> |