Hi @lawremi
I've completed a package named BiocIOhttps://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.
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 theBiocFile
class (wasRTLFile
) and theimport
andexport
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!