ga4gh / ga4gh-server

Reference implementation of the APIs defined in ga4gh-schemas. RETIRED 2018-01-24
http://ga4gh.org
Apache License 2.0
96 stars 93 forks source link

Move nice file reading to common #1595

Open david4096 opened 7 years ago

david4096 commented 7 years ago

There are a couple of places where we slurp a file, sometimes respecting newlines or comments. Having this function in common would be nice. Thanks @dcolligan