CHECK report for methylKit on malbec1
This page was generated on 2019-04-16 11:52:13 -0400 (Tue, 16 Apr 2019).
methylKit 1.8.1 Altuna Akalin , Alexander Gosdschan
Snapshot Date: 2019-04-15 17:01:12 -0400 (Mon, 15 Apr 2019) |
URL: https://git.bioconductor.org/packages/methylKit |
Branch: RELEASE_3_8 |
Last Commit: a1e00fc |
Last Changed Date: 2018-12-11 05:41:18 -0400 (Tue, 11 Dec 2018) |
| malbec1 | Linux (Ubuntu 16.04.6 LTS) / x86_64 | OK | OK | [ OK ] | | |
merida1 | OS X 10.11.6 El Capitan / x86_64 | OK | OK | OK | OK | |
Summary
Command output
Installation output
methylKit.Rcheck/00install.out
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.8-bioc/R/bin/R CMD INSTALL methylKit
###
##############################################################################
##############################################################################
* installing to library ‘/home/biocbuild/bbs-3.8-bioc/R/library’
* installing *source* package ‘methylKit’ ...
** libs
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.8-bioc/R/include" -DNDEBUG -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rhtslib/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/zlibbioc/include" -I/usr/local/include -fpic -g -O2 -Wall -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.8-bioc/R/include" -DNDEBUG -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rhtslib/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/zlibbioc/include" -I/usr/local/include -fpic -g -O2 -Wall -c methCall.cpp -o methCall.o
methCall.cpp: In function ‘int process_sam(std::istream*, std::__cxx11::string&, std::__cxx11::string&, std::__cxx11::string&, int&, int&, int&, int, int)’:
methCall.cpp:708:84: warning: ‘CHGout’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if(CHGstatus) { processCHmethHash(CHGmethHash,CHGout,mincov); std::fclose(CHGout); }
^
methCall.cpp:707:84: warning: ‘CHHout’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if(CHHstatus) { processCHmethHash(CHHmethHash,CHHout,mincov); std::fclose(CHHout); }
^
methCall.cpp:706:81: warning: ‘out’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if(CpGstatus) { processCGmethHash(CGmethHash,out,mincov); std::fclose(out); }
^
methCall.cpp: In function ‘int process_bam(std::__cxx11::string&, std::__cxx11::string&, std::__cxx11::string&, std::__cxx11::string&, int&, int&, int&, int)’:
methCall.cpp:1027:84: warning: ‘CHGout’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if(CHGstatus) { processCHmethHash(CHGmethHash,CHGout,mincov); std::fclose(CHGout); }
^
methCall.cpp:1026:84: warning: ‘CHHout’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if(CHHstatus) { processCHmethHash(CHHmethHash,CHHout,mincov); std::fclose(CHHout); }
^
methCall.cpp:1025:81: warning: ‘out’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if(CpGstatus) { processCGmethHash(CGmethHash,out,mincov); std::fclose(out); }
^
methCall.cpp: In function ‘int process_single_bismark(std::istream*, std::__cxx11::string&, std::__cxx11::string&, std::__cxx11::string&, int&, int&, int&)’:
methCall.cpp:1254:84: warning: ‘CHGout’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if(CHGstatus) { processCHmethHash(CHGmethHash,CHGout,mincov); std::fclose(CHGout); }
^
methCall.cpp:1253:84: warning: ‘CHHout’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if(CHHstatus) { processCHmethHash(CHHmethHash,CHHout,mincov); std::fclose(CHHout); }
^
methCall.cpp:1252:81: warning: ‘out’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if(CpGstatus) { processCGmethHash(CGmethHash,out,mincov); std::fclose(out); }
^
g++ -std=gnu++11 -shared -L/home/biocbuild/bbs-3.8-bioc/R/lib -L/usr/local/lib -o methylKit.so RcppExports.o methCall.o -L/home/biocbuild/bbs-3.8-bioc/R/library/Rhtslib/usrlib -Wl,-rpath,/home/biocbuild/bbs-3.8-bioc/R/library/Rhtslib/usrlib -lhts -lz -lm -lbz2 -llzma -lpthread -L/home/biocbuild/bbs-3.8-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.8-bioc/R/library/methylKit/libs
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (methylKit)
Tests output
methylKit.Rcheck/tests/testthat.Rout
R version 3.5.3 (2019-03-11) -- "Great Truth"
Copyright (C) 2019 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> library(testthat)
> library(methylKit)
Loading required package: GenomicRanges
Loading required package: stats4
Loading required package: BiocGenerics
Loading required package: parallel
Attaching package: 'BiocGenerics'
The following objects are masked from 'package:parallel':
clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
clusterExport, clusterMap, parApply, parCapply, parLapply,
parLapplyLB, parRapply, parSapply, parSapplyLB
The following objects are masked from 'package:stats':
IQR, mad, sd, var, xtabs
The following objects are masked from 'package:base':
Filter, Find, Map, Position, Reduce, anyDuplicated, append,
as.data.frame, basename, cbind, colMeans, colSums, colnames,
dirname, do.call, duplicated, eval, evalq, get, grep, grepl,
intersect, is.unsorted, lapply, lengths, mapply, match, mget,
order, paste, pmax, pmax.int, pmin, pmin.int, rank, rbind,
rowMeans, rowSums, rownames, sapply, setdiff, sort, table, tapply,
union, unique, unsplit, which, which.max, which.min
Loading required package: S4Vectors
Attaching package: 'S4Vectors'
The following object is masked from 'package:base':
expand.grid
Loading required package: IRanges
Loading required package: GenomeInfoDb
>
>
>
> test_check("methylKit")
Trying to process:
/home/biocbuild/bbs-3.8-bioc/R/library/methylKit/extdata/test.fastq_bismark.unsorted.min.sam
using htslib.
Failed to read header, falling back.
Trying to process:
/home/biocbuild/bbs-3.8-bioc/R/library/methylKit/extdata/test.fastq_bismark.unsorted.min.sam
paired sam.
Trying to process:
/home/biocbuild/bbs-3.8-bioc/R/library/methylKit/extdata/test.fastq_bismark.unsorted_chr.min.sam
using htslib.
Failed to read header, falling back.
Trying to process:
/home/biocbuild/bbs-3.8-bioc/R/library/methylKit/extdata/test.fastq_bismark.unsorted_chr.min.sam
paired sam.
Trying to process:
/home/biocbuild/bbs-3.8-bioc/R/library/methylKit/extdata/test.bismark_single_end.sorted.bam
using htslib.
Conversion Statistics:
total otherC considered (>95% C+T): 20
average conversion rate = 95.184207585947
total otherC considered (Forward) (>95% C+T): 8
average conversion rate (Forward) = 97.528594771242
total otherC considered (Reverse) (>95% C+T): 12
average conversion rate (Reverse) = 93.62128279575
Done.
Reading methylation percentage per base for sample: test1
Trying to process:
/home/biocbuild/bbs-3.8-bioc/R/library/methylKit/extdata/ctrl.bismark_paired_end.sorted.bam
using htslib.
Conversion Statistics:
total otherC considered (>95% C+T): 4
average conversion rate = 100
total otherC considered (Forward) (>95% C+T): 4
average conversion rate (Forward) = 100
total otherC considered (Reverse) (>95% C+T): 0
average conversion rate (Reverse) = 0
Done.
Reading methylation percentage per base for sample: ctrl1
Trying to process:
/home/biocbuild/bbs-3.8-bioc/R/library/methylKit/extdata/test.fastq_bismark.sorted.min.sam
using htslib.
Failed to read header, falling back.
Trying to process:
/home/biocbuild/bbs-3.8-bioc/R/library/methylKit/extdata/test.fastq_bismark.sorted.min.sam
paired sam.
Conversion Statistics:
total otherC considered (>95% C+T): 10
average conversion rate = 100
total otherC considered (Forward) (>95% C+T): 10
average conversion rate (Forward) = 100
total otherC considered (Reverse) (>95% C+T): 0
average conversion rate (Reverse) = 0
Done.
Reading methylation percentage per base for sample: test1
Trying to process:
/home/biocbuild/bbs-3.8-bioc/R/library/methylKit/extdata/test.fastq_bismark.sorted.min.sam
using htslib.
Failed to read header, falling back.
Trying to process:
/home/biocbuild/bbs-3.8-bioc/R/library/methylKit/extdata/test.fastq_bismark.sorted.min.sam
paired sam.
Conversion Statistics:
total otherC considered (>95% C+T): 10
average conversion rate = 100
total otherC considered (Forward) (>95% C+T): 10
average conversion rate (Forward) = 100
total otherC considered (Reverse) (>95% C+T): 0
average conversion rate (Reverse) = 0
Done.
Reading methylation percentage per base for sample: test1
Trying to process:
/home/biocbuild/bbs-3.8-bioc/R/library/methylKit/extdata/test.fastq_bismark.sorted.min.sam
using htslib.
Failed to read header, falling back.
Trying to process:
/home/biocbuild/bbs-3.8-bioc/R/library/methylKit/extdata/test.fastq_bismark.sorted.min.sam
paired sam.
Conversion Statistics:
total otherC considered (>95% C+T): 10
average conversion rate = 100
total otherC considered (Forward) (>95% C+T): 10
average conversion rate (Forward) = 100
total otherC considered (Reverse) (>95% C+T): 0
average conversion rate (Reverse) = 0
Done.
Reading methylation percentage per base for sample: test1
Trying to process:
/home/biocbuild/bbs-3.8-bioc/R/library/methylKit/extdata/test.fastq_bismark.sorted.min.sam
using htslib.
Failed to read header, falling back.
Trying to process:
/home/biocbuild/bbs-3.8-bioc/R/library/methylKit/extdata/test.fastq_bismark.sorted.min.sam
paired sam.
Conversion Statistics:
total otherC considered (>95% C+T): 10
average conversion rate = 100
total otherC considered (Forward) (>95% C+T): 10
average conversion rate (Forward) = 100
total otherC considered (Reverse) (>95% C+T): 0
average conversion rate (Reverse) = 0
Done.
Reading methylation percentage per base for sample: test1
Trying to process:
/home/biocbuild/bbs-3.8-bioc/R/library/methylKit/extdata/test.fastq_bismark.sorted.min.sam
using htslib.
Failed to read header, falling back.
Trying to process:
/home/biocbuild/bbs-3.8-bioc/R/library/methylKit/extdata/test.fastq_bismark.sorted.min.sam
paired sam.
Conversion Statistics:
total otherC considered (>95% C+T): 10
average conversion rate = 100
total otherC considered (Forward) (>95% C+T): 10
average conversion rate (Forward) = 100
total otherC considered (Reverse) (>95% C+T): 0
average conversion rate (Reverse) = 0
Done.
Reading methylation percentage per base for sample: test1
Trying to process:
/home/biocbuild/bbs-3.8-bioc/R/library/methylKit/extdata/test.fastq_bismark.sorted.min.sam
using htslib.
Failed to read header, falling back.
Trying to process:
/home/biocbuild/bbs-3.8-bioc/R/library/methylKit/extdata/test.fastq_bismark.sorted.min.sam
paired sam.
Conversion Statistics:
total otherC considered (>95% C+T): 10
average conversion rate = 100
total otherC considered (Forward) (>95% C+T): 10
average conversion rate (Forward) = 100
total otherC considered (Reverse) (>95% C+T): 0
average conversion rate (Reverse) = 0
Done.
Reading methylation percentage per base for sample: test1
Using internal DSS code...
Using internal DSS code...
══ testthat results ═══════════════════════════════════════════════════════════
OK: 438 SKIPPED: 0 FAILED: 0
>
> proc.time()
user system elapsed
186.640 1.244 98.314
Example timings
methylKit.Rcheck/methylKit-Ex.timings