Mercurial > repos > george-weingart > micropita
view micropita_galaxy_ReadMe.txt @ 3:b4cf8c75305b draft default tip
Pointing to the right root directory
author | george-weingart |
---|---|
date | Tue, 30 Aug 2016 13:10:34 -0400 |
parents | 2f4f6f08c8c4 |
children |
line wrap: on
line source
#Installation instructions for microPITA in a galaxy environment. These instructions require the Mercurial versioning system, galaxy, and an internet connection. #For general reference about microPita please refer to: ``` https://bitbucket.org/biobakery/micropita ``` #Installation Instructions In the "galaxy-dist/tools" directory install micropita by typing in a terminal: ``` hg clone https://bitbucket.org/biobakery/micropita ``` Update member tool_conf.xml in the galaxy directory adding the following: ``` <section name="micropita" id="micropita"> <tool file="micropita/galaxy/micropita.xml"/> </section> ``` Update member datatypes_conf.xml in the galaxy directory adding the following: ``` <datatype extension="micropita" type="galaxy.datatypes.data:Text" subclass="true" display_in_upload="true"/> ``` Copy the 2 *.png members to /galaxy/static/images Recycle galaxy