changed method of finding sqlite db in NGS::DB from search of @INC to using D2::FileUtils::path(); added functionality to create separate vep inputs per chromosome - not in use
removed allele from exon_data_ref sample_data for both 454 and vcf data - not sure if it's needed; removed vaiable data fields from exon_data_ref for vcf files to match 454 data - vf & depth are variable & change between samples, chr, start_position, end_position, etc do not
moved forking config to config files - dev server faster without forks, deployment optimum with fork = 2; moved hires timer to immediately either side of vep script loop; deleted vep input file from /tmp if exists due to generation using append mode (in case previous run aborted before unlink) event; output format tweaks
added new counters for vep input rows and raw src_file rows; patched lab number regex to allow optional letter prefix; fixed test scripts to report vep input row count instead of 'accepted' rows
took vep_fields into CONSTANT for use in both 454 data & vcf data; put vcf data into %exon_data_ref for use in post-vep processing (as used in 454 data-files); adapted vep_location / ref_location comparison to handle insertions where end position < start position; moved counts & errors into separate 'data' hashref in results; completed adaptation of VEP for vcf data-files