| Previous changeset 7:7ad44d831a1f (2019-12-02) Next changeset 9:a735e855f28f (2020-12-08) |
|
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ff56a4c9218ddea84ff5cd72fd98c62db212465d" |
|
modified:
clearcut.xml macros.xml |
| b |
| diff -r 7ad44d831a1f -r f7fabe2362b8 clearcut.xml --- a/clearcut.xml Mon Dec 02 05:44:42 2019 -0500 +++ b/clearcut.xml Thu Nov 05 23:08:51 2020 +0000 |
| b |
| @@ -118,13 +118,12 @@ The clearcut_ command runs clearcut -The clearcut command allows mothur users to run the clearcut_program_ from within mothur. The clearcut program written by Initiative for Bioinformatics and Evolutionary Studies (IBEST) at the University of Idaho. For more information about clearcut please refer to http://bioinformatics.hungry.com/clearcut/ +The clearcut command allows mothur users to run the clearcut program from within mothur. The clearcut program written by Initiative for Bioinformatics and Evolutionary Studies (IBEST) at the University of Idaho. Clearcut is a stand-alone reference implementation of relaxed neighbor joining (RNJ). Clearcut is capable of taking either a distance matrix or a multiple sequence alignment (MSA) as input. If necessary, Clearcut will compute corrected distances based on a configurable distance correction model (Jukes-Cantor or Kimura). Clearcut outputs a phylogenetic tree in Newick format and an optional corrected distance matrix. -.. _clearcut_program: http://bioinformatics.hungry.com/clearcut/ .. _clearcut: https://www.mothur.org/wiki/Clearcut v.1.20.0: Trivial upgrade to Mothur 1.33 |
| b |
| diff -r 7ad44d831a1f -r f7fabe2362b8 macros.xml --- a/macros.xml Mon Dec 02 05:44:42 2019 -0500 +++ b/macros.xml Thu Nov 05 23:08:51 2020 +0000 |
| b |
| @@ -15,7 +15,7 @@ <exit_code range="1:" level="fatal"/> </stdio> </xml> - <token name="@SHELL_OPTIONS@">set -o pipefail;</token> + <token name="@SHELL_OPTIONS@">set -o pipefail; export TERM=vt100; </token> <!-- Input parameters --> |