-
Notifications
You must be signed in to change notification settings - Fork 9
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
create text file to JSON converter for simple examples. #7
Comments
Is this issue still open? |
Yes, still open. |
What exactly needs to done in this? |
The idea is to create a converter that will take an input text file (likely space delimited) and convert it to JSON format. I've put one text file example here: https://github.com/INCF/HAWG-examples/tree/master/text-examples But there will be variation in how things are defined. The JSON format is still evolving but here is the current best example: https://github.com/INCF/HAWG-examples/blob/master/mouse-development-example.json Obviously there will not be enough information in the text file to populate all of this. The implementation language should be python. It's probably best to wait until the JSON format stabilises before doing too much work on this. |
Although text file didn't gave much as pointed by you but i understood the idea. So waiting till confirmation about the stable JSON format. |
I tried to upload a couple of Harvard-Oxford text examples using the "New File" option in the web interface but I think it just forked and sent a pull request. @andrew - can you get these into the master for everyone to see? |
Have done. It seems you forked to markj789 and then updated. So I created a pull request from this and merged. |
Thanks. The web interface made me do it this way! From: Andrew Janke <[email protected]mailto:[email protected]> Have done. It seems you forked to markj789 and then updated. So I created a pull request from this and merged. — |
Need a simple converter for text file atlas descriptions to JSON
The text was updated successfully, but these errors were encountered: