Contributions icon indicating copy to clipboard operation
Contributions copied to clipboard

immunogenViewer

Open kathiwaury opened this issue 1 year ago • 9 comments

Update the following URL to point to the GitHub repository of the package you wish to submit to Bioconductor

  • Repository: https://github.com/kathiwaury/immunogenViewer

Confirm the following by editing each check box to '[x]'

  • [x] I understand that by submitting my package to Bioconductor, the package source and all review commentary are visible to the general public.

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

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

  • [x] 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.

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

  • [x] 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.

  • [x] 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:

  • [x] The 'devel' branch for new packages and features.
  • [x] The stable 'release' branch, made available every six months, for bug fixes.
  • [x] 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.

kathiwaury avatar May 31 '24 16:05 kathiwaury

Hi @kathiwaury

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: immunogenViewer
Type: Package
Title: Visualization and evaluation of protein immunogens
Version: 0.99.0
Authors@R: c(person("Katharina", "Waury", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-8570-7640")))
Description: Plots protein properties and visualizes position of peptide immunogens within protein sequence.
    Allows evaluation of immunogens based on structural and functional annotations to infer 
    suitability for antibody-based methods aiming to detect native proteins.
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: false
Config/testthat/edition: 3
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Depends: 
    R (>= 4.0)
Imports: 
    ggplot2,
    httr,
    jsonlite,
    patchwork,
    UniProt.ws
Suggests: 
    BiocStyle,
    knitr,
    rmarkdown,
    testthat (>= 3.0.0),
    DT
biocViews: FeatureExtraction, Proteomics, Software, Visualization
URL: https://github.com/kathiwaury/immunogenViewer
BugReports: https://github.com/kathiwaury/immunogenViewer/issues

bioc-issue-bot avatar May 31 '24 16:05 bioc-issue-bot

I don't think your current custom citation file will display right on our landing pages as general a citation file must be parsable by readCitationFile in R. There is also the warning in R CMD check

Found the following CITATION file in a non-standard place:
  CITATION.cff
Most likely 'inst/CITATION' should be used instead.

lshep avatar Jun 07 '24 13:06 lshep

Your package has been added to git.bioconductor.org to continue the pre-review process. A build report will be posted shortly. Please fix any ERROR and WARNING in the build report before a reviewer is assigned or provide a justification on why you feel the ERROR or WARNING should be granted an exception.

IMPORTANT: Please read this documentation for setting up remotes to push to git.bioconductor.org. All changes should be pushed to git.bioconductor.org moving forward. It is required to push a version bump to git.bioconductor.org to trigger a new build report.

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 avatar Jun 07 '24 16:06 bioc-issue-bot

Dear Package contributor,

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

Your package has been built on the Bioconductor Single Package Builder.

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.

The following are build products from R CMD build on the Single Package Builder: Linux (Ubuntu 22.04.3 LTS): immunogenViewer_0.99.0.tar.gz

Links above active for 21 days.

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

bioc-issue-bot avatar Jun 07 '24 16:06 bioc-issue-bot

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

bioc-issue-bot avatar Jun 11 '24 12:06 bioc-issue-bot

Dear Package contributor,

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

Your package has been built on the Bioconductor Single Package Builder.

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.

The following are build products from R CMD build on the Single Package Builder: Linux (Ubuntu 22.04.3 LTS): immunogenViewer_0.99.1.tar.gz

Links above active for 21 days.

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

bioc-issue-bot avatar Jun 11 '24 12:06 bioc-issue-bot

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

bioc-issue-bot avatar Jun 11 '24 12:06 bioc-issue-bot

Dear Package contributor,

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

Your package has been built on the Bioconductor Single Package Builder.

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

Please see the build report for more details.

The following are build products from R CMD build on the Single Package Builder: Linux (Ubuntu 22.04.3 LTS): immunogenViewer_0.99.2.tar.gz

Links above active for 21 days.

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

bioc-issue-bot avatar Jun 11 '24 13:06 bioc-issue-bot

A reviewer has been assigned to your package for an indepth review. Please respond accordingly to any further comments from the reviewer.

bioc-issue-bot avatar Jun 21 '24 14:06 bioc-issue-bot

Hi @kathiwaury,

The package and vignette look good. Only one minor cosmetic detail.

Functions print unnecessary success messages. For example:

> proteinDF <- getProteinFeatures("P55087")
[1] "Successfully created protein dataframe for UniProt P55087."

> proteinDF <- addImmunogen(proteinDF, start=10, end=30, name="A12")
[1] "Successfully added immunogen 'A12' to the protein dataframe."

> proteinDF <- addImmunogen(proteinDF, seq="RFKEAFSKAAQQTKGSYMEVEDNRSQVETDD", name="HPA")
[1] "Successfully added immunogen 'HPA' to the protein dataframe."

This is not really useful. The conventional approach is to raise errors with informative error messages (which you do), but to not print any message in case of success. Exceptions can be made to the "no message on success" rule when one wants to display progress of a long multi-step task. However note that in this case the messages should be displayed with message() instead of print() so that the user can silence the code by wrapping it in suppressMessages().

That will be all! :smiley:

Let me know if you have questions.

Best, H.

hpages avatar Jul 18 '24 23:07 hpages

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

bioc-issue-bot avatar Jul 22 '24 17:07 bioc-issue-bot

Dear Package contributor,

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

Your package has been built on the Bioconductor Single Package Builder.

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.

The following are build products from R CMD build on the Single Package Builder: macOS 12.7.1 Monterey: immunogenViewer_0.99.3.tar.gz Linux (Ubuntu 22.04.3 LTS): immunogenViewer_0.99.3.tar.gz

Links above active for 21 days.

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

bioc-issue-bot avatar Jul 22 '24 17:07 bioc-issue-bot

Hi @hpages,

Thanks a lot for reviewing!

I have removed the success messages as you suggested. I have also fixed an issue with one of the features and changed names to be more informative in the plot.

All checks ran fine on my side but I get this warning from the Bioconductor Package Builder now:

* Checking vignette directory... * WARNING: Package listed as VignetteEngine or VignetteBuilder but not currently Suggested.

I have both knitr and rmarkdown listed in the Suggest field, so not really sure how to solve this warning. Could you help with this?

Many thanks,

Kathi

kathiwaury avatar Jul 22 '24 18:07 kathiwaury

Hi @kathiwaury,

Thanks for making these changes.

I can't reproduce this warning on my laptop where I have the latest version of BiocCheck (1.41.9). Note that the SPB was using BiocCheck 1.41.6 at the time the report was generated, so this strongly suggests that the warning was a false positive that has since been addressed in BiocCheck.

Please remove the LazyData: false line from your DESCRIPTION file.

Once you've done this, the package will be good to go.

Best, H.

hpages avatar Jul 30 '24 18:07 hpages

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

bioc-issue-bot avatar Jul 31 '24 13:07 bioc-issue-bot

Dear Package contributor,

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

Your package has been built on the Bioconductor Single Package Builder.

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

Please see the build report for more details.

The following are build products from R CMD build on the Single Package Builder: macOS 12.7.1 Monterey: immunogenViewer_0.99.4.tar.gz Linux (Ubuntu 22.04.3 LTS): immunogenViewer_0.99.4.tar.gz

Links above active for 21 days.

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

bioc-issue-bot avatar Jul 31 '24 13:07 bioc-issue-bot

Hi @hpages,

the LazyData line is deleted. Happy to hear that the package is good to go. Thanks again!

Best,

Kathi

kathiwaury avatar Jul 31 '24 13:07 kathiwaury

Thanks!

hpages avatar Aug 05 '24 01:08 hpages

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

Thank you for contributing to Bioconductor!

Reviewers for Bioconductor packages are volunteers from the Bioconductor community. If you are interested in becoming a Bioconductor package reviewer, please see Reviewers Expectations.

bioc-issue-bot avatar Aug 05 '24 01:08 bioc-issue-bot

The default branch of your GitHub repository has been added to Bioconductor's git repository as branch devel.

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

https://bioconductor.org/packages/immunogenViewer

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.

lshep avatar Aug 05 '24 14:08 lshep