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

Write support for circuit (nodes/edges) files in pySONATA? #126

Open
chr-pok opened this issue Nov 27, 2020 · 0 comments
Open

Write support for circuit (nodes/edges) files in pySONATA? #126

chr-pok opened this issue Nov 27, 2020 · 0 comments

Comments

@chr-pok
Copy link

chr-pok commented Nov 27, 2020

Hi! I was wondering if there are any plans to implement write support for circuit (nodes/edges) files in pySONATA?
Currently, only read mode seems to be supported:

class File(object):
    def __init__(self, data_files, data_type_files, mode='r', gid_table=None, require_magic=True):
        if mode != 'r':
            raise Exception('Currently only read mode is supported.')

I recently started using SONATA in a project that requires applying changes to an existing connectome, i.e. reading a connectome from SONATA, and writing back the modified file. So writing back directly to SONATA would be very useful! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant