NAME
update_resources.pl - Utility to update all databases referenced in metabolomics-references project.
USAGE
SYNOPSIS
DESCRIPTION
- function01
- function02
AUTHOR
Prenom Nom <franck.giacomoni@inrae.fr>
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc update_resources.pl
LICENSE
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
VERSION
version 1 : 2020/04/24
version 2 : ??
METHOD validateMTHFragmentList
## Description : validate a new released fragments list file by parsing content and counting lines
## Input : $dbFile
## Output : 0
## Usage : &validateMTHFragmentList ( $dbFile ) ;
METHOD updateKnapsack
## Description : update Knapsack database on its web portal by crawling
## Input : $var3
## Output : $var4
## Usage : my ( $var4 ) = updateKnapsack ( $var3 ) ;