Closed sandmanns closed 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
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.
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.
Received a valid push; starting a build. Commits are:
1fcc48a version bump
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.
Received a valid push; starting a build. Commits are:
ae473ff updated mafByOverlap
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.
Received a valid push; starting a build. Commits are:
db4a8f3 remove system files
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.
Received a valid push; starting a build. Commits are:
56bb87a simplify examples
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.
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!
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.
Cool! Thank you so much! I am looking forward to it!
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
Received a valid push; starting a build. Commits are:
efdf221 address reviewer comments
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.
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
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.
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!
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
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:
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.
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]'
[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 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.
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.