Feature/rgd
Created by: nerdstrike
Description
Update RGD parser to use Text::CSV, delint, and a few logical improvents
Use case
Xref pipeline
Benefits
Selection of RefSeq dependent xrefs changed from pseudo-random reverse alphabetical order to one based on evidence inferred via RefSeq accession.
Possible Drawbacks
Text::CSV has undesirable behaviours when it encounters strange things in files. Fragile to content changes. Change in RefSeq dependent logic may have unforeseen consequences
Testing
No test suite. Pipeline works end to end, but it's not especially easy to tell if it's really an improvement.