Mercurial > repos > abims-sbr > pogs
annotate POGs.xml @ 4:b7bd93fc0ac9 draft
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 8a27e74e95c5639292ca09c7e1680acd1088dcdd-dirty
| author | abims-sbr |
|---|---|
| date | Mon, 29 May 2017 07:45:07 -0400 |
| parents | be2128ad0030 |
| children | dad7053ba20e |
| rev | line source |
|---|---|
|
0
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
1 <tool name="POGs" id="POGs" version="1.0"> |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
2 |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
3 <description> |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
4 Find orthologous groups |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
5 </description> |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
6 |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
7 <macros> |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
8 <import>macros.xml</import> |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
9 </macros> |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
10 |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
11 <requirements> |
|
2
be2128ad0030
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 7e96bd705e9f8e81a04b9553aacddc61e4c2b5bf
abims-sbr
parents:
0
diff
changeset
|
12 <expand macro="python_required" /> |
|
0
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
13 </requirements> |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
14 |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
15 <command> |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
16 <![CDATA[ |
|
2
be2128ad0030
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 7e96bd705e9f8e81a04b9553aacddc61e4c2b5bf
abims-sbr
parents:
0
diff
changeset
|
17 python $__tool_directory__/scripts/S01_get_locus_orthologs_part1_v2.py ${zip_file} |
|
0
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
18 > ${output} && |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
19 |
|
2
be2128ad0030
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 7e96bd705e9f8e81a04b9553aacddc61e4c2b5bf
abims-sbr
parents:
0
diff
changeset
|
20 python $__tool_directory__/scripts/S02_get_locus_orthologs_part2_v2.py ${zip} ${minseq} ${paralogs} |
|
0
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
21 >> ${output}; |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
22 ]]> |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
23 </command> |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
24 |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
25 <inputs> |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
26 <param name="zip" type="data" format="no_unzip.zip,zip" label="Choose your ZIP file" help="Contains the files filter after the tool oase" /> |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
27 <param name="zip_file" type="data" format="no_unzip.zip,zip" label="Choose your ZIP file " help="Contains homologous sequences in PROTEIC format, ONLY A ZIP FILE" /> |
|
2
be2128ad0030
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 7e96bd705e9f8e81a04b9553aacddc61e4c2b5bf
abims-sbr
parents:
0
diff
changeset
|
28 <param name="minseq" type="integer" value="3" label="Drop orthogroups with less than n species" /> |
|
4
b7bd93fc0ac9
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 8a27e74e95c5639292ca09c7e1680acd1088dcdd-dirty
abims-sbr
parents:
2
diff
changeset
|
29 <param name="paralogs" type="select" label="Paralogs savage removal" help="Yes : orthogroups with paralogs will be fully removed. No : paralogs sequences will be (naively) filtered to keep only one sequence." > |
|
2
be2128ad0030
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 7e96bd705e9f8e81a04b9553aacddc61e4c2b5bf
abims-sbr
parents:
0
diff
changeset
|
30 <option value="yes">Yes</option> |
|
be2128ad0030
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 7e96bd705e9f8e81a04b9553aacddc61e4c2b5bf
abims-sbr
parents:
0
diff
changeset
|
31 <option value="no">No</option> |
|
be2128ad0030
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 7e96bd705e9f8e81a04b9553aacddc61e4c2b5bf
abims-sbr
parents:
0
diff
changeset
|
32 </param> |
|
0
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
33 </inputs> |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
34 |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
35 <outputs> |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
36 <data format="txt" name="output" label="POGs" /> |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
37 <data format="no_unzip.zip" name="output_zip" label="POGs_locus_orthologs_unaligned" from_work_dir="POGs_locus_orthologs_unaligned.zip" /> |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
38 </outputs> |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
39 |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
40 <tests> |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
41 <test> |
|
4
b7bd93fc0ac9
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 8a27e74e95c5639292ca09c7e1680acd1088dcdd-dirty
abims-sbr
parents:
2
diff
changeset
|
42 <param name="zip" ftype="zip" value="outputfilter.zip" /> |
|
b7bd93fc0ac9
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 8a27e74e95c5639292ca09c7e1680acd1088dcdd-dirty
abims-sbr
parents:
2
diff
changeset
|
43 <param name="zip_file" ftype="zip" value="outputpairwise.zip" /> |
|
2
be2128ad0030
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 7e96bd705e9f8e81a04b9553aacddc61e4c2b5bf
abims-sbr
parents:
0
diff
changeset
|
44 <param name="minseq" value="2" /> |
|
be2128ad0030
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 7e96bd705e9f8e81a04b9553aacddc61e4c2b5bf
abims-sbr
parents:
0
diff
changeset
|
45 <param name="paralogs" value="no" /> |
|
0
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
46 <output name="output" value="test_03.out" /> |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
47 </test> |
|
2
be2128ad0030
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 7e96bd705e9f8e81a04b9553aacddc61e4c2b5bf
abims-sbr
parents:
0
diff
changeset
|
48 <test> |
|
4
b7bd93fc0ac9
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 8a27e74e95c5639292ca09c7e1680acd1088dcdd-dirty
abims-sbr
parents:
2
diff
changeset
|
49 <param name="zip" ftype="zip" value="outputfilter.zip" /> |
|
b7bd93fc0ac9
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 8a27e74e95c5639292ca09c7e1680acd1088dcdd-dirty
abims-sbr
parents:
2
diff
changeset
|
50 <param name="zip_file" ftype="zip" value="outputpairwise.zip" /> |
|
2
be2128ad0030
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 7e96bd705e9f8e81a04b9553aacddc61e4c2b5bf
abims-sbr
parents:
0
diff
changeset
|
51 <param name="minseq" value="2" /> |
|
be2128ad0030
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 7e96bd705e9f8e81a04b9553aacddc61e4c2b5bf
abims-sbr
parents:
0
diff
changeset
|
52 <param name="paralogs" value="yes" /> |
|
be2128ad0030
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 7e96bd705e9f8e81a04b9553aacddc61e4c2b5bf
abims-sbr
parents:
0
diff
changeset
|
53 <output name="output" value="test_03b.out" /> |
|
be2128ad0030
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 7e96bd705e9f8e81a04b9553aacddc61e4c2b5bf
abims-sbr
parents:
0
diff
changeset
|
54 </test> |
|
0
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
55 </tests> |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
56 |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
57 <help> |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
58 ============ |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
59 What it does |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
60 ============ |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
61 |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
62 | This tool takes a zip archive containing nucleic fasta sequence files and a zip archive containing a file per pairwise with the homologous sequences (in proteic format). It searches for orthologous sequences. |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
63 | There are 2 outputs. |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
64 | |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
65 | The script was written by **Eric Fontanillas**. |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
66 | The wrapper was written by **Julie Baffard**. |
|
2
be2128ad0030
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 7e96bd705e9f8e81a04b9553aacddc61e4c2b5bf
abims-sbr
parents:
0
diff
changeset
|
67 | Last improvments (paralogous filtering and code factoring) made by Victor Mataigne. |
|
0
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
68 |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
69 |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
70 -------- |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
71 |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
72 ====== |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
73 Inputs |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
74 ====== |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
75 |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
76 option **Select a zip file containing the input files** : |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
77 |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
78 | the input zip file must have the extension .ort.zip |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
79 | At the beginning, when you upload your input, you have to change the extension .zip to .ort.zip |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
80 |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
81 |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
82 -------- |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
83 |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
84 ======= |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
85 Outputs |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
86 ======= |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
87 |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
88 This tool, produces the following files : |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
89 |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
90 **POGs** : |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
91 |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
92 | is the general output. It gives different informations : number of locus, each locus, ... |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
93 | it gives for example, all the locus containing 2 species : |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
94 | 2_sp : [[name_of_sequence,name_of_squence],...,[name_of_sequence, name_of_sequence]] |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
95 | it's the same for locus containing 3 species, 4 species, ... |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
96 | |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
97 |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
98 **POGs_locus_orthologs_unaligned** : |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
99 |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
100 | is the output (in zip format) which contains each locus. |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
101 | one file corresponding to one locus. |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
102 |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
103 the sequences of each locus are in nucleic format. |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
104 |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
105 .. class:: warningmark |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
106 |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
107 The zip output has to be downloaded (and extracts the files with a file archiver software), you cannot visualize them with the "eye icon" through the interface. |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
108 |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
109 </help> |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
110 |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
111 <expand macro="citations" /> |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
112 |
|
b2895c835ea8
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff
changeset
|
113 </tool> |
