Bioconductor / Contributions

Contribute Packages to Bioconductor
134 stars 33 forks source link

scmeth #592

Closed divy-kangeyan closed 6 years ago

divy-kangeyan commented 6 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 6 years ago

Received a valid push; starting a build. Commits are:

be7d411 Updated the package based on review comments.

bioc-issue-bot commented 6 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: "skipped, 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.

Liubuntu commented 6 years ago

HI @Divyagash ,

The cpgDensity function has these arguments of organism, and passed to the other 2 functions of GenomeInfoDb::seqlevelsStyle() and Repitools::cpgDensityCalc, which has required different format for the input. If the values to organism are fixed, it would be suggested to use the match.arg for an automatic check of input. Is there a way that you could pass the character input and evaluate as a BSgenome after the match.arg()?

For your other question about genome argument, you should at least specify the input values as in your example code in the @parameter documentation. Because it only takes Hsapiens for Homo Sapiens, or Mmusculus which could confuse the users for what to type in for other species.

In general, you could figure out some other solution for these kind of problems, and make sure to document them appropriately.

Please comment back if you are ready for a 2nd review.

Best, Qian

bioc-issue-bot commented 6 years ago

Received a valid push; starting a build. Commits are:

020c2ad version bump

bioc-issue-bot commented 6 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: "skipped, 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.

divy-kangeyan commented 6 years ago

Hi @Liubuntu, I think I have addressed the comments that you pointed in the first review. Please take a look at the package for the 2nd review.

Thank you, Divy

Liubuntu commented 6 years ago

Hi,

Please check out the following comments and seek to address them. Comment back with any question and when you have fixed all and bumped the version.

MAN/

vignette

Cheers! Qian

bioc-issue-bot commented 6 years ago

Received a valid push; starting a build. Commits are:

1e49b4b Updated according to second review

bioc-issue-bot commented 6 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: "skipped, 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.

divy-kangeyan commented 6 years ago

Hi @Liubuntu, I have updated the package according to the comments. Please take a look. Thank you, Divy

Liubuntu commented 6 years ago

Hi @Divyagash ,

Thanks for your efforts in contributing to Bioconductor. You package is accepted. Wish you success in your career, and Happy Chinese New Year!

Cheer, Qian

bioc-issue-bot commented 6 years ago

Your package has been accepted. It will be added to the Bioconductor Git repository and nightly builds. Additional information will be sent to the maintainer email address in the next several days.

Thank you for contributing to Bioconductor!

mtmorgan commented 6 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/Divyagash.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 biocLite(\"scmeth\"). The package 'landing page' will be created at

https://bioconductor.org/packages/scmeth

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.

divy-kangeyan commented 6 years ago

Hi @Liubuntu, Thank you for your time and suggestions for improving the package. Happy Chinese New Year to you as well.

Divy