annotate README.txt @ 1:a51942c74761 draft

planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/sam_stats commit 394834f8f34909961cfbf6252fefbdc63342d78d
author lparsons
date Mon, 13 Jul 2015 11:45:51 -0400
parents b9e7569a4438
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
a51942c74761 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/sam_stats commit 394834f8f34909961cfbf6252fefbdc63342d78d
lparsons
parents: 0
diff changeset
1 == ea-utils Galaxy Wrapper ==
0
b9e7569a4438 Uploaded initial version with package dependency.
lparsons
parents:
diff changeset
2
1
a51942c74761 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/sam_stats commit 394834f8f34909961cfbf6252fefbdc63342d78d
lparsons
parents: 0
diff changeset
3 This is a Galaxy wrapper for the sam-stats tools from the ea-utils suite.
0
b9e7569a4438 Uploaded initial version with package dependency.
lparsons
parents:
diff changeset
4
b9e7569a4438 Uploaded initial version with package dependency.
lparsons
parents:
diff changeset
5 ** Installation **
b9e7569a4438 Uploaded initial version with package dependency.
lparsons
parents:
diff changeset
6
b9e7569a4438 Uploaded initial version with package dependency.
lparsons
parents:
diff changeset
7 Installation from a tool shed provides the necessary tool dependencies.
b9e7569a4438 Uploaded initial version with package dependency.
lparsons
parents:
diff changeset
8
1
a51942c74761 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/sam_stats commit 394834f8f34909961cfbf6252fefbdc63342d78d
lparsons
parents: 0
diff changeset
9 Otherwise, make sure fastq-join and sam-stats are in the path.
0
b9e7569a4438 Uploaded initial version with package dependency.
lparsons
parents:
diff changeset
10 Move the test data files to your galaxy root test-data.
b9e7569a4438 Uploaded initial version with package dependency.
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.
b9e7569a4438 Uploaded initial version with package dependency.
lparsons
parents:
diff changeset
12 Restart the Galaxy server.
b9e7569a4438 Uploaded initial version with package dependency.
lparsons
parents:
diff changeset
13
b9e7569a4438 Uploaded initial version with package dependency.
lparsons
parents:
diff changeset
14 ** Attribution **
b9e7569a4438 Uploaded initial version with package dependency.
lparsons
parents:
diff changeset
15
b9e7569a4438 Uploaded initial version with package dependency.
lparsons
parents:
diff changeset
16 The ea-utils package and associated documentation can be found at: http://code.google.com/p/ea-utils/
b9e7569a4438 Uploaded initial version with package dependency.
lparsons
parents:
diff changeset
17
b9e7569a4438 Uploaded initial version with package dependency.
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.