Mercurial > repos > oinizan > frogs
annotate tree.xml @ 30:fce825ec2c84 draft default tip
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 01b92e7e17eb8bc125451bf41684f512cf16d3c5-dirty
| author | oinizan |
|---|---|
| date | Fri, 02 May 2025 07:44:22 +0000 |
| parents | 21c97fb4e3aa |
| children |
| rev | line source |
|---|---|
|
30
fce825ec2c84
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 01b92e7e17eb8bc125451bf41684f512cf16d3c5-dirty
oinizan
parents:
28
diff
changeset
|
1 <tool id="FROGS_Tree" name="FROGS Tree" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" license="GPL-2.0-only" profile="20.05"> |
|
22
57824202c333
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 2472c451b3e27c98ce60b2e56a78fd3fbe0fb2d6-dirty
oinizan
parents:
21
diff
changeset
|
2 <description>Reconstruction of phylogenetic tree </description> |
|
9
7bf54edaba24
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 3d595459e82ea1674c83543f41c18169c159450e-dirty
oinizan
parents:
7
diff
changeset
|
3 <macros> |
|
7bf54edaba24
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 3d595459e82ea1674c83543f41c18169c159450e-dirty
oinizan
parents:
7
diff
changeset
|
4 <import>macros.xml</import> |
|
7bf54edaba24
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 3d595459e82ea1674c83543f41c18169c159450e-dirty
oinizan
parents:
7
diff
changeset
|
5 </macros> |
|
7bf54edaba24
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 3d595459e82ea1674c83543f41c18169c159450e-dirty
oinizan
parents:
7
diff
changeset
|
6 <expand macro="requirements"> |
|
28
21c97fb4e3aa
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 3c26c3387472ce557a77854fc042f06697675168
oinizan
parents:
27
diff
changeset
|
7 <requirement type="package" version="7.525">mafft</requirement> |
|
9
7bf54edaba24
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 3d595459e82ea1674c83543f41c18169c159450e-dirty
oinizan
parents:
7
diff
changeset
|
8 <requirement type="package" version="2.1.9">fasttree</requirement> |
|
7bf54edaba24
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 3d595459e82ea1674c83543f41c18169c159450e-dirty
oinizan
parents:
7
diff
changeset
|
9 <requirement type="package" version="4.1.2">r-base</requirement> |
|
7bf54edaba24
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 3d595459e82ea1674c83543f41c18169c159450e-dirty
oinizan
parents:
7
diff
changeset
|
10 <requirement type="package" version="4.1">r-essentials</requirement> |
|
7bf54edaba24
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 3d595459e82ea1674c83543f41c18169c159450e-dirty
oinizan
parents:
7
diff
changeset
|
11 <requirement type="package" version="2.7.0">r-phangorn</requirement> |
|
7bf54edaba24
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 3d595459e82ea1674c83543f41c18169c159450e-dirty
oinizan
parents:
7
diff
changeset
|
12 </expand> |
|
7bf54edaba24
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 3d595459e82ea1674c83543f41c18169c159450e-dirty
oinizan
parents:
7
diff
changeset
|
13 <command detect_errors="exit_code"> |
|
27
646bee69560f
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit b6afc353bed8654c3a9ca56d194ecc7827d9ca18
oinizan
parents:
22
diff
changeset
|
14 <![CDATA[ |
|
646bee69560f
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit b6afc353bed8654c3a9ca56d194ecc7827d9ca18
oinizan
parents:
22
diff
changeset
|
15 tree.py |
|
646bee69560f
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit b6afc353bed8654c3a9ca56d194ecc7827d9ca18
oinizan
parents:
22
diff
changeset
|
16 --input-sequences '$input_otu' |
|
646bee69560f
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit b6afc353bed8654c3a9ca56d194ecc7827d9ca18
oinizan
parents:
22
diff
changeset
|
17 --biom-file '$biomfile' |
|
646bee69560f
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit b6afc353bed8654c3a9ca56d194ecc7827d9ca18
oinizan
parents:
22
diff
changeset
|
18 @CPUS@ |
|
646bee69560f
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit b6afc353bed8654c3a9ca56d194ecc7827d9ca18
oinizan
parents:
22
diff
changeset
|
19 --out-tree '$out_tree' |
|
646bee69560f
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit b6afc353bed8654c3a9ca56d194ecc7827d9ca18
oinizan
parents:
22
diff
changeset
|
20 --html '$html' |
|
646bee69560f
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit b6afc353bed8654c3a9ca56d194ecc7827d9ca18
oinizan
parents:
22
diff
changeset
|
21 ]]> |
|
0
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
22 </command> |
|
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
23 <inputs> |
|
9
7bf54edaba24
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 3d595459e82ea1674c83543f41c18169c159450e-dirty
oinizan
parents:
7
diff
changeset
|
24 <!-- Files --> |
|
11
ab9e3c8ab443
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit f1287ef131de1eb33c9d59c1b66312fe854a8c64-dirty
oinizan
parents:
10
diff
changeset
|
25 <param format="fasta" name="input_otu" type="data" label="Sequence file" help="Sequence file (format: FASTA). Warning: FROGS Tree does not work on more than 10000 sequences!"/> |
|
ab9e3c8ab443
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit f1287ef131de1eb33c9d59c1b66312fe854a8c64-dirty
oinizan
parents:
10
diff
changeset
|
26 <param format="biom1" name="biomfile" type="data" label="Biom file" help="The abundance file (format: BIOM)"/> |
|
0
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
27 </inputs> |
|
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
28 <outputs> |
|
9
7bf54edaba24
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 3d595459e82ea1674c83543f41c18169c159450e-dirty
oinizan
parents:
7
diff
changeset
|
29 <data format="nhx" name="out_tree" label="${tool.name}: tree.nwk" from_work_dir="tree.nwk" /> |
|
7bf54edaba24
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 3d595459e82ea1674c83543f41c18169c159450e-dirty
oinizan
parents:
7
diff
changeset
|
30 <data format="html" name="html" label="${tool.name}: report.html" from_work_dir="summary.html" /> |
|
0
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
31 </outputs> |
|
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
32 <tests> |
|
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
33 <test> |
|
9
7bf54edaba24
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 3d595459e82ea1674c83543f41c18169c159450e-dirty
oinizan
parents:
7
diff
changeset
|
34 <param name="input_otu" value="references/09-normalisation.fasta" /> |
|
7bf54edaba24
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 3d595459e82ea1674c83543f41c18169c159450e-dirty
oinizan
parents:
7
diff
changeset
|
35 <param name="biomfile" value="references/09-normalisation.biom" /> |
|
7bf54edaba24
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 3d595459e82ea1674c83543f41c18169c159450e-dirty
oinizan
parents:
7
diff
changeset
|
36 <output name="out_tree" value="references/15-tree-mafft.nwk" compare="sim_size" delta="30" /> |
|
7bf54edaba24
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 3d595459e82ea1674c83543f41c18169c159450e-dirty
oinizan
parents:
7
diff
changeset
|
37 <output name="html" value="references/15-tree-mafft.html" compare="diff" lines_diff="2" /> |
|
7bf54edaba24
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 3d595459e82ea1674c83543f41c18169c159450e-dirty
oinizan
parents:
7
diff
changeset
|
38 <output name="html" value="references/15-tree-mafft.html" compare="sim_size" delta="30" /> |
|
0
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
39 <output name="html"> |
|
9
7bf54edaba24
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 3d595459e82ea1674c83543f41c18169c159450e-dirty
oinizan
parents:
7
diff
changeset
|
40 <assert_contents> |
|
0
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
41 <has_text_matching expression="FROGS\sTree" /> |
|
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
42 <has_text_matching expression="abundance_removed.*:\s0" /> |
|
13
4dd70eba5941
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 38a21bfbbb70a5752ea12898bce9c5601dfcca65-dirty"
oinizan
parents:
11
diff
changeset
|
43 <has_text_matching expression="abundance_kept.*:\s300" /> |
|
0
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
44 <has_text_matching expression="otu_removed.*:\s0" /> |
|
22
57824202c333
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 2472c451b3e27c98ce60b2e56a78fd3fbe0fb2d6-dirty
oinizan
parents:
21
diff
changeset
|
45 <has_text_matching expression="otu_kept.*:\s50" /> |
|
0
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
46 </assert_contents> |
|
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
47 </output> |
|
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
48 </test> |
|
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
49 </tests> |
|
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
50 <help> |
|
7
76dcbe930b1d
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 0a8dfe386b79711c479cf8a2bc8e9677e521b9e5-dirty"
oinizan
parents:
6
diff
changeset
|
51 @HELP_LOGO@ |
|
0
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
52 |
|
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
53 .. class:: infomark page-header h2 |
|
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
54 |
|
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
55 What it does |
|
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
56 |
|
21
74a9b83110a7
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit f481f7af0d70c862c493d55f386b375e7f968c5c-dirty
oinizan
parents:
13
diff
changeset
|
57 This tool creates a multiple alignment of ASVs with `Mafft <http://mafft.cbrc.jp/alignment/software>`_. |
|
22
57824202c333
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 2472c451b3e27c98ce60b2e56a78fd3fbe0fb2d6-dirty
oinizan
parents:
21
diff
changeset
|
58 And creates a rooted phylogenetic tree with FastTree and `Phangorn R package <https://cran.r-project.org/web/packages/phangorn/index.html>`_. |
|
0
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
59 |
|
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
60 .. class:: infomark page-header h2 |
|
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
61 |
|
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
62 Inputs/Outputs |
|
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
63 |
|
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
64 .. class:: h3 |
|
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
65 |
|
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
66 Input |
|
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
67 |
|
11
ab9e3c8ab443
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit f1287ef131de1eb33c9d59c1b66312fe854a8c64-dirty
oinizan
parents:
10
diff
changeset
|
68 **Fasta file**: |
|
0
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
69 |
|
21
74a9b83110a7
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit f481f7af0d70c862c493d55f386b375e7f968c5c-dirty
oinizan
parents:
13
diff
changeset
|
70 The ASV sequence file (format `FASTA <https://en.wikipedia.org/wiki/FASTA_format>`_). |
|
0
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
71 Careful: FROGS Tree works only with less than 10 000 sequences! |
|
7
76dcbe930b1d
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 0a8dfe386b79711c479cf8a2bc8e9677e521b9e5-dirty"
oinizan
parents:
6
diff
changeset
|
72 |
|
11
ab9e3c8ab443
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit f1287ef131de1eb33c9d59c1b66312fe854a8c64-dirty
oinizan
parents:
10
diff
changeset
|
73 .. image:: FROGS_tree_otufile.png |
|
7
76dcbe930b1d
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 0a8dfe386b79711c479cf8a2bc8e9677e521b9e5-dirty"
oinizan
parents:
6
diff
changeset
|
74 |
|
11
ab9e3c8ab443
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit f1287ef131de1eb33c9d59c1b66312fe854a8c64-dirty
oinizan
parents:
10
diff
changeset
|
75 **Biom file**: |
|
0
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
76 |
|
21
74a9b83110a7
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit f481f7af0d70c862c493d55f386b375e7f968c5c-dirty
oinizan
parents:
13
diff
changeset
|
77 The ASVs biom file (format `biom1 <http://biom-format.org/documentation/format_versions/biom-1.0.html>`_). |
|
0
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
78 This file can be obtained in particular with the FROGS pipeline. |
|
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
79 |
|
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
80 .. class:: h3 |
|
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
81 |
|
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
82 Outputs |
|
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
83 |
|
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
84 **Newick file** (tree.nwk): |
|
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
85 |
|
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
86 The phylogenetic tree in Newick format (format `nwk or nhx <https://en.wikipedia.org/wiki/Newick_format>`_). |
|
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
87 |
|
11
ab9e3c8ab443
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit f1287ef131de1eb33c9d59c1b66312fe854a8c64-dirty
oinizan
parents:
10
diff
changeset
|
88 .. image:: FROGS_nwk_treefile.png |
|
0
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
89 |
|
11
ab9e3c8ab443
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit f1287ef131de1eb33c9d59c1b66312fe854a8c64-dirty
oinizan
parents:
10
diff
changeset
|
90 **Report file** (report.html): |
|
7
76dcbe930b1d
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 0a8dfe386b79711c479cf8a2bc8e9677e521b9e5-dirty"
oinizan
parents:
6
diff
changeset
|
91 |
|
21
74a9b83110a7
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit f481f7af0d70c862c493d55f386b375e7f968c5c-dirty
oinizan
parents:
13
diff
changeset
|
92 The report file describing which ASVs are contained or not in the phylogenetic tree. |
|
0
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
93 |
|
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
94 .. class:: infomark page-header h2 |
|
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
95 |
|
7
76dcbe930b1d
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 0a8dfe386b79711c479cf8a2bc8e9677e521b9e5-dirty"
oinizan
parents:
6
diff
changeset
|
96 @HELP_CONTACT@ |
|
0
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
97 |
|
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
98 |
|
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
99 |
|
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
100 </help> |
|
9
7bf54edaba24
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 3d595459e82ea1674c83543f41c18169c159450e-dirty
oinizan
parents:
7
diff
changeset
|
101 <expand macro="citations" /> |
|
0
27f57425dc55
"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.1 commit 30428631e20fff407dde4d0026d28d3fd0875811"
oinizan
parents:
diff
changeset
|
102 </tool> |
