diff micropita_galaxy_ReadMe.txt @ 0:0de566f21448 draft default tip

v2
author sagun98
date Thu, 03 Jun 2021 18:13:32 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/micropita_galaxy_ReadMe.txt	Thu Jun 03 18:13:32 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
+