flybase/harvdev-perl-proforma-parser
The original Perl-based proforma parsing software from FlyBase.
452
The original Perl proforma parser used by Harvdev.
The purpose of this repository is to make the original parser code more readily available for Docker, goCD, and for development of the new proforma parser.
**!!!This repository should be clean of passwords etc **
/fb_cvs/FB/modules/FlyBase-Proforma
The following environmental variables must be set when running the parser:
$PARSER_DATA_SOURCE
dbi:Pg:dbname=<database name>;host=<hostname>;port=<port>
$PARSER_USER
username
$PARSER_PASSWORD
password
docker pull flybase/harvdev-perl-proforma-parser