Bioconductor / Contributions

Contribute Packages to Bioconductor
134 stars 33 forks source link

(inactive) ChromENVEE #2864

Closed ManonCoulee closed 1 year ago

ManonCoulee commented 1 year 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 1 year ago

Hi @ManonCoulee

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: ChromENVEE
Title: Chromatin Environment and Enhancer-dependent Expression
Version: 0.99.8
Authors@R:
    c(
      person(given = "Manon", family = "Coulee", role = c("aut", "cre"), email = "manoncoulee@hotmail.com"),
      person(given = "Guillaume", family = "Meurice", role = "aut", email = "guillaume.meurice@aphp.fr"),
      person(given = "Mitra", family = "Barzine", role = "ctb", email = "mitra.barzine@inserm.fr"),
      person(given = "Laila", family = "El Khattabi", role = "aut", email = "laila.el-khattabi@aphp.fr"),
      person(given = "Julie", family = "Cocquet", role = "aut", email = "julie.cocquet@inserm.fr")
    )
Description: ChromENVEE is a package developed to study chromatin states.
  This package implements functions to associate all the neighbouring genes to a list of enhancers
  and to define the chromatin environment of genes using chromatin states informations
  (e.g., ChromHMM output). Several visualization functions are available to summarize the
  distribution of chromatin states, characterize genes associated with enhancers and also assign
  chromatin environment to genes.
License: GPL-3
Encoding: UTF-8
LazyData: true
LazyDataCompression:xz
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Depends:
    R (>= 3.6.0)
Suggests:
    rmarkdown,
    knitr,
    testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
Imports:
    ggplot2,
    GenomicRanges,
    parallel,
    stringr,
    umap,
    stats,
    methods
biocViews: Annotation
vjcitn commented 1 year ago

Some of your GRanges in the vignette have "unspecified genome" but you should set that, especially as you are using mouse. Should the gene ranges and hmm state data given at the start of the vignette be GRanges?

ManonCoulee commented 1 year ago

Dear Vince,

Thank you for your comment.

It is noted for the GRange data, I will add the information on the genome

For the other data ranges, it would be more efficient and it would avoid eventual errors due to a bad naming of the columns.

I'll keep you informed when the modifications have been made

Manon

ManonCoulee commented 1 year ago

Dear Vince,

We have updated our vignette by adding the information about the genome studied in the GRange objects. The functions have been modified to be able to have GRanges objects as input. https://github.com/ManonCoulee/ChromENVEE

Manon

bioc-issue-bot commented 1 year 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 1 year 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: "TIMEOUT, skipped". 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/ChromENVEE to trigger a new build. A quick tutorial for setting up remotes and pushing to upstream can be found here.

bioc-issue-bot commented 1 year ago

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

bioc-issue-bot commented 1 year 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/ChromENVEE to trigger a new build. A quick tutorial for setting up remotes and pushing to upstream can be found here.

bioc-issue-bot commented 1 year ago

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

bioc-issue-bot commented 1 year 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/ChromENVEE to trigger a new build. A quick tutorial for setting up remotes and pushing to upstream can be found here.

DarioS commented 1 year ago

ChromENVEE is an R package for the exploration of ChromHMM epigenomic segmentation results. The issues which I found are:

In summary, the assumptions of ChromENVEE are biologically unrealistic and it often redundantly and inefficiently reimplements functionality of existing Bioconductor core infrastructure packages, as well as having a coding style which does not conform to the Bioconductor contributor's guide.

bioc-issue-bot commented 1 year ago

This issue is being closed because there has been no progress for an extended period of time. You may reopen the issue when you have the time to actively participate in the review / submission process. Please also keep in mind that a package accepted to Bioconductor requires a commitment on your part to ongoing maintenance.

Thank you for your interest in Bioconductor.