Collection of testing data in various electrophysiology file formats. The datasets in this repository are used within the Neo project.
If you have small data files in a format used in electrophysiology and you want to make these files publicly available for the purpose of software building on that format, then this is the right place to contribute!
To contribute a dataset the following criteria need to be fulfilled
To add files to the repository please follow the steps below.
1) On the gin platform
2) On your local computer
gin login
)gin get NeuralEnsemble/ephy_testing_data
)gin git checkout -b <my_branch_name>
gin commit <folder_name>
gin lock *
gin upload
Note: You can also commit files using any other git-annex capable tool. However, make sure that the .gitattributes
specifications are respected and files are committed in a locked state. Only the README and LICENCE file should be committed to git, all other files should be tracked by git-annex.
3) On the gin platform
<my_branch_name>
should be available at the webpage. Verify that the changes are correctly registered in this branch.NeuralEnsemble/ephy_testing_data
repository. In your PR description please specify again what format you want to add, which type of system is generating these files and which software could make use of these.Note: Don't forget to switch back to the master branch after completion of your PR: gin git checkout master
This Electrophysiology Testing Data is made available under the Open Database License: http://opendatacommons.org/licenses/odbl/1.0/. Any rights in individual contents of the database are licensed under the Database Contents License: https://creativecommons.org/licenses/by-sa/4.0/legalcode