Bioconductor / Contributions

Contribute Packages to Bioconductor
131 stars 33 forks source link

cosmosR #2086

Closed katharinazirngibl closed 3 years ago

katharinazirngibl commented 3 years 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 help with submitting your package, please subscribe and post questions to the bioc-devel mailing list.

bioc-issue-bot commented 3 years ago

Hi @katharinazirngibl

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: cosmosR
Type: Package
Title: COSMOS (Causal Oriented Search of Multi-Omic Space)
Version: 0.99.0
Description: COSMOS (Causal Oriented Search of Multi-Omic Space) is a method 
    that integrates phosphoproteomics, transcriptomics, and metabolomics data sets
    based on prior knowledge of signaling, metabolic, and gene regulatory
    networks. It estimated the activities of transcrption factors and kinases
    and finds a network-level causal reasoning. Thereby, COSMOS provides 
    mechanistic hypotheses for experimental observations across mulit-omics datasets.
Authors@R: c(
    person(given = "Aurélien",
 family = "Dugourd",
 role = c("aut"),
 email = "dugourdaurelien@gmail.com",
 comment = c(ORCID = "0000-0002-0714-028X")),
    person(given = "Attila",
 family = "Gabor",
 role = c("aut"),
 email = "attila.gabor@uni-heidelberg.de",
 comment = c(ORCID = "0000-0002-0776-1182")),
    person(given = "Katharina",
 family = "Zirngibl",
 role = c("cre","aut"),
 email = "katharina.zirngibl@uni-heidelberg.de",
 comment = c(ORCID = "0000-0002-7518-0339")))
URL: https://github.com/saezlab/COSMOS
BugReports: https://github.com/saezlab/COSMOS/issues
Depends: R (>= 4.0)
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Imports:
    CARNIVAL,
    dorothea,
    igraph,
    dplyr,
    stringr,
    readr,
    rlang,
    tibble,
    purrr,
    AnnotationDbi,
    biomaRt,
    org.Hs.eg.db,
    visNetwork
Suggests: 
    testthat,
    knitr,
    rmarkdown
biocViews: CellBiology, Pathways, Network, Proteomics, Metabolomics, Transcriptomics,
    GeneSignaling
bioc-issue-bot commented 3 years ago

A reviewer has been assigned to your package. Learn what to expect during the review process.

IMPORTANT: Please read this documentation for setting up remotes to push to git.bioconductor.org. It is required to push a version bump to git.bioconductor.org to trigger a new build.

Bioconductor utilized your github ssh-keys for git.bioconductor.org access. To manage keys and future access you may want to active your Bioconductor Git Credentials Account

bioc-issue-bot commented 3 years ago

Dear Package contributor,

This is the automated single package builder at bioconductor.org.

Your package has been built on Linux, Mac, and Windows.

On one or more platforms, the build results were: "ERROR". This may mean there is a problem with the package that you need to fix. Or it may mean that there is a problem with the build system itself.

Please see the build report for more details. This link will be active for 21 days.

Remember: if you submitted your package after July 7th, 2020, when making changes to your repository push to git@git.bioconductor.org:packages/cosmosR to trigger a new build. A quick tutorial for setting up remotes and pushing to upstream can be found here.

bioc-issue-bot commented 3 years ago

Received a valid push on git.bioconductor.org; starting a build for commit id: d3a0bf3da67df5c9175cedeeeeddb8561088cacc

bioc-issue-bot commented 3 years ago

Dear Package contributor,

This is the automated single package builder at bioconductor.org.

Your package has been built on Linux, Mac, and Windows.

On one or more platforms, the build results were: "ERROR". This may mean there is a problem with the package that you need to fix. Or it may mean that there is a problem with the build system itself.

Please see the build report for more details. This link will be active for 21 days.

Remember: if you submitted your package after July 7th, 2020, when making changes to your repository push to git@git.bioconductor.org:packages/cosmosR to trigger a new build. A quick tutorial for setting up remotes and pushing to upstream can be found here.

bioc-issue-bot commented 3 years ago

Received a valid push on git.bioconductor.org; starting a build for commit id: 6125ec2f67b3de8821bdc69ba5261564bed2b700

bioc-issue-bot commented 3 years ago

Dear Package contributor,

This is the automated single package builder at bioconductor.org.

