Mercurial > repos > lparsons > ea_utils
comparison README.txt @ 3:f0d19a935325 draft default tip
Uploaded
author | lparsons |
---|---|
date | Tue, 20 Nov 2012 16:01:20 -0500 |
parents | cf4b5125a835 |
children |
comparison
equal
deleted
inserted
replaced
2:71eaf2e85ae7 | 3:f0d19a935325 |
---|---|
1 == ea-utils Galaxy Wrapper == | |
2 | |
3 This is a Galaxy wrapper for some ea-utils tools, fastq-join and sam-stats. | |
4 | |
5 ** Installation ** | |
6 | |
7 Installation from a tool shed provides the necessary tool dependencies. | |
8 | |
9 Otherwise, make sure fastq-join and sam-stats are in the path. | |
10 Move the test data files to your galaxy root test-data. | |
11 Move the xml files to a subdirectory of your tools directory and add lines in tool_conf.xml to point to them. | |
12 Restart the Galaxy server. | |
13 | |
14 ** Attribution ** | |
15 | |
16 The ea-utils package and associated documentation can be found at: http://code.google.com/p/ea-utils/ | |
17 | |
18 The galaxy wrapper code was written by Lance Parsons (lparsons@princeton.edu), Lewis-Sigler Institute for Integrative Genomics, Princeton University. | |
19 The code is housed on BitBucket at: https://bitbucket.org/lance_parsons/ea_utils_galaxy_wrapper |