Mercurial > repos > oinizan > frogs
diff tree.xml @ 27:646bee69560f draft
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit b6afc353bed8654c3a9ca56d194ecc7827d9ca18
| author | oinizan |
|---|---|
| date | Wed, 30 Apr 2025 06:13:02 +0000 |
| parents | 57824202c333 |
| children | 21c97fb4e3aa |
line wrap: on
line diff
--- a/tree.xml Thu Apr 03 05:58:59 2025 +0000 +++ b/tree.xml Wed Apr 30 06:13:02 2025 +0000 @@ -1,4 +1,4 @@ -<tool id="FROGS_Tree" name="FROGS Tree" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" license="GPL-2.0-only" profile="20.05"> +<tool id="FROGS_Tree" name="FROGS Tree" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" license="GPL-2.0-only" profile="22.05"> <description>Reconstruction of phylogenetic tree </description> <macros> <import>macros.xml</import> @@ -11,12 +11,14 @@ <requirement type="package" version="2.7.0">r-phangorn</requirement> </expand> <command detect_errors="exit_code"> - tree.py - --input-sequences '$input_otu' - --biom-file '$biomfile' - @CPUS@ - --out-tree '$out_tree' - --html '$html' + <![CDATA[ + tree.py + --input-sequences '$input_otu' + --biom-file '$biomfile' + @CPUS@ + --out-tree '$out_tree' + --html '$html' + ]]> </command> <inputs> <!-- Files -->
