# HG changeset patch # User gga # Date 1529585281 14400 # Node ID 16acaa0aa58ca87f7fd60f494ac801363d243553 # Parent f772d70f80e9796196cacb2b2e8801d38e1e20b1 planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 81a83f06b49db32928ba0cd44e5b6d0431868d27 diff -r f772d70f80e9 -r 16acaa0aa58c README.rst --- a/README.rst Tue Sep 19 12:25:10 2017 -0400 +++ b/README.rst Thu Jun 21 08:48:01 2018 -0400 @@ -1,7 +1,7 @@ Galaxy-tripal ============= -Galaxy tools to interface with Tripal using pyhon-tripal +Galaxy tools to interface with Tripal using python-tripal Dependencies ------------ @@ -42,5 +42,4 @@ License ------- -All python scripts, wrappers, and the webapollo.py are licensed under -MIT license. +All python scripts and wrappers are licensed under MIT license. diff -r f772d70f80e9 -r 16acaa0aa58c analysis_load_gff3.xml --- a/analysis_load_gff3.xml Tue Sep 19 12:25:10 2017 -0400 +++ b/analysis_load_gff3.xml Thu Jun 21 08:48:01 2018 -0400 @@ -1,5 +1,5 @@ - + into Tripal macros.xml @@ -156,6 +156,7 @@ label="Create target features" help="If not found, create features referenced in the target attribute." /> + diff -r f772d70f80e9 -r 16acaa0aa58c macros.xml --- a/macros.xml Tue Sep 19 12:25:10 2017 -0400 +++ b/macros.xml Thu Jun 21 08:48:01 2018 -0400 @@ -50,6 +50,15 @@ TRIPAILLE_GLOBAL_CONFIG_PATH='.auth.yml' ]]> + + + + diff -r f772d70f80e9 -r 16acaa0aa58c tripal.py --- a/tripal.py Tue Sep 19 12:25:10 2017 -0400 +++ b/tripal.py Thu Jun 21 08:48:01 2018 -0400 @@ -1,7 +1,6 @@ import collections import os import time - from abc import abstractmethod import tripal