methylKit 1.0.0 Altuna Akalin
Snapshot Date: 2017-04-14 17:17:13 -0400 (Fri, 14 Apr 2017) | URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_4/madman/Rpacks/methylKit | Last Changed Rev: 122710 / Revision: 128728 | Last Changed Date: 2016-10-17 14:45:06 -0400 (Mon, 17 Oct 2016) |
| malbec1 | Linux (Ubuntu 16.04.1 LTS) / x86_64 | NotNeeded | OK | OK | | |
tokay1 | Windows Server 2012 R2 Standard / x64 | NotNeeded | OK | [ OK ] | OK | |
morelia | Mac OS X Mavericks (10.9.5) / x86_64 | NotNeeded | OK | OK | OK | |
install for i386
* installing *source* package 'methylKit' ...
** libs
C:/Rtools/mingw_32/bin/g++ -std=c++0x -I"C:/Users/BIOCBU˜1/BBS-3˜1.4-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.4-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.4-bioc/R/library/Rhtslib/include" -I"C:/Users/biocbuild/bbs-3.4-bioc/R/library/zlibbioc/include" -I"C:/local323/include" -O2 -Wall -mtune=core2 -c RcppExports.cpp -o RcppExports.o
C:/Rtools/mingw_32/bin/g++ -std=c++0x -I"C:/Users/BIOCBU˜1/BBS-3˜1.4-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.4-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.4-bioc/R/library/Rhtslib/include" -I"C:/Users/biocbuild/bbs-3.4-bioc/R/library/zlibbioc/include" -I"C:/local323/include" -O2 -Wall -mtune=core2 -c methCall.cpp -o methCall.o
methCall.cpp: In function 'void processCigar(std::string, std::string&, std::string&)':
methCall.cpp:492:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=0;i < insPos.size();i++){
^
methCall.cpp: In function 'int process_sam(std::istream*, std::string&, std::string&, std::string&, int&, int&, int&, int, int)':
methCall.cpp:633:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for( int i=0; i < quals.length(); i++)
^
methCall.cpp: In function 'int process_bam(std::string&, std::string&, std::string&, std::string&, int&, int&, int&, int)':
methCall.cpp:809:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (i = 1; i < len_cigar; i++ ) {
^
methCall.cpp:898:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for( int i=0; i < quals.length(); i++)
^
methCall.cpp: In function 'int process_single_bismark(std::istream*, std::string&, std::string&, std::string&, int&, int&, int&)':
methCall.cpp:1075:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for( int i=0; i < quals.length(); i++)
^
methCall.cpp:1079:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if( ( (gbases[i] == 'C') && (i==quals.length()) ) && ( gbases.substr(i-1,4) == "CCGG" ) ) { continue;}
^
methCall.cpp: In function 'int process_sam(std::istream*, std::string&, std::string&, std::string&, int&, int&, int&, int, int)':
methCall.cpp:637:7: warning: 'strand' may be used uninitialized in this function [-Wmaybe-uninitialized]
if( strand == '+') { key = "F|"+ chr+"|"+std::to_string(static_cast<long long>(start+i)); }
^
methCall.cpp:651:84: warning: 'CHGout' may be used uninitialized in this function [-Wmaybe-uninitialized]
if(CHGstatus) { processCHmethHash(CHGmethHash,CHGout,mincov); std::fclose(CHGout); }
^
methCall.cpp:650:84: warning: 'CHHout' may be used uninitialized in this function [-Wmaybe-uninitialized]
if(CHHstatus) { processCHmethHash(CHHmethHash,CHHout,mincov); std::fclose(CHHout); }
^
methCall.cpp:649: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::string&, std::string&, std::string&, std::string&, int&, int&, int&, int)':
methCall.cpp:902:7: warning: 'strand' may be used uninitialized in this function [-Wmaybe-uninitialized]
if( strand == '+') { key = "F|"+ chr+"|"+std::to_string(static_cast<long long>(start+i)); }
^
methCall.cpp:916:84: warning: 'CHGout' may be used uninitialized in this function [-Wmaybe-uninitialized]
if(CHGstatus) { processCHmethHash(CHGmethHash,CHGout,mincov); std::fclose(CHGout); }
^
methCall.cpp:915:84: warning: 'CHHout' may be used uninitialized in this function [-Wmaybe-uninitialized]
if(CHHstatus) { processCHmethHash(CHHmethHash,CHHout,mincov); std::fclose(CHHout); }
^
methCall.cpp:914: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::string&, std::string&, std::string&, int&, int&, int&)':
methCall.cpp:1097:84: warning: 'CHGout' may be used uninitialized in this function [-Wmaybe-uninitialized]
if(CHGstatus) { processCHmethHash(CHGmethHash,CHGout,mincov); std::fclose(CHGout); }
^
methCall.cpp:1096:84: warning: 'CHHout' may be used uninitialized in this function [-Wmaybe-uninitialized]
if(CHHstatus) { processCHmethHash(CHHmethHash,CHHout,mincov); std::fclose(CHHout); }
^
methCall.cpp:1095:81: warning: 'out' may be used uninitialized in this function [-Wmaybe-uninitialized]
if(CpGstatus) { processCGmethHash(CGmethHash,out,mincov); std::fclose(out); }
^
C:/Rtools/mingw_32/bin/g++ -shared -s -static-libgcc -o methylKit.dll tmp.def RcppExports.o methCall.o -LC:/Users/biocbuild/bbs-3.4-bioc/R/library/Rhtslib/lib/i386 -lhts -lz -pthread -lws2_32 -LC:/local323/lib/i386 -LC:/local323/lib -LC:/Users/BIOCBU˜1/BBS-3˜1.4-B/R/bin/i386 -lR
installing to C:/Users/biocbuild/bbs-3.4-bioc/meat/methylKit.buildbin-libdir/methylKit/libs/i386
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
install for x64
* installing *source* package 'methylKit' ...
** libs
C:/Rtools/mingw_64/bin/g++ -std=c++0x -I"C:/Users/BIOCBU˜1/BBS-3˜1.4-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.4-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.4-bioc/R/library/Rhtslib/include" -I"C:/Users/biocbuild/bbs-3.4-bioc/R/library/zlibbioc/include" -I"C:/local323/include" -O2 -Wall -mtune=core2 -c RcppExports.cpp -o RcppExports.o
C:/Rtools/mingw_64/bin/g++ -std=c++0x -I"C:/Users/BIOCBU˜1/BBS-3˜1.4-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.4-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.4-bioc/R/library/Rhtslib/include" -I"C:/Users/biocbuild/bbs-3.4-bioc/R/library/zlibbioc/include" -I"C:/local323/include" -O2 -Wall -mtune=core2 -c methCall.cpp -o methCall.o
methCall.cpp: In function 'void processCigar(std::string, std::string&, std::string&)':
methCall.cpp:492:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=0;i < insPos.size();i++){
^
methCall.cpp: In function 'int process_sam(std::istream*, std::string&, std::string&, std::string&, int&, int&, int&, int, int)':
methCall.cpp:633:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for( int i=0; i < quals.length(); i++)
^
methCall.cpp: In function 'int process_bam(std::string&, std::string&, std::string&, std::string&, int&, int&, int&, int)':
methCall.cpp:809:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (i = 1; i < len_cigar; i++ ) {
^
methCall.cpp:898:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for( int i=0; i < quals.length(); i++)
^
methCall.cpp: In function 'int process_single_bismark(std::istream*, std::string&, std::string&, std::string&, int&, int&, int&)':
methCall.cpp:1075:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for( int i=0; i < quals.length(); i++)
^
methCall.cpp:1079:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if( ( (gbases[i] == 'C') && (i==quals.length()) ) && ( gbases.substr(i-1,4) == "CCGG" ) ) { continue;}
^
methCall.cpp: In function 'int process_sam(std::istream*, std::string&, std::string&, std::string&, int&, int&, int&, int, int)':
methCall.cpp:637:7: warning: 'strand' may be used uninitialized in this function [-Wmaybe-uninitialized]
if( strand == '+') { key = "F|"+ chr+"|"+std::to_string(static_cast<long long>(start+i)); }
^
methCall.cpp:651:84: warning: 'CHGout' may be used uninitialized in this function [-Wmaybe-uninitialized]
if(CHGstatus) { processCHmethHash(CHGmethHash,CHGout,mincov); std::fclose(CHGout); }
^
methCall.cpp:650:84: warning: 'CHHout' may be used uninitialized in this function [-Wmaybe-uninitialized]
if(CHHstatus) { processCHmethHash(CHHmethHash,CHHout,mincov); std::fclose(CHHout); }
^
methCall.cpp:649: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::string&, std::string&, std::string&, std::string&, int&, int&, int&, int)':
methCall.cpp:902:7: warning: 'strand' may be used uninitialized in this function [-Wmaybe-uninitialized]
if( strand == '+') { key = "F|"+ chr+"|"+std::to_string(static_cast<long long>(start+i)); }
^
methCall.cpp:916:84: warning: 'CHGout' may be used uninitialized in this function [-Wmaybe-uninitialized]
if(CHGstatus) { processCHmethHash(CHGmethHash,CHGout,mincov); std::fclose(CHGout); }
^
methCall.cpp:915:84: warning: 'CHHout' may be used uninitialized in this function [-Wmaybe-uninitialized]
if(CHHstatus) { processCHmethHash(CHHmethHash,CHHout,mincov); std::fclose(CHHout); }
^
methCall.cpp:914: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::string&, std::string&, std::string&, int&, int&, int&)':
methCall.cpp:1097:84: warning: 'CHGout' may be used uninitialized in this function [-Wmaybe-uninitialized]
if(CHGstatus) { processCHmethHash(CHGmethHash,CHGout,mincov); std::fclose(CHGout); }
^
methCall.cpp:1096:84: warning: 'CHHout' may be used uninitialized in this function [-Wmaybe-uninitialized]
if(CHHstatus) { processCHmethHash(CHHmethHash,CHHout,mincov); std::fclose(CHHout); }
^
methCall.cpp:1095:81: warning: 'out' may be used uninitialized in this function [-Wmaybe-uninitialized]
if(CpGstatus) { processCGmethHash(CGmethHash,out,mincov); std::fclose(out); }
^
C:/Rtools/mingw_64/bin/g++ -shared -s -static-libgcc -o methylKit.dll tmp.def RcppExports.o methCall.o -LC:/Users/biocbuild/bbs-3.4-bioc/R/library/Rhtslib/lib/x64 -lhts -lz -pthread -lws2_32 -LC:/local323/lib/x64 -LC:/local323/lib -LC:/Users/BIOCBU˜1/BBS-3˜1.4-B/R/bin/x64 -lR
installing to C:/Users/biocbuild/bbs-3.4-bioc/meat/methylKit.buildbin-libdir/methylKit/libs/x64
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'methylKit' as methylKit_1.0.0.zip
* DONE (methylKit)