-
Notifications
You must be signed in to change notification settings - Fork 1
Add nmrglue extractor
#33
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
Conversation
| supported_filetypes: | ||
| - id: jcamp-dx | ||
| template: | ||
| input_type: jcampdx | ||
| description: >- | ||
| Note: Only 1D NMR data is supported, not the full JCAMP-DX standard. Many | ||
| other NMR data file formats are supported. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: added in #32.
| - method: python | ||
| setup: nmrglue | ||
| command: nmrglue.fileio.{{ input_type }}.read |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is yadg the only package that bothered with a command-line API?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Imagine so, presumably because you embed some provenance and traceability in your output format, where most other codes don't
Adds an extractor for https://github.com/jjhelmus/nmrglue.