Mercurial > repos > sagun98 > micropita
diff galaxy_micropita/micropita_galaxy_ReadMe.txt @ 3:8fb4630ab314 draft default tip
Uploaded
author | sagun98 |
---|---|
date | Thu, 03 Jun 2021 17:07:36 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/galaxy_micropita/micropita_galaxy_ReadMe.txt Thu Jun 03 17:07:36 2021 +0000 @@ -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 +