diff _README.txt @ 0:7c9269bded0e draft

Init repository for [downloader_bank_hmdb]
author fgiacomoni
date Tue, 14 Jan 2020 05:21:23 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/_README.txt	Tue Jan 14 05:21:23 2020 -0500
@@ -0,0 +1,48 @@
+## ****** downloader_bank_hmdb environnemnt : ****** ##
+# version 21/11/ 2018 / F Giacomoni
+
+## --- PERL compilator / libraries : --- ##
+$ perl -v
+This is perl 5, version 18, subversion 2 (v5.18.2) built for darwin-thread-multi-2level
+
+# 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
+
+# libs pfem PERL : 
+No dependency with pfem lib
+--
+
+## --- R bin and Packages : --- ##
+
+No interaction with R
+-- 
+
+## --- Binary dependencies --- ##
+Install folowing binaries : N/A
+--
+
+## --- 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