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

Split models into separate repositories #213

Open
Hoeze opened this issue Jun 20, 2020 · 0 comments
Open

Split models into separate repositories #213

Hoeze opened this issue Jun 20, 2020 · 0 comments

Comments

@Hoeze
Copy link
Member

Hoeze commented Jun 20, 2020

I think it would make sense at this point to split the repository into separate standalone repositories, similar to what conda forge does.
The kipoi/models repository then should contain the models as git sub-modules:

models/
  |- basenji      -> github.com/kipoi/kipoi-basenji <revision 1234aedf>
  |- framepool    -> github.com/kipoi/kipoi-framepool <revision 4327abdf>
  |- expecto      -> github.com/FunctionLab/expecto <revision 9a8b7c6d>
  |- [...]

Advantages:

  • Direct versioning of the models
  • Smaller main repository
  • Allows per-model dependabot updates
  • Technically, we could even have external model repositories (like expecto above)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants