Mercurial > repos > fgiacomoni > bih4maconda
diff README @ 0:de13e2c45971 draft
Init repository for bih4maconda
author | fgiacomoni |
---|---|
date | Tue, 21 Jan 2020 15:49:00 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Tue Jan 21 15:49:00 2020 -0500 @@ -0,0 +1,41 @@ +## ****** MON_MODULE environnemnt : ****** ## +# version 0.1 2019 F Giacomoni + +## --- PERL compilator / libraries : --- ## +$ perl -v +This is perl, v5.10.1 (*) built for x86_64-linux-thread-multi + +# libs CORE PERL : +use strict ; +use warnings ; +use Carp qw (cluck croak carp) ; +use Exporter ; +use Data::Dumper ; +use Getopt::Long ; +use FindBin ; + +# libs CPAN PERL : +$ perl -e 'use XX::XX' +$ sudo perl -MCPAN -e shell +cpan> install XX::XX + +-- + +## --- Binary dependencies --- ## +Install folowing binaries : +-- + +## --- Config : --- ## +Edit the config file : /path/*.conf + +-- + +## --- XML HELP PART --- ## +Copy the following images in ~/static/images/metabolomics : +-- + +## --- DATASETS --- ## +-- + +## --- ??? COMMENTS ??? --- ## +-- \ No newline at end of file