Mercurial > repos > oinizan > frogs
diff tree.xml @ 11:ab9e3c8ab443 draft
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit f1287ef131de1eb33c9d59c1b66312fe854a8c64-dirty
| author | oinizan |
|---|---|
| date | Fri, 13 May 2022 15:33:27 +0000 |
| parents | 6540a5092c6e |
| children | 4dd70eba5941 |
line wrap: on
line diff
--- a/tree.xml Thu May 12 11:40:39 2022 +0000 +++ b/tree.xml Fri May 13 15:33:27 2022 +0000 @@ -20,8 +20,8 @@ </command> <inputs> <!-- Files --> - <param format="fasta" name="input_otu" type="data" label="OTUs sequence file" help="OTUs sequence file (format: FASTA). Warning: FROGS Tree does not work on more than 10000 sequences!"/> - <param format="biom1" name="biomfile" type="data" label="Biom file" help="The abundance table of OTUs (format: BIOM)"/> + <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!"/> + <param format="biom1" name="biomfile" type="data" label="Biom file" help="The abundance file (format: BIOM)"/> </inputs> <outputs> <data format="nhx" name="out_tree" label="${tool.name}: tree.nwk" from_work_dir="tree.nwk" /> @@ -52,8 +52,8 @@ What it does -Creation of a multiple alignment of OTUs with `Mafft <http://mafft.cbrc.jp/alignment/software>`_. -And creation of a rooted phylogenetic tree with `FastTree <http://www.microbesonline.org/fasttree/>`_ and `Phangorn R package <https://cran.r-project.org/web/packages/phangorn/index.html>`_. +This tool creates a multiple alignment of OTUs with `Mafft <http://mafft.cbrc.jp/alignment/software>`_. +And creates a rooted phylogenetic tree with `FastTree <http://www.microbesonline.org/fasttree/>`_ and `Phangorn R package <https://cran.r-project.org/web/packages/phangorn/index.html>`_. .. class:: infomark page-header h2 @@ -63,14 +63,14 @@ Input -**OTUs fasta file**: +**Fasta file**: -The OTUs sequence file (format `FASTA <https://en.wikipedia.org/wiki/FASTA_format>`_). +The OTU sequence file (format `FASTA <https://en.wikipedia.org/wiki/FASTA_format>`_). Careful: FROGS Tree works only with less than 10 000 sequences! - .. image:: static/images/FROGS_tree_otufile.png + .. image:: FROGS_tree_otufile.png -**OTUs biom file**: +**Biom file**: The OTUs biom file (format `biom1 <http://biom-format.org/documentation/format_versions/biom-1.0.html>`_). This file can be obtained in particular with the FROGS pipeline. @@ -83,11 +83,11 @@ The phylogenetic tree in Newick format (format `nwk or nhx <https://en.wikipedia.org/wiki/Newick_format>`_). - .. image:: static/images/FROGS_nwk_treefile.png + .. image:: FROGS_nwk_treefile.png -**Html file** (summary.html): +**Report file** (report.html): -The summary file describing which OTUs are contained or not in the phylogenetic tree. +The report file describing which OTUs are contained or not in the phylogenetic tree. .. class:: infomark page-header h2
