Bioconductor / Contributions

Contribute Packages to Bioconductor
135 stars 33 forks source link

h5mread #3673

Open hpages opened 7 hours ago

hpages commented 7 hours ago

Update the following URL to point to the GitHub repository of the package you wish to submit to Bioconductor

Confirm the following by editing each check box to '[x]'

I am familiar with the essential aspects of Bioconductor software management, including:

For questions/help about the submission process, including questions about the output of the automatic reports generated by the SPB (Single Package Builder), please use the #package-submission channel of our Community Slack. Follow the link on the home page of the Bioconductor website to sign up.

bioc-issue-bot commented 7 hours ago

Hi @hpages

Thanks for submitting your package. We are taking a quick look at it and you will hear back from us soon.

The DESCRIPTION file for this package is:

Package: h5mread
Title: A fast HDF5 reader
Description: The main function in the h5mread package is h5mread(), which
    allows reading arbitrary data from an HDF5 dataset into R, similarly
    to what the h5read() function from the rhdf5 package does.
    In the case of h5mread(), the implementation has been optimized to
    make it as fast and memory-efficient as possible.
biocViews: Infrastructure, DataRepresentation, DataImport
URL: https://bioconductor.org/packages/h5mread
BugReports: https://github.com/hpages/h5mread/issues
Version: 0.99.0
License: Artistic-2.0
Encoding: UTF-8
Authors@R: person("Hervé", "Pagès", role=c("aut", "cre"),
              email="hpages.on.github@gmail.com",
          comment=c(ORCID="0009-0002-8272-4522"))
Depends: methods, rhdf5, BiocGenerics, SparseArray
Imports: stats, tools, rhdf5filters, S4Vectors, IRanges, S4Arrays
LinkingTo: Rhdf5lib, S4Vectors
SystemRequirements: GNU make
Suggests: BiocParallel, ExperimentHub, HDF5Array,
    testthat, knitr, rmarkdown, BiocStyle
VignetteBuilder: knitr
Collate: utils.R
    h5dim.R
    H5File-class.R
    h5ls.R
    H5DSetDescriptor-class.R
    uaselection.R
    h5mread.R
    h5summarize.R
    h5mread_from_reshaped.R
    h5dimscales.R
    h5writeDimnames.R
    zzz.R