Mercurial > repos > miller-lab > genome_diversity
annotate README @ 23:66a183c44dd5
bugfix for Pathway Image tool
author | Richard Burhans <burhans@bx.psu.edu> |
---|---|
date | Wed, 22 May 2013 15:58:18 -0400 |
parents | 95a05c1ef5d5 |
children | a631c2f6d913 |
rev | line source |
---|---|
12 | 1 Source code for the executables needed by these tools can be found in |
2 the genome_diversity directory. | |
3 | |
4 Additionally, you'll need the following python modules: | |
5 matplotlib (we used version 1.1.0) http://pypi.python.org/packages/source/m/matplotlib/ | |
6 mechanize (we used version 0.2.5) http://pypi.python.org/packages/source/m/mechanize/ | |
7 networkx (we used version 1.6) http://pypi.python.org/packages/source/n/networkx/ | |
22
95a05c1ef5d5
update to devshed revision aaece207bd01
Richard Burhans <burhans@bx.psu.edu>
parents:
12
diff
changeset
|
8 fisher (we used version 0.1.4) http://pypi.python.org/packages/source/f/fisher/ |
12 | 9 |
10 And the following software: | |
11 ADMIXTURE (we used version 1.22) http://www.genetics.ucla.edu/software/admixture/ | |
12 EIGENSOFT (we used version 3.0) http://genepath.med.harvard.edu/~reich/Software.htm | |
13 PHAST (we used version 1.2.1) http://compgen.bscb.cornell.edu/phast/ | |
14 QuickTree (we used version 1.1) http://www.sanger.ac.uk/resources/software/quicktree/ | |
22
95a05c1ef5d5
update to devshed revision aaece207bd01
Richard Burhans <burhans@bx.psu.edu>
parents:
12
diff
changeset
|
15 |
95a05c1ef5d5
update to devshed revision aaece207bd01
Richard Burhans <burhans@bx.psu.edu>
parents:
12
diff
changeset
|
16 Images used in the tools' documentation are located in the static/images |
95a05c1ef5d5
update to devshed revision aaece207bd01
Richard Burhans <burhans@bx.psu.edu>
parents:
12
diff
changeset
|
17 directory. Please copy these to the static/images directory in your |
95a05c1ef5d5
update to devshed revision aaece207bd01
Richard Burhans <burhans@bx.psu.edu>
parents:
12
diff
changeset
|
18 Galaxy installation. |