airr-community / airr-formats

PLEASE SEE airr-standards FOR FURTHER DEVELOPMENT: https://github.com/airr-community/airr-standards
MIT License
1 stars 2 forks source link

change write function to use csv.DictWriter #29

Closed schristley closed 7 years ago

schristley commented 7 years ago

Replace the current manually generated output format with standard csv python library which can handles type conversion, do error checking, etc.

schristley commented 7 years ago

on the changeo-integration branch.