Bioconductor / Contributions

Contribute Packages to Bioconductor
135 stars 33 forks source link

appreci8R #789

Closed sandmanns closed 6 years ago

sandmanns 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

Hi @sandmanns

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: appreci8R
Type: Package
Title: appreci8R: an R/Bioconductor package for filtering SNVs and short indels with high sensitivity and high PPV 
Version: 0.99.0
Author: Sarah Sandmann
Maintainer: Sarah Sandmann <sarah.sandmann@uni-muenster.de>
Description: The appreci8R is an R version of our appreci8-algorithm - A Pipeline for
    PREcise variant Calling Integrating 8 tools. Variant calling results of our 
    standard appreci8-tools (GATK, Platypus, VarScan, FreeBayes, LoFreq, SNVer,
    samtools and VarDict), as well as up to 5 additional tools is combined, evaluated
    and filtered.
License: LGPL-3
Encoding: UTF-8
LazyData: true
Imports: shiny, shinyjs, DT, VariantAnnotation, BSgenome, BSgenome.Hsapiens.UCSC.hg19, TxDb.Hsapiens.UCSC.hg19.knownGene, Homo.sapiens, SNPlocs.Hsapiens.dbSNP144.GRCh37, XtraSNPlocs.Hsapiens.dbSNP144.GRCh37, rsnps, Biostrings, MafDb.1Kgenomes.phase3.hs37d5, MafDb.ExAC.r1.0.hs37d5, MafDb.ESP6500SI.V2.SSA137.hs37d5, MafDb.gnomADex.r2.0.1.hs37d5, COSMIC.67, rentrez, PolyPhen.Hsapiens.dbSNP131, SIFT.Hsapiens.dbSNP137, seqinr, openxlsx, Rsamtools, stringr, utils, stats, GenomicRanges, S4Vectors, GenomicFeatures, IRanges, VariantFiltering, SummarizedExperiment
Suggests: GO.db, org.Hs.eg.db
biocViews: VariantDetection, GeneticVariability, SNP, VariantAnnotation, Sequencing, 
RoxygenNote: 6.0.1
bioc-issue-bot commented 6 years ago

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

IMPORTANT: Please read the instructions for setting up a push hook on your repository, or further changes to your repository will NOT trigger a new build.

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.

bioc-issue-bot commented 6 years ago

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

1fcc48a 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.

bioc-issue-bot commented 6 years ago

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

ae473ff updated mafByOverlap

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: "WARNINGS, 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.

bioc-issue-bot commented 6 years ago

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

db4a8f3 remove system files

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: "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.

bioc-issue-bot commented 6 years ago

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

56bb87a simplify examples

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: "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.

sandmanns commented 6 years ago

The appreci8R imports quite some other R-packages. I think, this is why the installation takes a while and why the R CMD check exceeds the limit of 5 minutes in case of Windows (on Linux and OS X it seems to be faster). I already minimized the examples. And actually, I do not know what to do in addition to speed up the "check". Do you have any ideas on what I could do to speed it up? Or would you maybe review the appreci8R despite this remaining Warning...? :-) Thanks a lot in advance!

lshep commented 6 years ago

Since this check is clear on MAC and Linux I will review the package and ignore this WARNING. I will have a technical review in a few days.

sandmanns commented 6 years ago

Cool! Thank you so much! I am looking forward to it!

lshep commented 6 years ago

Hello, Very nice package. Please see the following comments:

Build Report

Data

Vignette

filterTarget function

General Objects reporting genomic positioning should be converted to a GenomicRanges or GRangesList from the GenomicRanges package. This is a very common and consistent representation throughtout Bioconductor. This is true for all the input and output of your functions (rather than data.frames or lists of data.frames). The other option would be the VariantAnnotation representation for vcf like a CollapsedVCF

Please address or comment on the above issue. When ready please perform another version bump and comment back here for a re-review. Cheers Lori

bioc-issue-bot commented 6 years ago

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

efdf221 address reviewer 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: "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.

sandmanns commented 6 years ago

Dear Lori,

Thanks a lot for your very quick feedback! These are my comments on the points you mentioned:

Build Report

Data

Vignette

filterTarget function

General

The WARNING was again just on Windows, because it took 5 minutes and 8 seconds... :-)

Best, Sarah

lshep commented 6 years ago

Thank you for providing justification for the above implementation and thank you for converting to GenomicRanges for the majority of the output. The package looks good and I will allow the few exceptions to the build report.

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 posed to this issue in the next several days.

Thank you for contributing to Bioconductor!

sandmanns commented 6 years ago

Thank you so much for this great, quick review! Just let me know in case there is anything left I can do.

Looking forward to seeing the appreci8R on Bioconductor :-)

Best, Sarah

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

https://bioconductor.org/packages/appreci8R

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.