Previous changeset 6:e643cc6c39cb (2019-12-02) Next changeset 8:c2d81e2bf502 (2020-12-08) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ff56a4c9218ddea84ff5cd72fd98c62db212465d" |
modified:
list.otulabels.xml macros.xml |
b |
diff -r e643cc6c39cb -r 5e366a0379e6 list.otulabels.xml --- a/list.otulabels.xml Mon Dec 02 06:37:18 2019 -0500 +++ b/list.otulabels.xml Fri Nov 06 00:10:43 2020 +0000 |
b |
@@ -77,14 +77,14 @@ **Command Documentation** -The list.otulabels_ command lists otu labels from shared_ or relabund_ file. This list can be used especially with subsampled datasets when used with output from classify.otu_, otu.association_, or corr.axes_ to select specific otus using the get.otus_ or remove.otulabels_ commands +The list.otulabels_ command lists otu labels from shared_ or relabund_ file. This list can be used especially with subsampled datasets when used with output from classify.otu_, otu.association_, or corr.axes_ to select specific otus using the get.otus_ or remove.otus_ commands .. _list.otulabels: https://www.mothur.org/wiki/List.otulabels .. _classify.otu: https://www.mothur.org/wiki/Classify.otu .. _otu.association: https://www.mothur.org/wiki/Otu.association .. _corr.axes: https://www.mothur.org/wiki/Corr.axes .. _get.otus: https://www.mothur.org/wiki/Get.otus -.. _remove.otulabels: https://mothur.org/wiki/Remove.otus +.. _remove.otus: https://www.mothur.org/wiki/Remove.otus .. _shared: https://www.mothur.org/wiki/Shared_file .. _relabund: https://www.mothur.org/wiki/Get.relabund |
b |
diff -r e643cc6c39cb -r 5e366a0379e6 macros.xml --- a/macros.xml Mon Dec 02 06:37:18 2019 -0500 +++ b/macros.xml Fri Nov 06 00:10:43 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 --> |