Closed tiagochst closed 7 years ago
Hi @tiagochst,
Starting build on additional package https://github.com/BioinformaticsFMRP/TCGAWorkflowExampleData.
IMPORTANT: Please read the instructions for setting up a push hook on your repository, or further changes to your additional package repository will NOT trigger a new build.
The DESCRIPTION file of this additional package is:
Package: TCGAWorkflowExampleData
Title: Example data for TCGA Workflow
Version: 0.99.0
Date: 2017-01-31
Author: Tiago Chedraoui Silva <tiagochst@usp.br>
Maintainer: Tiago Chedraoui Silva <tiagochst@usp.br>
Description: An small dataset that can be used to run examples from the TCGAWorkflow vignette
Depends:
R (>= 3.4.0)
Imports: SummarizedExperiment
License: GPL-3
VignetteBuilder: knitr
biocViews: ExperimentData, Homo_sapiens_Data, MicroarrayData
NeedsCompilation: no
URL: https://f1000research.com/articles/5-1542/v2
BugReports: https://github.com/BioinformaticsFMRP/TCGAWorkflow/issues
RoxygenNote: 5.0.1
Suggests:
knitr,
rmarkdown,
pander
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 following build report for more details:
http://bioconductor.org/spb_reports/TCGAWorkflowExampleData_buildreport_20170131211551.html
Received a valid push; starting a build. Commits are:
85b8e50 Version bump
Received a valid push; starting a build. Commits are:
95bb12b import SummarizedExperiment
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 following build report for more details:
http://bioconductor.org/spb_reports/TCGAWorkflowExampleData_buildreport_20170131212728.html
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 following build report for more details:
http://bioconductor.org/spb_reports/TCGAWorkflow_buildreport_20170131220621.html
Received a valid push; starting a build. Commits are:
9165c54 Fixing example
Received a valid push; starting a build. Commits are:
676376a Removing warnings
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 following build report for more details:
http://bioconductor.org/spb_reports/TCGAWorkflow_buildreport_20170201030923.html
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, 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 following build report for more details:
http://bioconductor.org/spb_reports/TCGAWorkflow_buildreport_20170201031301.html
Received a valid push; starting a build. Commits are:
e87a126 Adding mutation data into the experimental package
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 following build report for more details:
http://bioconductor.org/spb_reports/TCGAWorkflowExampleData_buildreport_20170201131704.html
Review of data package:
Here is an example of a complete man page for a data set:
> library(pasillaBamSubset)
> ?pasillaBamSubset
Note how the name of the data package brings you to one page that lists all data sets - very easy to find.
Valerie
You've done a great job with the vignette in the data package. You could reference users to that on the man page(s) with browseVignettes("TCGAWorkflowData"). The man pages still need a mention of what I outlined above but the bulk of the detail re: creating the datasets can be in the vignette.
AdditionalPackage: https://github.com/BioinformaticsFMRP/TCGAWorkflowData
Hi @tiagochst,
Starting build on additional package https://github.com/BioinformaticsFMRP/TCGAWorkflowData.
IMPORTANT: Please read the instructions for setting up a push hook on your repository, or further changes to your additional package repository will NOT trigger a new build.
The DESCRIPTION file of this additional package is:
Package: TCGAWorkflowData
Title: Data for TCGA Workflow
Version: 0.99.3
Author: Tiago Chedraoui Silva <tiagochst@usp.br>
Maintainer: Tiago Chedraoui Silva <tiagochst@usp.br>
Description:
This experimental data package has the data necessary to follow the
TCGA Workflow: Analyze cancer genomics and epigenomics data using Bioconductor packages.
It contains the following files:
- GBMnocnvhg19: segmented CNV from SNP array (Affymetrix Genome-Wide Human SNP Array
6.0) for 20 Glioblastoma multiforme (GBM) samples.
- GBMIllumina_HiSeq: a matrix with raw expression signal for expression of a gene for
20 GBM (Glioblastoma multiforme) samples
- LGGIllumina_HiSeq: a matrix with raw expression signal for expression of a gene for
20 LGG (Lower grade glioma) samples
- met.20.samples.GBM.LGG.chr9: DNA methylation matrix from Infinium HumanMethylation450 platform
for 10 LGG (Lower grade glioma) and 10 GBM (Glioblastoma multiforme).
It has only probes in chromossome 9 in order to make the example of the workflow faster
- elmer.example: Contains a DNA methylation matrix (only probes in chromossome 9) and a gene expression matrix for
10 LGG (Lower grade glioma) and 10 GBM (Glioblastoma multiforme) in the required format
for to execute the R/Bioconductor ELMER package analysis and a vector
identifying which sample belongs to each tumor type.
- maf_mutect2_LGG_GBM: Mutation annotation files for LGG (Lower grade glioma) and GBM (Glioblastoma multiforme)
samples merged into a single matrix. The GDC Somatic Mutation Calling Workflow mutect2 was used to create this MAF files.
- markersMatrix: Probes meta file from broadinstitute website for Copy Number Variation Analysis (CNV) analysis
For more information how to create these objects please read the vignette of this package
(You can open it with browseVignettes("TCGAWorkflowData")))
Depends:
R (>= 3.4.0)
Imports: SummarizedExperiment
License: GPL-3
VignetteBuilder: knitr
biocViews: ExperimentData, Homo_sapiens_Data, MicroarrayData
NeedsCompilation: no
URL: https://f1000research.com/articles/5-1542/v2
BugReports: https://github.com/BioinformaticsFMRP/TCGAWorkflow/issues
RoxygenNote: 5.0.1
Suggests:
knitr,
rmarkdown,
pander
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 following build report for more details:
http://bioconductor.org/spb_reports/TCGAWorkflowData_buildreport_20170201144035.html
Received a valid push; starting a build. Commits are:
eaf36bf Fixing experimental data package
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 following build report for more details:
http://bioconductor.org/spb_reports/TCGAWorkflowData_buildreport_20170201145306.html
Received a valid push; starting a build. Commits are:
9213c08 Rename experimental data package in workflow
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 following build report for more details:
http://bioconductor.org/spb_reports/TCGAWorkflow_buildreport_20170201151434.html
Received a valid push; starting a build. Commits are:
510a147 Bugfix
Received a valid push; starting a build. Commits are:
cb4e6ce Improving speed
Hi @vobencha, just one question. The workflows accepts any type of Rmd? I was thinking to update it to use DT package to shows some tables. Like here: http://bioinformaticsfmrp.github.io/TCGAbiolinks/query.html
Received a valid push; starting a build. Commits are:
68fd983 Fixing RTCGAtoolbox part as pointed by reviewer.
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 following build report for more details:
http://bioconductor.org/spb_reports/TCGAWorkflow_buildreport_20170206153702.html
Received a valid push; starting a build. Commits are:
6f37232 Typo fix
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 following build report for more details:
http://bioconductor.org/spb_reports/TCGAWorkflow_buildreport_20170206154901.html
Received a valid push; starting a build. Commits are:
e5050c7 bug fix
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 following build report for more details:
http://bioconductor.org/spb_reports/TCGAWorkflow_buildreport_20170206160841.html
Received a valid push; starting a build. Commits are:
ef6dd68 Update DESCRIPTION
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 following build report for more details:
http://bioconductor.org/spb_reports/TCGAWorkflow_buildreport_20170206164728.html
Received a valid push; starting a build. Commits are:
f844267 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 following build report for more details:
http://bioconductor.org/spb_reports/TCGAWorkflow_buildreport_20170208150807.html
Received a valid push; starting a build. Commits are:
691678e Removing devopy
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 following build report for more details:
http://bioconductor.org/spb_reports/TCGAWorkflow_buildreport_20170208172425.html
Received a valid push; starting a build. Commits are:
1a91f2d Fixing windows problem
Received a valid push; starting a build. Commits are:
6986a4b Fixing windows?
Received a valid push; starting a build. Commits are:
a312644 Restarting 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 following build report for more details:
http://bioconductor.org/spb_reports/TCGAWorkflow_buildreport_20170209142634.html
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, TIMEOUT, 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 following build report for more details:
http://bioconductor.org/spb_reports/TCGAWorkflow_buildreport_20170213103300.html
Received a valid push; starting a build. Commits are:
7f03692 Still time out?
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, TIMEOUT, 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 following build report for more details:
http://bioconductor.org/spb_reports/TCGAWorkflow_buildreport_20170219204937.html
Not sure where we are on this. When you're ready for me to take another look mention me @vobencha. Valerie
Hi, sure. I'm working on other projects right now. I should be back on this next week. Once I fix the problems I'll mention you. I have just one question. One of the problems is timeout ( TIMEOUT: R CMD build exceeded 10mins). This limit is new for workflows?
Received a valid push; starting a build. Commits are:
c991272 Split vignette into different files
Received a valid push; starting a build. Commits are:
c991272 Split vignette into different files
Received a valid push; starting a build. Commits are:
150d09b Fixing DLL errors
Received a valid push; starting a build. Commits are:
e57e22e version bump
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.