0
|
1 ## ****** MON_MODULE environnemnt : ****** ##
|
|
2 # version 0.1 2019 F Giacomoni
|
|
3
|
|
4 ## --- PERL compilator / libraries : --- ##
|
|
5 $ perl -v
|
|
6 This is perl, v5.10.1 (*) built for x86_64-linux-thread-multi
|
|
7
|
|
8 # libs CORE PERL :
|
|
9 use strict ;
|
|
10 use warnings ;
|
|
11 use Carp qw (cluck croak carp) ;
|
|
12 use Exporter ;
|
|
13 use Data::Dumper ;
|
|
14 use Getopt::Long ;
|
|
15 use FindBin ;
|
|
16
|
|
17 # libs CPAN PERL :
|
|
18 $ perl -e 'use XX::XX'
|
|
19 $ sudo perl -MCPAN -e shell
|
|
20 cpan> install XX::XX
|
|
21
|
|
22 --
|
|
23
|
|
24 ## --- Binary dependencies --- ##
|
|
25 Install folowing binaries :
|
|
26 --
|
|
27
|
|
28 ## --- Config : --- ##
|
|
29 Edit the config file : /path/*.conf
|
|
30
|
|
31 --
|
|
32
|
|
33 ## --- XML HELP PART --- ##
|
|
34 Copy the following images in ~/static/images/metabolomics :
|
|
35 --
|
|
36
|
|
37 ## --- DATASETS --- ##
|
|
38 --
|
|
39
|
|
40 ## --- ??? COMMENTS ??? --- ##
|
|
41 -- |