Mercurial > repos > pjbriggs > macs21
annotate README.rst @ 23:c7646ff9b5c9 draft default tip
planemo upload commit a2f39c10087e77bde5b5db5d04305f72b8eb2af2
author | pjbriggs |
---|---|
date | Tue, 27 Jun 2023 07:37:07 +0000 |
parents | dfb939015935 |
children |
rev | line source |
---|---|
19
51303ba3fbbe
Uploaded version 2.1.1.0 (update Macs2 version and switch to conda dependency resolution).
pjbriggs
parents:
18
diff
changeset
|
1 MACS21: Model-based Analysis of ChIP-Seq (MACS 2.1) peak calling |
51303ba3fbbe
Uploaded version 2.1.1.0 (update Macs2 version and switch to conda dependency resolution).
pjbriggs
parents:
18
diff
changeset
|
2 ================================================================ |
2 | 3 |
19
51303ba3fbbe
Uploaded version 2.1.1.0 (update Macs2 version and switch to conda dependency resolution).
pjbriggs
parents:
18
diff
changeset
|
4 Galaxy tool wrapper for the peak calling function of MACS 2.1. MACS has been |
2 | 5 developed by Tao Lui |
6 https://github.com/taoliu/MACS/ | |
7 | |
8 The reference for MACS is: | |
9 | |
10 - Zhang Y, Liu T, Meyer CA, Eeckhoute J, Johnson DS, Bernstein BE, Nusbaum C, Myers | |
11 RM, Brown M, Li W, Liu XS. Model-based analysis of ChIP-Seq (MACS). Genome Biol. | |
12 2008;9(9):R137 | |
13 | |
14 Automated installation | |
15 ====================== | |
16 | |
17 Installation via the Galaxy Tool Shed will take of installing the tool wrapper and | |
22 | 18 the MACS 2.1.2 program. |
2 | 19 |
20 Manual Installation | |
21 =================== | |
22 | |
23 There are two files to install: | |
24 | |
25 - ``macs21_wrapper.xml`` (the Galaxy tool definition) | |
26 - ``macs21_wrapper.py.sh`` (the Python script wrapper) | |
27 | |
28 The suggested location is in a ``tools/macs21/`` folder. You will then | |
29 need to modify the ``tools_conf.xml`` file to tell Galaxy to offer the tool | |
30 by adding the line: | |
31 | |
32 <tool file="macs21/macs21_wrapper.xml" /> | |
33 | |
22 | 34 You will also need to install MACS 2.1.2 and its dependencies: |
2 | 35 |
36 - https://pypi.python.org/pypi/MACS2 | |
37 | |
38 and ensure that it's on your Galaxy user's ``PATH`` when running the tool. | |
39 | |
40 If you want to run the functional tests, copy the sample test files under | |
41 sample test files under Galaxy's ``test-data/`` directory. Then: | |
42 | |
43 ./run_tests.sh -id macs2_wrapper | |
44 | |
45 | |
46 History | |
47 ======= | |
48 | |
9 | 49 This tool was originally based on the ``modencode-dcc`` MACS2 tool developed |
50 by Ziru Zhou (ziruzhou@gmail.com), specifically the ``16:14f378e35191`` | |
51 revision of the tool available via | |
2 | 52 |
53 - http://toolshed.g2.bx.psu.edu/view/modencode-dcc/macs2 | |
54 | |
19
51303ba3fbbe
Uploaded version 2.1.1.0 (update Macs2 version and switch to conda dependency resolution).
pjbriggs
parents:
18
diff
changeset
|
55 This version has been substantially modified both to adapt it to MACS 2.1, and |
9 | 56 to re-implement the internal workings of the tool to conform with current |
57 practices in invoking commands from Galaxy, and to add new functionality. | |
2 | 58 |
23
c7646ff9b5c9
planemo upload commit a2f39c10087e77bde5b5db5d04305f72b8eb2af2
pjbriggs
parents:
22
diff
changeset
|
59 ============= ================================================================= |
c7646ff9b5c9
planemo upload commit a2f39c10087e77bde5b5db5d04305f72b8eb2af2
pjbriggs
parents:
22
diff
changeset
|
60 Version Changes |
c7646ff9b5c9
planemo upload commit a2f39c10087e77bde5b5db5d04305f72b8eb2af2
pjbriggs
parents:
22
diff
changeset
|
61 ------------- ----------------------------------------------------------------- |
c7646ff9b5c9
planemo upload commit a2f39c10087e77bde5b5db5d04305f72b8eb2af2
pjbriggs
parents:
22
diff
changeset
|
62 2.1.2-galaxy1 - Update UCSC tool dependencies to version 357 |
c7646ff9b5c9
planemo upload commit a2f39c10087e77bde5b5db5d04305f72b8eb2af2
pjbriggs
parents:
22
diff
changeset
|
63 2.1.2.0 - Update to use MACS 2.1.2 |
c7646ff9b5c9
planemo upload commit a2f39c10087e77bde5b5db5d04305f72b8eb2af2
pjbriggs
parents:
22
diff
changeset
|
64 2.1.1.0 - Update to use MACS 2.1.1 and use conda to resolve dependencies |
c7646ff9b5c9
planemo upload commit a2f39c10087e77bde5b5db5d04305f72b8eb2af2
pjbriggs
parents:
22
diff
changeset
|
65 2.1.0-6 - Add bedSort step into bigWig file generation; terminate with |
c7646ff9b5c9
planemo upload commit a2f39c10087e77bde5b5db5d04305f72b8eb2af2
pjbriggs
parents:
22
diff
changeset
|
66 error when MACS finishes with non-zero exit code. |
c7646ff9b5c9
planemo upload commit a2f39c10087e77bde5b5db5d04305f72b8eb2af2
pjbriggs
parents:
22
diff
changeset
|
67 2.1.0-5 - User must explicitly specify the format for the inputs (to |
c7646ff9b5c9
planemo upload commit a2f39c10087e77bde5b5db5d04305f72b8eb2af2
pjbriggs
parents:
22
diff
changeset
|
68 allow for paired-end data) |
c7646ff9b5c9
planemo upload commit a2f39c10087e77bde5b5db5d04305f72b8eb2af2
pjbriggs
parents:
22
diff
changeset
|
69 2.1.0-4 - Remove 'bdgcmp' functionality. |
c7646ff9b5c9
planemo upload commit a2f39c10087e77bde5b5db5d04305f72b8eb2af2
pjbriggs
parents:
22
diff
changeset
|
70 2.1.0-3 - Add tool tests |
c7646ff9b5c9
planemo upload commit a2f39c10087e77bde5b5db5d04305f72b8eb2af2
pjbriggs
parents:
22
diff
changeset
|
71 2.1.0-2 - Add option to create bigWig file from bedGraphs; fix bug with |
c7646ff9b5c9
planemo upload commit a2f39c10087e77bde5b5db5d04305f72b8eb2af2
pjbriggs
parents:
22
diff
changeset
|
72 ``-B`` option; make ``--mfold`` defaults consistent. |
c7646ff9b5c9
planemo upload commit a2f39c10087e77bde5b5db5d04305f72b8eb2af2
pjbriggs
parents:
22
diff
changeset
|
73 2.1.0-1 - Initial version |
c7646ff9b5c9
planemo upload commit a2f39c10087e77bde5b5db5d04305f72b8eb2af2
pjbriggs
parents:
22
diff
changeset
|
74 ============= ================================================================= |
2 | 75 |
76 | |
77 Developers | |
78 ========== | |
79 | |
80 This tool is developed on the following GitHub repository: | |
81 https://github.com/fls-bioinformatics-core/galaxy-tools/tree/master/macs21 | |
82 | |
83 For making the "Galaxy Tool Shed" http://toolshed.g2.bx.psu.edu/ tarball I use | |
84 the ``package_macs21_wrapper.sh`` script. | |
85 | |
86 | |
87 Licence (MIT) | |
88 ============= | |
89 | |
90 Permission is hereby granted, free of charge, to any person obtaining a copy | |
91 of this software and associated documentation files (the "Software"), to deal | |
92 in the Software without restriction, including without limitation the rights | |
93 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
94 copies of the Software, and to permit persons to whom the Software is | |
95 furnished to do so, subject to the following conditions: | |
96 | |
97 The above copyright notice and this permission notice shall be included in | |
98 all copies or substantial portions of the Software. | |
99 | |
100 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | |
101 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | |
102 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | |
103 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | |
104 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | |
105 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | |
106 THE SOFTWARE. |