Bioconductor / Contributions

Contribute Packages to Bioconductor
134 stars 33 forks source link

miaDash #3637

Open RiboRings opened 2 hours ago

RiboRings commented 2 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 2 hours ago

Hi @RiboRings

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: miaDash
Version: 0.99.0
Authors@R: 
    c(person(given = "Giulio", family = "Benedetti", role = c("aut", "cre"),
 email = "giulio.benedetti@utu.fi",
 comment = c(ORCID = "0000-0002-8732-7692")),
    person(given = "Akewak", family = "Jeba", role = c("ctb"),
   email = "akewak.k.jeba@utu.fi",
   comment = c(ORCID = "0009-0007-1347-7552")),
    person(given = "Leo", family = "Lahti", role = c("aut"),
   email = "leo.lahti@iki.fi",
   comment = c(ORCID = "0000-0001-5537-637X")))
Title: Shiny app for interactive analysis and exploration of microbiome data
Description:
    miaDash provides a Graphical User Interface for the exploration of
    microbiome data. This way, no knowledge of programming is required to
    perform analyses. Datasets can be imported, manipulated, analysed and
    visualised with a user-friendly interface.
biocViews: Microbiome, Software, Visualization, GUI, ShinyApps, DataImport
License: Artistic-2.0
Encoding: UTF-8
Depends:
    R (>= 4.4.0),
    iSEE
Imports:
    biomformat,
    iSEEtree,
    methods,
    mia,
    rintrojs,
    scater,
    shiny,
    shinyjs,
    S4Vectors,
    SingleCellExperiment,
    SummarizedExperiment,
    TreeSummarizedExperiment,
    utils,
    vegan
Suggests:
    BiocStyle,
    knitr,
    RefManageR,
    remotes,
    rmarkdown,
    testthat (>= 3.0.0)
URL: https://github.com/microbiome/miaDash
BugReports: https://github.com/microbiome/miaDash/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Config/testthat/edition: 3