Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor to create PomBase::Chobo::{ChadoIO,FileIO,ChadoData,FileData} #1

Open
kimrutherford opened this issue Jan 27, 2016 · 0 comments

Comments

@kimrutherford
Copy link
Member

Restructuring:

  • PomBase::Chobo::ChadoIO - read/write Chado
  • PomBase::Chobo::ChadoData - an in memory representation of the Chado data that mirrors the table structure (more or less), including row ids (where known)
  • PomBase::Chobo::FileIO - read/(write?) OBO files
  • PomBase::Chobo::FileData - in memory rep. of data from an OBO file

Add methods:

  • PomBase::Chobo::ChadoData::update($self, $file_data) {}
  • PomBase::Chobo::ChadoIO::store($self, $chado_data)
  • PomBase::Chobo::ChadoIO::read($self) -> returns $chado_data
  • PomBase::Chobo::FIleIO::read($self) -> returns $file_data
@kimrutherford kimrutherford changed the title Refactor to create PomBase::Chobo::{Chado,File,ChadoData,FileData} Refactor to create PomBase::Chobo::{ChadoIO,FileIO,ChadoData,FileData} Jan 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant