-
Notifications
You must be signed in to change notification settings - Fork 2
/
Readme_lefse_Galaxy.txt
29 lines (19 loc) · 1.06 KB
/
Readme_lefse_Galaxy.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Installation instructions for lefse in a galaxy environment.
These instructions require the Mercurial versioning system, galaxy, and an internet connection.
1. In the "galaxy-dist/tools" directory install lefse by cloning the repository:
bitbucket.org/biobakery/lefse_galaxy
2. Rename the galaxy_lefse directory thus created to "lefse"
3. Update member tool_conf.xml in the galaxy directory adding the following:
<section name="LEfSe" id="lefse">
<tool file="lefse/format_input.xml" />
<tool file="lefse/run_lefse.xml" />
<tool file="lefse/plot_res.xml" />
<tool file="lefse/plot_cladogram.xml" />
<tool file="lefse/plot_single_feature.xml" />
<tool file="lefse/plot_features.xml" />
</section>
4. Update member datatypes_conf.xml in the galaxy directory adding the following:
<datatype extension="lefse" type="galaxy.datatypes.data:Lefse" display_in_upload="true"/>
<datatype extension="lefse_res" type="galaxy.datatypes.tabular:LefseRes" display_in_upload="true"/>
5. Copy the *.png members to galaxy-dist/static/images
6. Recycle galaxy