# HG changeset patch # User gga # Date 1529584796 14400 # Node ID 37568346a8d0f9250a11d5a009d753c95044bd00 # Parent 9d78d8c3767cd51e687e276c1079c49f79d27851 planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 81a83f06b49db32928ba0cd44e5b6d0431868d27 diff -r 9d78d8c3767c -r 37568346a8d0 README.rst --- a/README.rst Tue Sep 19 12:20:04 2017 -0400 +++ b/README.rst Thu Jun 21 08:39:56 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 9d78d8c3767c -r 37568346a8d0 analysis_sync.xml --- a/analysis_sync.xml Tue Sep 19 12:20:04 2017 -0400 +++ b/analysis_sync.xml Thu Jun 21 08:39:56 2018 -0400 @@ -1,5 +1,5 @@ - + from Chado to Tripal macros.xml @@ -24,6 +24,7 @@ type="select" dynamic_options="list_analyses()" label="Analysis" /> + diff -r 9d78d8c3767c -r 37568346a8d0 macros.xml --- a/macros.xml Tue Sep 19 12:20:04 2017 -0400 +++ b/macros.xml Thu Jun 21 08:39:56 2018 -0400 @@ -50,6 +50,15 @@ TRIPAILLE_GLOBAL_CONFIG_PATH='.auth.yml' ]]> + + + + diff -r 9d78d8c3767c -r 37568346a8d0 tripal.py --- a/tripal.py Tue Sep 19 12:20:04 2017 -0400 +++ b/tripal.py Thu Jun 21 08:39:56 2018 -0400 @@ -1,7 +1,6 @@ import collections import os import time - from abc import abstractmethod import tripal