annotate README.txt @ 1:cf4b5125a835 draft

Uploaded
author lparsons
date Tue, 20 Nov 2012 15:54:14 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
cf4b5125a835 Uploaded
lparsons
parents:
diff changeset
1 == ea-utils Galaxy Wrapper ==
cf4b5125a835 Uploaded
lparsons
parents:
diff changeset
2
cf4b5125a835 Uploaded
lparsons
parents:
diff changeset
3 This is a Galaxy wrapper for some ea-utils tools, fastq-join and sam-stats.
cf4b5125a835 Uploaded
lparsons
parents:
diff changeset
4
cf4b5125a835 Uploaded
lparsons
parents:
diff changeset
5 ** Installation **
cf4b5125a835 Uploaded
lparsons
parents:
diff changeset
6
cf4b5125a835 Uploaded
lparsons
parents:
diff changeset
7 Installation from a tool shed provides the necessary tool dependencies.
cf4b5125a835 Uploaded
lparsons
parents:
diff changeset
8
cf4b5125a835 Uploaded
lparsons
parents:
diff changeset
9 Otherwise, make sure fastq-join and sam-stats are in the path.
cf4b5125a835 Uploaded
lparsons
parents:
diff changeset
10 Move the test data files to your galaxy root test-data.
cf4b5125a835 Uploaded
lparsons
parents:
diff changeset
11 Move the xml files to a subdirectory of your tools directory and add lines in tool_conf.xml to point to them.
cf4b5125a835 Uploaded
lparsons
parents:
diff changeset
12 Restart the Galaxy server.
cf4b5125a835 Uploaded
lparsons
parents:
diff changeset
13
cf4b5125a835 Uploaded
lparsons
parents:
diff changeset
14 ** Attribution **
cf4b5125a835 Uploaded
lparsons
parents:
diff changeset
15
cf4b5125a835 Uploaded
lparsons
parents:
diff changeset
16 The ea-utils package and associated documentation can be found at: http://code.google.com/p/ea-utils/
cf4b5125a835 Uploaded
lparsons
parents:
diff changeset
17
cf4b5125a835 Uploaded
lparsons
parents:
diff changeset
18 The galaxy wrapper code was written by Lance Parsons (lparsons@princeton.edu), Lewis-Sigler Institute for Integrative Genomics, Princeton University.
cf4b5125a835 Uploaded
lparsons
parents:
diff changeset
19 The code is housed on BitBucket at: https://bitbucket.org/lance_parsons/ea_utils_galaxy_wrapper