Mercurial > repos > fgiacomoni > bih4bloodexposome
diff README @ 0:94eeed7f737f draft default tip
planemo upload commit 399d2714dd85043f2ed8bdeff05bb1ccd4c5dd29
author | fgiacomoni |
---|---|
date | Fri, 27 Nov 2020 10:06:35 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Fri Nov 27 10:06:35 2020 +0000 @@ -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