AllenInstitute / AllenInstitute/AllenSDK
Would be cool if biophysical models could pull their own experimental nwb file
Open
@tfliss is already working on this.
Since Jun 29, 2016.
enhancement
- Dominant language
- Jupyter Notebook
- Stars
- 398
- Forks
- 163
- PR merge metrics
- No merged PRs in 30d
Description
At the moment, when downloading a perisomatic biophysical model package from the ABI website, and running with:
python -m allensdk.model.biophysical_perisomatic.runner manifest.json
one gets (e.g):
IOError: [Errno 2] No such file or directory: './469801567.nwb'
Since the allensdk also contains functionality to download the nwb files, it might less confusing for users if the 'biophysical_perisomatic.runner' would download the nwb if it is not available (maybe after a confirmation by the user).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.