Révision 5badc2fd README

b/README
73 73
Installation
74 74
------------
75 75

  
76
The first installation step is to retrieve the source code of
77
MyLabStocks. You can do this by typing the following command in a
78
terminal.
79

  
80
   git clone http://forge.cbp.ens-lyon.fr/git/nucleominer
81

  
76 82

  
77 83
Prerequisites
78 84
~~~~~~~~~~~~~
......
98 104

  
99 105
   * seqinr
100 106

  
107
   * plotrix
108

  
109
   * DESeq
110

  
101 111
   * cachecache https://forge.cbp.ens-
102 112
     lyon.fr/redmine/projects/cachecache
103 113

  
......
105 115

  
106 116
   * nucleominer https://forge.cbp.ens-
107 117
     lyon.fr/redmine/projects/nucleominer
118

  
119
The first packages could be installed by typing the following command
120
in an R console:
121

  
122
   install.packages(c("fork", "rjson", "seqinr", "plotrix"))
123
   source("http://bioconductor.org/biocLite.R")
124
   biocLite("DESeq")
125

  
126
The last packages are available in the git repository they could be
127
install by typing the following command in your terminal:
128

  
129
   cd nucleominer
130
   R CMD INSTALL doc/Chuffart_NM2_workdir/deps/bot_0.14.tar.gz\
131
       doc/Chuffart_NM2_workdir/deps/cachecache_0.1.tar.gz\
132
       build/nucleominer_2.3.46.tar.gz

Formats disponibles : Unified diff