-
Notifications
You must be signed in to change notification settings - Fork 11
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
biomformat #18
biomformat #18
Conversation
Looks good. Keep in mind the current repo will need to stay in place to support the CRAN biom package unless/until it is fully retired from CRAN. We should migrate this update and changes to a brand new repo. Thoughts on where it should live? |
Right, I believe |joey711/biomformat |is the appropriate repo locale. On 6/22/15 12:44 PM, Paul J. McMurdie wrote:
|
@nosson Quick question, does this recognize the format/version of the Cheers! |
Yes, it reads the format/version of the .biom file: I don't have a CRAN-only update, but will test one real quick On Mon, Jul 13, 2015 at 11:41 AM Paul J. McMurdie [email protected]
|
Mhmm - the |
Crap. I'll look around. Weird. I would have guessed CRAN to have a general-purpose tool like this before BioC |
I consulted this SO post: http://stackoverflow.com/questions/15974643/how-to-deal-with-hdf5-files-in-r Looks like there used to be an hdf5 package on CRAN that has since been removed. There were a few examples in that SO post, but the top answer was rhdf5. Too bad. At a minimum we can add a prelim test in this JSON-only |
The following worked brilliantly for branch migration to new repo: The new repo is here: https://github.com/joey711/biomformat @nosson is an official "pushable" contributor. |
I didn't realize you had a vignette already! It was pretty simple to move it / rename it per BioC's criteria. We should discuss swapping out the underlying data-structure to an eSet object, but that would be more long term. In short, I think this is good after changing the repo name. Any thoughts?