root / doc / sphinx_doc / build / text / readme.txt @ d492bca4
Historique | Voir | Annoter | Télécharger (3,06 ko)
1 |
|
---|---|
2 |
Readme / Documentation for *NucleoMiner2* |
3 |
***************************************** |
4 |
|
5 |
*NucleoMiner2* offers Python API and R package allowing to perform |
6 |
quantitative analysis of nucleosomal epigenome. It is especially well |
7 |
suited for scripting to extract natural Single-Nucleosome Epi- |
8 |
Polymorphisms (SNEP) from ChIP-Seq data. |
9 |
|
10 |
|
11 |
License |
12 |
======= |
13 |
|
14 |
Copyright CNRS 2012-2013 |
15 |
|
16 |
* Florent CHUFFART |
17 |
|
18 |
* Jean-Baptiste VEYRIERAS |
19 |
|
20 |
* Gael YVERT |
21 |
|
22 |
This software is a computer program which purpose is to perform |
23 |
quanti- tative analysis of epigenetic marks at single nucleosome |
24 |
resolution. |
25 |
|
26 |
This software is governed by the CeCILL license under French law and |
27 |
abiding by the rules of distribution of free software. You can use, |
28 |
modify and/ or redistribute the software under the terms of the CeCILL |
29 |
license as circulated by CEA, CNRS and INRIA at the following URL |
30 |
"http://www.cecill.info". |
31 |
|
32 |
As a counterpart to the access to the source code and rights to copy, |
33 |
modify and redistribute granted by the license, users are provided |
34 |
only with a limited warranty and the software's author, the holder |
35 |
of the economic rights, and the successive licensors have only |
36 |
limited liability. |
37 |
|
38 |
In this respect, the user's attention is drawn to the risks associated |
39 |
with loading, using, modifying and/or developing or reproducing the |
40 |
software by the user in light of its specific status of free software, |
41 |
that may mean that it is complicated to manipulate, and that also |
42 |
therefore means that it is reserved for developers and experienced |
43 |
professionals having in-depth computer knowledge. Users are therefore |
44 |
encouraged to load and test the software's suitability as regards |
45 |
their requirements in conditions enabling the security of their |
46 |
systems and/or data to be ensured and, more generally, to use and |
47 |
operate it in the same conditions as regards security. |
48 |
|
49 |
The fact that you are presently reading this means that you have had |
50 |
knowledge of the CeCILL license and that you accept its terms. |
51 |
|
52 |
|
53 |
Installation Instructions |
54 |
========================= |
55 |
|
56 |
|
57 |
Links |
58 |
----- |
59 |
|
60 |
*NucleoMiner2* home page and documentation: https://forge.cbp.ens- |
61 |
lyon.fr/redmine/projects/nucleominer |
62 |
|
63 |
Gael Yvert lab page: http://www.ens-lyon.fr/LBMC/gisv/ |
64 |
|
65 |
|
66 |
Installation |
67 |
------------ |
68 |
|
69 |
* Download archive |
70 |
|
71 |
* Compile bowtie2 |
72 |
|
73 |
* Compile samtools |
74 |
|
75 |
* Compile bedtools |
76 |
|
77 |
* Compile TemplateFilter |
78 |
|
79 |
Required R pacakes: |
80 |
* bot - fork |
81 |
|
82 |
* rjson |
83 |
|
84 |
* seqinr |
85 |
|
86 |
cd src/r_packages/ |
87 |
tar xfvz R-latest.tar.gz |
88 |
cd R-patched |
89 |
./configure --with-x=no PDFLATEX="ls" |
90 |
make |
91 |
cd ../../.. |
92 |
R_BIN=src/r_packages/R-patched/bin/R |
93 |
$R_BIN CMD INSTALL src/r_packages/rjson_0.2.12.tar.gz |
94 |
$R_BIN CMD INSTALL src/r_packages/seqinr_3.0-7.tar.gz |
95 |
$R_BIN CMD INSTALL src/r_packages/plotrix_3.4-5.tar.gz |
96 |
$R_BIN CMD INSTALL src/r_packages/nm_2.0.tar.gz |
97 |
$R_BIN CMD INSTALL src/r_packages/fork_1.2.4.tar.gz |
98 |
$R_BIN CMD INSTALL src/r_packages/bot_0.9.tar.gz |
99 |
$R_BIN CMD INSTALL src/r_packages/DESeq_1.14.0.tar.gz |
100 |
|
101 |
... |
102 |
|
103 |
|
104 |
usage |
105 |
===== |
106 |
|
107 |
See html documentation for *NucleoMiner2*: http://www.ens- |
108 |
lyon.fr/LBMC/gisv/ |