Mercurial > repos > gga > chado_feature_load_go
annotate README.rst @ 13:e1504e2d1fca draft
"planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 170209d14cabe6ce8ab7b9f06df7fbf36af2ba43"
| author | gga | 
|---|---|
| date | Tue, 04 May 2021 12:36:59 +0000 | 
| parents | 45f69fe0453d | 
| children | 
| rev | line source | 
|---|---|
| 0 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 1 Galaxy-chado | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 2 ============= | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 3 | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 4 Galaxy tools to interface with Tripal using python-chado | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 5 | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 6 Dependencies | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 7 ------------ | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 8 | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 9 You will need to install some python modules in the Galaxy virtualenv for these | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 10 tools to be fully functional: | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 11 | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 12 .. code:: bash | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 13 | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 14 . /path/to/galaxy/.venv/bin/activate | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 15 pip install future chado | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 16 deactivate | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 17 | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 18 Environment | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 19 ----------- | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 20 | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 21 The following environment variables must be set: | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 22 | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 23 +--------------------------------+-----------------------------------------------------------+ | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 24 | ENV | Use | | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 25 +================================+===========================================================+ | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 26 | ``$GALAXY_CHADO_DBHOST`` | Host of the Chado database | | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 27 +--------------------------------+-----------------------------------------------------------+ | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 28 | ``$GALAXY_CHADO_DBNAME`` | Name of the Chado database | | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 29 +--------------------------------+-----------------------------------------------------------+ | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 30 | ``$GALAXY_CHADO_DBUSER`` | Username to connect to the database | | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 31 +--------------------------------+-----------------------------------------------------------+ | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 32 | ``$GALAXY_CHADO_DBPASS`` | Password to connect to the database | | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 33 +--------------------------------+-----------------------------------------------------------+ | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 34 | ``$GALAXY_CHADO_DBSCHEMA`` | Database schema. | | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 35 +--------------------------------+-----------------------------------------------------------+ | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 36 | ``$GALAXY_CHADO_DBPORT`` | Port of the Chado database | | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 37 +--------------------------------+-----------------------------------------------------------+ | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 38 | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 39 | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 40 License | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 41 ------- | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 42 | 
| 
45f69fe0453d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
 gga parents: diff
changeset | 43 All python scripts and wrappers are licensed under MIT license. | 
