-
Notifications
You must be signed in to change notification settings - Fork 34
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
ENH: Build bundle list dynamically depending on atlas version #133
ENH: Build bundle list dynamically depending on atlas version #133
Conversation
A few notes:
While doing this I've realized that we should explain the below:
I have not looked into the |
An additional notes about the feature itself:
Thus, it is better to wait for PR #134 to be merged before merging this so that we ensure that the modules can be imported. Will rebase on |
c5f581e
to
ffcd6a1
Compare
db00c98
to
a88a759
Compare
@zhangfanmark please comment on #133 (comment). |
Build bundle list dynamically depending on atlas version. Add the accompanying files: - The atlas bundle data (bundle label, short and long names) as CSV files. - The utilities functions required to read the bundle data. - Provide some level of encapsulation when adding the methods. Add a utility script to query the bundles corresponding to the files in an atlas available in a local disk. Add the corresponding tests.
a88a759
to
e1ff7c4
Compare
Build bundle list dynamically depending on atlas version.
Add the accompanying files:
Add a utility script to query the bundles corresponding to the files in an atlas available in a local disk.
Add the corresponding tests.