rtracklayer
rtracklayer copied to clipboard
Changes to rtracklayer for upcoming BiocIO package
Hi @lawremi
I've completed a package named BiocIO
https://github.com/Bioconductor/BiocIO. The purpose of this package is to migrate high level IO functionality from rtracklayer. This most notably includes the BiocFile
class (was RTLFile
) and the import
and export
generics.
I've created a branch of rtracklayer that modifies the package accordingly https://github.com/dvantwisk/rtracklayer. Methods and classes that were migrated to BiocIO have been deprecated.
I ask that you review these changes and give us any recommendations before we proceed with finalizing the changes.
Thank you!
Sounds interesting. I would have been happy to participate in this effort earlier. Please submit a pull request and we can iterate through that.
Done. https://github.com/lawremi/rtracklayer/pull/26