comparison README @ 0:de13e2c45971 draft

Init repository for bih4maconda
author fgiacomoni
date Tue, 21 Jan 2020 15:49:00 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:de13e2c45971
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 --