-
Notifications
You must be signed in to change notification settings - Fork 49
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
Clean up ion channel data and make 'ingest' more maintainable #319
Comments
Great stuff! One note, we can drop the 'classes of neurons' info out because the columns that specify ion channel to neuron relationships build on the 'classes of neurons' data and therefore having them both is redundant. On the modifying the TSV-- for the simplicity of the data sources page, can we keep the TSVs to be raw dumps from google spreadsheets and handle skipping headers in the code? I get what you are saying about cleaner code, but we get better reproducibility here if there isn't an extra step to modify the TSV after it comes right out of our spreadsheet. Thanks!! |
@mwatts15 Did this ever get done in the course of GSoC / PRs by @shubhsingh594 ? |
@slarson No, things are as they were. |
- Making updates from the #319 branch - Removing SQLite references - Removing unneeded 'requirements' dependency - Adding a couple of gitignores
Ion channel data was recently added to PyOpenWorm, but there are a few things that should be done to make the translation more maintainable considering that the source data is still subject to change, so that future imports are likely.
Data
The text was updated successfully, but these errors were encountered: