annotate readme.rst @ 17:424aefbd7777 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e90e79e18362561d0060d2c162f1938feebdbc29
author iuc
date Thu, 25 Apr 2019 17:49:05 -0400
parents fe62ba547975
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
fe62ba547975 Uploaded
iuc
parents:
diff changeset
1 ========================
fe62ba547975 Uploaded
iuc
parents:
diff changeset
2 Galaxy wrapper for MACS2
fe62ba547975 Uploaded
iuc
parents:
diff changeset
3 ========================
fe62ba547975 Uploaded
iuc
parents:
diff changeset
4
fe62ba547975 Uploaded
iuc
parents:
diff changeset
5 With the improvement of sequencing techniques, chromatin immunoprecipitation
fe62ba547975 Uploaded
iuc
parents:
diff changeset
6 followed by high throughput sequencing (ChIP-Seq) is getting popular to study
fe62ba547975 Uploaded
iuc
parents:
diff changeset
7 genome-wide protein-DNA interactions. To address the lack of powerful ChIP-Seq
fe62ba547975 Uploaded
iuc
parents:
diff changeset
8 analysis method, we present a novel algorithm, named Model-based Analysis of
fe62ba547975 Uploaded
iuc
parents:
diff changeset
9 ChIP-Seq (MACS), for identifying transcript factor binding sites. MACS captures
fe62ba547975 Uploaded
iuc
parents:
diff changeset
10 the influence of genome complexity to evaluate the significance of enriched ChIP
fe62ba547975 Uploaded
iuc
parents:
diff changeset
11 regions, and MACS improves the spatial resolution of binding sites through
fe62ba547975 Uploaded
iuc
parents:
diff changeset
12 combining the information of both sequencing tag position and orientation.
fe62ba547975 Uploaded
iuc
parents:
diff changeset
13 MACS can be easily used for ChIP-Seq data alone, or with control sample with the increase of specificity.
fe62ba547975 Uploaded
iuc
parents:
diff changeset
14
fe62ba547975 Uploaded
iuc
parents:
diff changeset
15
fe62ba547975 Uploaded
iuc
parents:
diff changeset
16 ============
fe62ba547975 Uploaded
iuc
parents:
diff changeset
17 Installation
fe62ba547975 Uploaded
iuc
parents:
diff changeset
18 ============
fe62ba547975 Uploaded
iuc
parents:
diff changeset
19
fe62ba547975 Uploaded
iuc
parents:
diff changeset
20 It is recommended to install this wrapper via the `Galaxy Tool Shed`.
fe62ba547975 Uploaded
iuc
parents:
diff changeset
21
fe62ba547975 Uploaded
iuc
parents:
diff changeset
22 .. _`Galaxy Tool Shed`: http://toolshed.g2.bx.psu.edu/view/modencode-dcc/macs2
fe62ba547975 Uploaded
iuc
parents:
diff changeset
23
fe62ba547975 Uploaded
iuc
parents:
diff changeset
24
fe62ba547975 Uploaded
iuc
parents:
diff changeset
25 =======
fe62ba547975 Uploaded
iuc
parents:
diff changeset
26 History
fe62ba547975 Uploaded
iuc
parents:
diff changeset
27 =======
fe62ba547975 Uploaded
iuc
parents:
diff changeset
28 - v2.0.10.1: Initial public release
fe62ba547975 Uploaded
iuc
parents:
diff changeset
29 - v2.0.10.3: add "broad peaks" options
fe62ba547975 Uploaded
iuc
parents:
diff changeset
30
fe62ba547975 Uploaded
iuc
parents:
diff changeset
31
fe62ba547975 Uploaded
iuc
parents:
diff changeset
32 ====================
fe62ba547975 Uploaded
iuc
parents:
diff changeset
33 Detailed description
fe62ba547975 Uploaded
iuc
parents:
diff changeset
34 ====================
fe62ba547975 Uploaded
iuc
parents:
diff changeset
35
fe62ba547975 Uploaded
iuc
parents:
diff changeset
36 View the original MACS2 documentation: https://github.com/taoliu/MACS/blob/master/README.rst
fe62ba547975 Uploaded
iuc
parents:
diff changeset
37
fe62ba547975 Uploaded
iuc
parents:
diff changeset
38
fe62ba547975 Uploaded
iuc
parents:
diff changeset
39 ===============================
fe62ba547975 Uploaded
iuc
parents:
diff changeset
40 Wrapper Licence (MIT/BSD style)
fe62ba547975 Uploaded
iuc
parents:
diff changeset
41 ===============================
fe62ba547975 Uploaded
iuc
parents:
diff changeset
42
fe62ba547975 Uploaded
iuc
parents:
diff changeset
43 Permission to use, copy, modify, and distribute this software and its
fe62ba547975 Uploaded
iuc
parents:
diff changeset
44 documentation with or without modifications and for any purpose and
fe62ba547975 Uploaded
iuc
parents:
diff changeset
45 without fee is hereby granted, provided that any copyright notices
fe62ba547975 Uploaded
iuc
parents:
diff changeset
46 appear in all copies and that both those copyright notices and this
fe62ba547975 Uploaded
iuc
parents:
diff changeset
47 permission notice appear in supporting documentation, and that the
fe62ba547975 Uploaded
iuc
parents:
diff changeset
48 names of the contributors or copyright holders not be used in
fe62ba547975 Uploaded
iuc
parents:
diff changeset
49 advertising or publicity pertaining to distribution of the software
fe62ba547975 Uploaded
iuc
parents:
diff changeset
50 without specific prior permission.
fe62ba547975 Uploaded
iuc
parents:
diff changeset
51
fe62ba547975 Uploaded
iuc
parents:
diff changeset
52 THE CONTRIBUTORS AND COPYRIGHT HOLDERS OF THIS SOFTWARE DISCLAIM ALL
fe62ba547975 Uploaded
iuc
parents:
diff changeset
53 WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
fe62ba547975 Uploaded
iuc
parents:
diff changeset
54 WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE
fe62ba547975 Uploaded
iuc
parents:
diff changeset
55 CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT
fe62ba547975 Uploaded
iuc
parents:
diff changeset
56 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
fe62ba547975 Uploaded
iuc
parents:
diff changeset
57 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
fe62ba547975 Uploaded
iuc
parents:
diff changeset
58 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
fe62ba547975 Uploaded
iuc
parents:
diff changeset
59 OR PERFORMANCE OF THIS SOFTWARE.
fe62ba547975 Uploaded
iuc
parents:
diff changeset
60