Your package has been built on Linux, Mac, and Windows.

Congratulations! The package built without errors or warnings on all platforms.

Please see the build report for more details. This link will be active for 21 days.

Remember: if you submitted your package after July 7th, 2020, when making changes to your repository push to git@git.bioconductor.org:packages/cosmosR to trigger a new build. A quick tutorial for setting up remotes and pushing to upstream can be found here.

Kayla-Morrell commented 3 years ago

@katharinazirngibl - Thank you for submitting to Bioconductor. Please see the initial review of the package below. The required changes must be made while the suggested changes do not have to be (though we strongly encourage them). Comment back here with updates that have been made and when the package is ready for a re-review.

General package development

DESCRIPTION

NEWS

Vignette

if(!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("cosmosR")

Man pages

R code

Best, Kayla

Kayla-Morrell commented 3 years ago

@katharinazirngibl - I should have mentioned in my review above to keep in mind that the deadline to accept new packages into the Bioconductor 3.13 release is May 12th. Any packages accepted after this date will be included in the next release.

Best, Kayla

katharinazirngibl commented 3 years ago

Dear Kayla,

thank you very much for your review and your reminder. We are actively working on the package to address the issues that you raised. Regarding the License, does this mean we should simply delete the LICENSE file and that the license stated in the DESCRIPTION file is sufficient?

Kind regards, Katharina

Kayla-Morrell commented 3 years ago

@katharinazirngibl - That's correct, you can just remove the LICENSE file and keep just 'GPL-3' in the DESCRIPTION file.

Best, Kayla

bioc-issue-bot commented 3 years ago

Received a valid push on git.bioconductor.org; starting a build for commit id: f4eb97c690950524ea4c2f87ce39c5b3de3c96f5

bioc-issue-bot commented 3 years ago

Dear Package contributor,

This is the automated single package builder at bioconductor.org.

Your package has been built on Linux, Mac, and Windows.

Congratulations! The package built without errors or warnings on all platforms.

Please see the build report for more details. This link will be active for 21 days.

Remember: if you submitted your package after July 7th, 2020, when making changes to your repository push to git@git.bioconductor.org:packages/cosmosR to trigger a new build. A quick tutorial for setting up remotes and pushing to upstream can be found here.

katharinazirngibl commented 3 years ago

Dear Kayla,

thank you for your help. We made the requested changes to the code and updated the bioconductor git repository. In this new version bump we addressed:

We did not address the code formatting suggestions due to the lack of time. But we will continue to maintain and further develop this package, so we will put it on the list for the next submission in fall!

Thank you very much for your time and the revision, Katharina

Kayla-Morrell commented 3 years ago

@katharinazirngibl - Thank you for making the necessary changes. I have reviewed everything and I'm more than happy to accept the package.

Best, Kayla

bioc-issue-bot commented 3 years ago

Your package has been accepted. It will be added to the Bioconductor nightly builds.

Thank you for contributing to Bioconductor!

vjcitn commented 3 years ago

The master branch of your GitHub repository has been added to Bioconductor's git repository.

To use the git.bioconductor.org repository, we need an 'ssh' key to associate with your github user name. If your GitHub account already has ssh public keys (https://github.com/katharinazirngibl.keys is not empty), then no further steps are required. Otherwise, do the following:

  1. Add an SSH key to your github account
  2. Submit your SSH key to Bioconductor

See further instructions at

https://bioconductor.org/developers/how-to/git/

for working with this repository. See especially

https://bioconductor.org/developers/how-to/git/new-package-workflow/ https://bioconductor.org/developers/how-to/git/sync-existing-repositories/

to keep your GitHub and Bioconductor repositories in sync.

Your package will be included in the next nigthly 'devel' build (check-out from git at about 6 pm Eastern; build completion around 2pm Eastern the next day) at

https://bioconductor.org/checkResults/

(Builds sometimes fail, so ensure that the date stamps on the main landing page are consistent with the addition of your package). Once the package builds successfully, you package will be available for download in the 'Devel' version of Bioconductor using BiocManager::install("cosmosR"). The package 'landing page' will be created at

https://bioconductor.org/packages/cosmosR

If you have any questions, please contact the bioc-devel mailing list (https://stat.ethz.ch/mailman/listinfo/bioc-devel); this issue will not be monitored further.