annotate maaslin-4450aa4ecc84/MaAsLin_galaxy_ReadMe.txt @ 1:a87d5a5f2776

Uploaded the version running on the prod server
author george-weingart
date Sun, 08 Feb 2015 23:08:38 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
a87d5a5f2776 Uploaded the version running on the prod server
george-weingart
parents:
diff changeset
1 Installation instructions for maaslin in a galaxy environment.
a87d5a5f2776 Uploaded the version running on the prod server
george-weingart
parents:
diff changeset
2 These instructions require the Mercurial versioning system, galaxy, and an internet connection.
a87d5a5f2776 Uploaded the version running on the prod server
george-weingart
parents:
diff changeset
3
a87d5a5f2776 Uploaded the version running on the prod server
george-weingart
parents:
diff changeset
4 1. In the "galaxy-dist/tools" directory install maaslin by typing in a terminal:
a87d5a5f2776 Uploaded the version running on the prod server
george-weingart
parents:
diff changeset
5 hg clone https://bitbucket.org/biobakery/maaslin
a87d5a5f2776 Uploaded the version running on the prod server
george-weingart
parents:
diff changeset
6
a87d5a5f2776 Uploaded the version running on the prod server
george-weingart
parents:
diff changeset
7 2. Update member tool_conf.xml in the galaxy directory adding the following:
a87d5a5f2776 Uploaded the version running on the prod server
george-weingart
parents:
diff changeset
8 <section name="maaslin" id="maaslin">
a87d5a5f2776 Uploaded the version running on the prod server
george-weingart
parents:
diff changeset
9 <tool file="maaslin/galaxy/maaslin.xml"/>
a87d5a5f2776 Uploaded the version running on the prod server
george-weingart
parents:
diff changeset
10 </section>
a87d5a5f2776 Uploaded the version running on the prod server
george-weingart
parents:
diff changeset
11
a87d5a5f2776 Uploaded the version running on the prod server
george-weingart
parents:
diff changeset
12 3. Update member datatypes_conf.xml in the galaxy directory adding the following:
a87d5a5f2776 Uploaded the version running on the prod server
george-weingart
parents:
diff changeset
13 <datatype extension="maaslin" type="galaxy.datatypes.data:Text" subclass="true" display_in_upload="true"/>
a87d5a5f2776 Uploaded the version running on the prod server
george-weingart
parents:
diff changeset
14
a87d5a5f2776 Uploaded the version running on the prod server
george-weingart
parents:
diff changeset
15 4. Recycle galaxy
a87d5a5f2776 Uploaded the version running on the prod server
george-weingart
parents:
diff changeset
16