view _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 source

## ****** 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 ??? --- ##
--