# HG changeset patch # User gga # Date 1505838298 14400 # Node ID 43bb9308b52dff3e1b235d9aa1d9320c20d11f5f # Parent ca1eb54c95d658fcc467800cbaae3e8f6aa4492d planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit f55bad7dcf56bd9625874cd89f3894aee35d91ef diff -r ca1eb54c95d6 -r 43bb9308b52d README.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.rst Tue Sep 19 12:24:58 2017 -0400 @@ -0,0 +1,46 @@ +Galaxy-tripal +============= + +Galaxy tools to interface with Tripal using pyhon-tripal + +Dependencies +------------ + +You will need to install some python modules in the Galaxy virtualenv for these +tools to be fully functional: + +.. code:: bash + + . /path/to/galaxy/.venv/bin/activate + pip install future tripal + deactivate + +Environment +----------- + +The following environment variables must be set: + ++--------------------------------+-----------------------------------------------------------+ +| ENV | Use | ++================================+===========================================================+ +| ``$GALAXY_TRIPAL_URL`` | The URL at which Tripal is accessible, internal to Galaxy | +| | and where the tools run. Must be absolute, with FQDN and | +| | protocol. | ++--------------------------------+-----------------------------------------------------------+ +| ``$GALAXY_TRIPAL_USER`` | The admin user which Galaxy should use to talk to Tripal. | +| | | ++--------------------------------+-----------------------------------------------------------+ +| ``$GALAXY_TRIPAL_PASSWORD`` | The password for the admin user. | +| | | +| | | ++--------------------------------+-----------------------------------------------------------+ +| ``$GALAXY_TRIPAL_SHARED_DIR`` | Directory shared between Galaxy and Tripal, used to | +| | exchange data files. | ++--------------------------------+-----------------------------------------------------------+ + + +License +------- + +All python scripts, wrappers, and the webapollo.py are licensed under +MIT license. diff -r ca1eb54c95d6 -r 43bb9308b52d analysis_load_fasta.xml --- a/analysis_load_fasta.xml Mon Sep 11 05:50:45 2017 -0400 +++ b/analysis_load_fasta.xml Tue Sep 19 12:24:58 2017 -0400 @@ -1,5 +1,5 @@ - + into Tripal macros.xml @@ -28,7 +28,9 @@ --method '${loading.method}' - --match_type '${loading.match_type}' + #if str($loading.method) != "insert": + --match_type '${loading.match_type}' + #end if #if str($naming.re_name): --re_name '${naming.re_name}'