Mercurial > repos > earlhaminst > ete
diff ete_species_tree_generator.xml @ 3:077021c45b96 draft
planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/ete commit a22e605b871c2185e98d89598aebb2fa3a82bb8f
author | earlhaminst |
---|---|
date | Mon, 12 Mar 2018 12:51:48 -0400 |
parents | 03c10736e497 |
children | f1eca1158f21 |
line wrap: on
line diff
--- a/ete_species_tree_generator.xml Tue Nov 07 11:45:13 2017 -0500 +++ b/ete_species_tree_generator.xml Mon Mar 12 12:51:48 2018 -0400 @@ -8,8 +8,7 @@ <!-- Anything other than zero is an error --> <exit_code range="1:" /> </stdio> - <command> - <![CDATA[ + <command><![CDATA[ python '$__tool_directory__/ete_species_tree_generator.py' -s '$speciesFile' -d $database @@ -20,8 +19,7 @@ -f ${output_format.format_selector} #end if -t $output_format.treebest - ]]> - </command> + ]]></command> <inputs> <param name="speciesFile" type="data" format="txt" label="Species file" help="List with one species per line" /> <param name="database" type="data" format="sqlite" label="(ETE3) Taxonomy Database" help="The sqlite formatted Taxonomy used by ETE3 (which is derived from NCBI taxonomy)" /> @@ -64,8 +62,7 @@ </output> </test> </tests> - <help> - <![CDATA[ + <help><![CDATA[ Generate a species tree from a list of species using the `ETE Toolkit`_. .. _ETE Toolkit: http://etetoolkit.org/ @@ -87,7 +84,6 @@ 9 leaf names ((D,F),(B,H)); 100 topology only ((,),(,)); ======= ============================================= ======================================================================================== - ]]> - </help> + ]]></help> <expand macro="citations" /> </tool>