annotate README.markdown @ 3:82df5af2995f draft

Renamed from "ceasbw..." to "ceas...".
author pjbriggs
date Wed, 22 Apr 2015 05:34:06 -0400
parents 8b25779ee261
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
82df5af2995f Renamed from "ceasbw..." to "ceas...".
pjbriggs
parents: 0
diff changeset
1 CEAS
82df5af2995f Renamed from "ceasbw..." to "ceas...".
pjbriggs
parents: 0
diff changeset
2 ====
0
8b25779ee261 Uploaded initial version to test toolshed.
pjbriggs
parents:
diff changeset
3
3
82df5af2995f Renamed from "ceasbw..." to "ceas...".
pjbriggs
parents: 0
diff changeset
4 XML and wrapper script for the CEAS package, which can be used to annotate intervals
82df5af2995f Renamed from "ceasbw..." to "ceas...".
pjbriggs
parents: 0
diff changeset
5 and scores with genome features.
0
8b25779ee261 Uploaded initial version to test toolshed.
pjbriggs
parents:
diff changeset
6
3
82df5af2995f Renamed from "ceasbw..." to "ceas...".
pjbriggs
parents: 0
diff changeset
7 This tool uses the Cistrome version of the package, which provides two versions of
82df5af2995f Renamed from "ceasbw..." to "ceas...".
pjbriggs
parents: 0
diff changeset
8 the `ceas` program: in addition to the `ceas` program (the same as that available
82df5af2995f Renamed from "ceasbw..." to "ceas...".
pjbriggs
parents: 0
diff changeset
9 from the main CEAS website), it also includes the `ceasBW` program (which can handle
82df5af2995f Renamed from "ceasbw..." to "ceas...".
pjbriggs
parents: 0
diff changeset
10 bigwig input).
0
8b25779ee261 Uploaded initial version to test toolshed.
pjbriggs
parents:
diff changeset
11
8b25779ee261 Uploaded initial version to test toolshed.
pjbriggs
parents:
diff changeset
12 The tool assumes that the `ceas` and `ceasBW` programs are on the Galaxy user's
3
82df5af2995f Renamed from "ceasbw..." to "ceas...".
pjbriggs
parents: 0
diff changeset
13 path.
82df5af2995f Renamed from "ceasbw..." to "ceas...".
pjbriggs
parents: 0
diff changeset
14
82df5af2995f Renamed from "ceasbw..." to "ceas...".
pjbriggs
parents: 0
diff changeset
15 The official CEAS website is at:
0
8b25779ee261 Uploaded initial version to test toolshed.
pjbriggs
parents:
diff changeset
16
8b25779ee261 Uploaded initial version to test toolshed.
pjbriggs
parents:
diff changeset
17 <http://liulab.dfci.harvard.edu/CEAS/index.html>
8b25779ee261 Uploaded initial version to test toolshed.
pjbriggs
parents:
diff changeset
18
3
82df5af2995f Renamed from &#34;ceasbw...&#34; to &#34;ceas...&#34;.
pjbriggs
parents: 0
diff changeset
19 The Cistrome version can be found via
0
8b25779ee261 Uploaded initial version to test toolshed.
pjbriggs
parents:
diff changeset
20
8b25779ee261 Uploaded initial version to test toolshed.
pjbriggs
parents:
diff changeset
21 <https://bitbucket.org/cistrome/cistrome-applications-harvard/overview>
8b25779ee261 Uploaded initial version to test toolshed.
pjbriggs
parents:
diff changeset
22
8b25779ee261 Uploaded initial version to test toolshed.
pjbriggs
parents:
diff changeset
23 To add to Galaxy add the following to tool_conf.xml:
8b25779ee261 Uploaded initial version to test toolshed.
pjbriggs
parents:
diff changeset
24
8b25779ee261 Uploaded initial version to test toolshed.
pjbriggs
parents:
diff changeset
25 <tool file="ceas/ceasbw_wrapper.xml" />
8b25779ee261 Uploaded initial version to test toolshed.
pjbriggs
parents:
diff changeset
26
8b25779ee261 Uploaded initial version to test toolshed.
pjbriggs
parents:
diff changeset
27 You also need to make a copy of the `ceas.loc` file (sample version is provided
8b25779ee261 Uploaded initial version to test toolshed.
pjbriggs
parents:
diff changeset
28 here) which points to the available GDB files for different genomes. The GDB files
8b25779ee261 Uploaded initial version to test toolshed.
pjbriggs
parents:
diff changeset
29 are essentially SQLite database files containing the RefSeq genes for the genome
8b25779ee261 Uploaded initial version to test toolshed.
pjbriggs
parents:
diff changeset
30 in question.
8b25779ee261 Uploaded initial version to test toolshed.
pjbriggs
parents:
diff changeset
31
8b25779ee261 Uploaded initial version to test toolshed.
pjbriggs
parents:
diff changeset
32 A limited number of GDB files are available for download from the CEAS website; to
8b25779ee261 Uploaded initial version to test toolshed.
pjbriggs
parents:
diff changeset
33 make new ones, see the section "Build a sqlite3 file with a gene annotation table
8b25779ee261 Uploaded initial version to test toolshed.
pjbriggs
parents:
diff changeset
34 and genome background annotation for CEAS" in the CEAS manual:
8b25779ee261 Uploaded initial version to test toolshed.
pjbriggs
parents:
diff changeset
35
8b25779ee261 Uploaded initial version to test toolshed.
pjbriggs
parents:
diff changeset
36 <http://liulab.dfci.harvard.edu/CEAS/usermanual.html>
8b25779ee261 Uploaded initial version to test toolshed.
pjbriggs
parents:
diff changeset
37
8b25779ee261 Uploaded initial version to test toolshed.
pjbriggs
parents:
diff changeset
38 The `ceas.loc` file should be placed in the `tool-data` directory of your Galaxy
8b25779ee261 Uploaded initial version to test toolshed.
pjbriggs
parents:
diff changeset
39 installation.
8b25779ee261 Uploaded initial version to test toolshed.
pjbriggs
parents:
diff changeset
40
8b25779ee261 Uploaded initial version to test toolshed.
pjbriggs
parents:
diff changeset
41 ### Changes ###
8b25779ee261 Uploaded initial version to test toolshed.
pjbriggs
parents:
diff changeset
42
8b25779ee261 Uploaded initial version to test toolshed.
pjbriggs
parents:
diff changeset
43 1.0.2-0: first version based on our original `ceas` tool.