-
Notifications
You must be signed in to change notification settings - Fork 14
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
Use hopen for non BAM files #44
Comments
Like! But the XML library replacement sounds like possibly too high a cost. |
I don't think so. I wouldn't be trying to write a generic XML parser, but a parser for known, specific XML config files. It shouldn't be too difficult. |
Chatting to our colleagues fopencookie might provide a generic way of obtaining standard file handles from hfile. |
Ah Ha! |
Need to avoid |
Replace open() with hopen() throughout, so that we can open files directly from irods or AWS or Google web services.
This will involve replacing the existing XML library used by i2b
The text was updated successfully, but these errors were encountered: