Skip to content
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

MS2extract #3398

Open
10 tasks done
DanielQuiroz97 opened this issue Apr 22, 2024 · 1 comment
Open
10 tasks done

MS2extract #3398

DanielQuiroz97 opened this issue Apr 22, 2024 · 1 comment
Labels
1. awaiting moderation submitted and waiting clearance to access resources

Comments

@DanielQuiroz97
Copy link

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 understand that by submitting my package to Bioconductor,
    the package source and all review commentary are visible to the
    general public.

  • I have read the Bioconductor Package Submission
    instructions. My package is consistent with the Bioconductor
    Package Guidelines.

  • I understand Bioconductor Package Naming Policy and acknowledge
    Bioconductor may retain use of package name.

  • I understand that a minimum requirement for package acceptance
    is to pass R CMD check and R CMD BiocCheck with no ERROR or WARNINGS.
    Passing these checks does not result in automatic acceptance. The
    package will then undergo a formal review and recommendations for
    acceptance regarding other Bioconductor standards will be addressed.

  • My package addresses statistical or bioinformatic issues related
    to the analysis and comprehension of high throughput genomic data.

  • I am committed to the long-term maintenance of my package. This
    includes monitoring the support site for issues that users may
    have, subscribing to the bioc-devel mailing list to stay aware
    of developments in the Bioconductor community, responding promptly
    to requests for updates from the Core team in response to changes in
    R or underlying software.

  • I am familiar with the Bioconductor code of conduct and
    agree to abide by it.

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

  • The 'devel' branch for new packages and features.
  • The stable 'release' branch, made available every six
    months, for bug fixes.
  • Bioconductor version control using Git
    (optionally via GitHub).

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
Copy link
Collaborator

Hi @DanielQuiroz97

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: MS2extract
Type: Package
Title: Targeted MS/MS Spectra Extraction for In-house Compound Library Creation
Version: 0.99.0
Date: 2023-10-13
Authors@R: c(
    person("Cristian", "Quiroz-Moreno",
 email = "cristianquirozd1997@gmail.com",
 role = c("aut", "cre"),
 comment = c(ORCID = "0000-0002-9069-9147") ),
    person("Jessica", "Cooperstone",
 email = "cooperstone.1@osu.edu",
 role = c("aut"),
 comment = c(ORCID = "0000-0001-7920-0088") )
 )
Maintainer: Cristian Quiroz-Moreno <cristianquirozd1997@gmail.com>
Description: A mass spectrometry toolbox with the objective of importing mass
   spectrometry data, and extracts the desired MS/MS spectra for in-house MS/MS
   compound library creation. Subsequently, users can export the spectra 
   in a .msp file format, as a resulting compound database for further use
   in compound identification tasks. It is worth to note that this package
   do not annotate mass spectrometry data.
License: MIT + file LICENSE
LazyData: true
RdMacros: Rdpack
biocViews: MassSpectrometry, Metabolomics
Depends:
     R (>= 4.2.0)
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Imports: 
    cli,
    Rdpack,
    crayon,
    dplyr,
    ggplot2,
    ggpubr,
    ggrepel,
    magrittr,
    MSnbase,
    OrgMassSpecR,
    ProtGenerics,
    purrr,
    Rdisop,
    rlang,
    readxl,
    readr,
    ggsci
Suggests:
    knitr,
    rmarkdown,
    prettydoc,
    testthat (>= 3.0.0),
    Rcpp (>= 1.0.9),
    BiocStyle,
    RefManageR,
    sessioninfo
VignetteBuilder: knitr
Config/testthat/edition: 3
BugReports: https://github.com/CooperstoneLab/MS2extract/issues
URL: https://cooperstonelab.github.io/MS2extract/

@bioc-issue-bot bioc-issue-bot added the 1. awaiting moderation submitted and waiting clearance to access resources label Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. awaiting moderation submitted and waiting clearance to access resources
Projects
None yet
Development

No branches or pull requests

2 participants