Mercurial > repos > pjbriggs > ceas
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 |
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 | 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 | 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 | 11 |
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 | 16 |
17 <http://liulab.dfci.harvard.edu/CEAS/index.html> | |
18 | |
3
82df5af2995f
Renamed from "ceasbw..." to "ceas...".
pjbriggs
parents:
0
diff
changeset
|
19 The Cistrome version can be found via |
0 | 20 |
21 <https://bitbucket.org/cistrome/cistrome-applications-harvard/overview> | |
22 | |
23 To add to Galaxy add the following to tool_conf.xml: | |
24 | |
25 <tool file="ceas/ceasbw_wrapper.xml" /> | |
26 | |
27 You also need to make a copy of the `ceas.loc` file (sample version is provided | |
28 here) which points to the available GDB files for different genomes. The GDB files | |
29 are essentially SQLite database files containing the RefSeq genes for the genome | |
30 in question. | |
31 | |
32 A limited number of GDB files are available for download from the CEAS website; to | |
33 make new ones, see the section "Build a sqlite3 file with a gene annotation table | |
34 and genome background annotation for CEAS" in the CEAS manual: | |
35 | |
36 <http://liulab.dfci.harvard.edu/CEAS/usermanual.html> | |
37 | |
38 The `ceas.loc` file should be placed in the `tool-data` directory of your Galaxy | |
39 installation. | |
40 | |
41 ### Changes ### | |
42 | |
43 1.0.2-0: first version based on our original `ceas` tool. |