Bioconductor / Contributions

Contribute Packages to Bioconductor
134 stars 33 forks source link

tomoda #1635

Closed liuwd15 closed 3 years ago

liuwd15 commented 4 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 4 years ago

Hi @liuwd15

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: tomoda
Title: Tomo-seq data analysis
Version: 0.99.0
Authors@R: 
    person(given = "Wendao",
 family = "Liu",
 role = c("aut", "cre"),
 email = "liuwd15@tsinghua.org.cn",
           comment = c(ORCID = "0000-0002-5124-9338"))
Description: This package provides many easy-to-use methods to analyze and 
    visualize tomo-seq data. The main purpose of the package is to find zones
    with similar transcriptional profiles and spatially expressed genes in a 
    tomo-seq sample. Several visulization functions are available to create
    high quality and easy-to-modify plots.
Depends: R (>= 4.0.0)
Imports:
    methods,
    stats,
    grDevices,
    reshape2,
    Rtsne,
    umap,
    colorRamps,
    ggplot2,
    ggrepel,
    SummarizedExperiment
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests: 
    knitr,
    rmarkdown,
    BiocStyle,
    testthat
URL: https://github.com/liuwd15/tomoda
BugReports: https://github.com/liuwd15/tomoda/issues
biocViews: 
    GeneExpression, 
    Sequencing,
    RNASeq, 
    Transcriptomics,
    Clustering, 
    Visualization
VignetteBuilder: knitr
bioc-issue-bot commented 4 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 4 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/tomoda to trigger a new build. A quick tutorial for setting up remotes and pushing to upstream can be found here.

LiNk-NY commented 4 years ago

Hi Wendao Liu, @liuwd15

Thank you for your submission to Bioconductor. Please see the review below. Feel free to post any questions or comments below.

Best regards, Marcel


tomoda #1635

DESCRIPTION

NAMESPACE

vignettes

R

README.md

bioc-issue-bot commented 3 years ago

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

liuwd15 commented 3 years ago

Hi Marcel @LiNk-NY, Thanks for your comments. I have updated the package and here are my responses to your comments. I followed most of your comments but left a few unchanged. The reasons are explained below.

DESCRIPTION

NAMESPACE

vignettes

R

README.md

There is BiocManager::install("tomoda") in Installation.

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: "WARNINGS". 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/tomoda 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: 1233335b2ebcd93acccefeda53f3304184fad8ce

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/tomoda to trigger a new build. A quick tutorial for setting up remotes and pushing to upstream can be found here.

LiNk-NY commented 3 years ago

Hi Wendao Liu, @liuwd15

Thank you for making those changes. They look great! I would consider renaming the createTomo.matrix function into something that resembles an S3 method less. Perhaps tomoMatrix? I will accept your package. Thank you for your contribution.

Best regards, Marcel

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!

liuwd15 commented 3 years ago

Hi Marcel @LiNk-NY, Thanks for reviewing and accepting this package. createTomo.matrix and createTomo.SummarizedExperiment are renamed into tomoMatrix and tomoSummarizedExperiment now.

Best, Wendao

LiNk-NY commented 3 years ago

Great!

mtmorgan 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/liuwd15.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("tomoda"). The package 'landing page' will be created at

https://bioconductor.org/packages/tomoda

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.