Mercurial > repos > george-weingart > micropita
diff micropita_galaxy_ReadMe.txt @ 0:2f4f6f08c8c4 draft
Uploaded
author | george-weingart |
---|---|
date | Tue, 13 May 2014 21:58:57 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/micropita_galaxy_ReadMe.txt Tue May 13 21:58:57 2014 -0400 @@ -0,0 +1,34 @@ +#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 +