CHECK report for ArrayExpressHTS on malbec2
This page was generated on 2019-10-16 11:59:51 -0400 (Wed, 16 Oct 2019).
ArrayExpressHTS 1.34.2 Angela Goncalves , Andrew Tikhonov
Snapshot Date: 2019-10-15 17:01:26 -0400 (Tue, 15 Oct 2019) |
URL: https://git.bioconductor.org/packages/ArrayExpressHTS |
Branch: RELEASE_3_9 |
Last Commit: 7f2f1e6 |
Last Changed Date: 2019-06-25 21:04:52 -0400 (Tue, 25 Jun 2019) |
| malbec2 | Linux (Ubuntu 18.04.2 LTS) / x86_64 | OK | OK | [ WARNINGS ] | | |
tokay2 | Windows Server 2012 R2 Standard / x64 | ...NOT SUPPORTED... |
celaya2 | OS X 10.11.6 El Capitan / x86_64 | OK | OK | OK | OK | |
Summary
Command output
Installation output
ArrayExpressHTS.Rcheck/00install.out
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.9-bioc/R/bin/R CMD INSTALL ArrayExpressHTS
###
##############################################################################
##############################################################################
* installing to library ‘/home/biocbuild/bbs-3.9-bioc/R/library’
* installing *source* package ‘ArrayExpressHTS’ ...
** using staged installation
** libs
gcc -I"/home/biocbuild/bbs-3.9-bioc/R/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/home/biocbuild/bbs-3.9-bioc/R/bin/R" --vanilla --slave` -I"/home/biocbuild/bbs-3.9-bioc/R/library/Rhtslib/include" -I/usr/local/include -fpic -g -O2 -Wall -c addXS.c -o addXS.o
addXS.c: In function ‘addXS’:
addXS.c:42:5: warning: implicit declaration of function ‘Rprintf’; did you mean ‘dprintf’? [-Wimplicit-function-declaration]
Rprintf("What?\n");
^~~~~~~
dprintf
gcc -I"/home/biocbuild/bbs-3.9-bioc/R/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/home/biocbuild/bbs-3.9-bioc/R/bin/R" --vanilla --slave` -I"/home/biocbuild/bbs-3.9-bioc/R/library/Rhtslib/include" -I/usr/local/include -fpic -g -O2 -Wall -c bam_plbuf.c -o bam_plbuf.o
gcc -I"/home/biocbuild/bbs-3.9-bioc/R/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/home/biocbuild/bbs-3.9-bioc/R/bin/R" --vanilla --slave` -I"/home/biocbuild/bbs-3.9-bioc/R/library/Rhtslib/include" -I/usr/local/include -fpic -g -O2 -Wall -c fltbam.c -o fltbam.o
fltbam.c: In function ‘equalkeys’:
fltbam.c:40:19: warning: pointer targets in passing argument 1 of ‘strcmp’ differ in signedness [-Wpointer-sign]
return(strcmp(k1->str, k2->str) == 0);
^~
In file included from /home/biocbuild/bbs-3.9-bioc/R/library/Rhtslib/include/bam.h:45:0,
from /home/biocbuild/bbs-3.9-bioc/R/library/Rhtslib/include/sam.h:29,
from fltbam.c:2:
/usr/include/string.h:136:12: note: expected ‘const char *’ but argument is of type ‘unsigned char *’
extern int strcmp (const char *__s1, const char *__s2)
^~~~~~
fltbam.c:40:28: warning: pointer targets in passing argument 2 of ‘strcmp’ differ in signedness [-Wpointer-sign]
return(strcmp(k1->str, k2->str) == 0);
^~
In file included from /home/biocbuild/bbs-3.9-bioc/R/library/Rhtslib/include/bam.h:45:0,
from /home/biocbuild/bbs-3.9-bioc/R/library/Rhtslib/include/sam.h:29,
from fltbam.c:2:
/usr/include/string.h:136:12: note: expected ‘const char *’ but argument is of type ‘unsigned char *’
extern int strcmp (const char *__s1, const char *__s2)
^~~~~~
fltbam.c: In function ‘print_key’:
fltbam.c:45:5: warning: implicit declaration of function ‘Rprintf’; did you mean ‘dprintf’? [-Wimplicit-function-declaration]
Rprintf("ID: %s, %d\n", k->str, k->length);
^~~~~~~
dprintf
fltbam.c: In function ‘fltbam’:
fltbam.c:91:9: warning: implicit declaration of function ‘Rf_error’; did you mean ‘ferror’? [-Wimplicit-function-declaration]
Rf_error("Fail to open BAM file %s\n", argv[1]);
^~~~~~~~
ferror
fltbam.c:125:24: warning: pointer targets in passing argument 1 of ‘strcpy’ differ in signedness [-Wpointer-sign]
strcpy(k->str, bam1_qname(line));
^
In file included from /usr/include/features.h:424:0,
from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
from /usr/include/stdio.h:27,
from fltbam.c:1:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:88:1: note: expected ‘char * restrict’ but argument is of type ‘unsigned char *’
__NTH (strcpy (char *__restrict __dest, const char *__restrict __src))
^
fltbam.c:126:36: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]
k->length = strlen(k->str);
^
In file included from /home/biocbuild/bbs-3.9-bioc/R/library/Rhtslib/include/bam.h:45:0,
from /home/biocbuild/bbs-3.9-bioc/R/library/Rhtslib/include/sam.h:29,
from fltbam.c:2:
/usr/include/string.h:384:15: note: expected ‘const char *’ but argument is of type ‘unsigned char *’
extern size_t strlen (const char *__s)
^~~~~~
fltbam.c:96:21: warning: variable ‘kk’ set but not used [-Wunused-but-set-variable]
struct key *k, *kk;
^~
In file included from fltbam.c:4:0:
fltbam.c: At top level:
hashtable_itr.h:46:1: warning: inline function ‘hashtable_iterator_value’ declared but never defined
hashtable_iterator_value(struct hashtable_itr *i);
^~~~~~~~~~~~~~~~~~~~~~~~
hashtable_itr.h:32:1: warning: inline function ‘hashtable_iterator_key’ declared but never defined
hashtable_iterator_key(struct hashtable_itr *i);
^~~~~~~~~~~~~~~~~~~~~~
gcc -I"/home/biocbuild/bbs-3.9-bioc/R/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/home/biocbuild/bbs-3.9-bioc/R/bin/R" --vanilla --slave` -I"/home/biocbuild/bbs-3.9-bioc/R/library/Rhtslib/include" -I/usr/local/include -fpic -g -O2 -Wall -c functions.c -o functions.o
functions.c: In function ‘getReadLength’:
functions.c:29:9: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
fgets(line, sizeof(line), infile); // read first line and discard it
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
functions.c:30:9: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
fgets(line, sizeof(line), infile); // read second line and check its length
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
functions.c: In function ‘checkQuality’:
functions.c:68:13: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
fgets(line, sizeof(line), infile); // read first line and discard it
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
functions.c:69:13: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
fgets(line, sizeof(line), infile); // read second line
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
functions.c:70:13: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
fgets(line, sizeof(line), infile); // read third line
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
functions.c:71:13: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
fgets(line, sizeof(line), infile); // and forth line
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -I"/home/biocbuild/bbs-3.9-bioc/R/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/home/biocbuild/bbs-3.9-bioc/R/bin/R" --vanilla --slave` -I"/home/biocbuild/bbs-3.9-bioc/R/library/Rhtslib/include" -I/usr/local/include -fpic -g -O2 -Wall -c hashtable.c -o hashtable.o
gcc -I"/home/biocbuild/bbs-3.9-bioc/R/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/home/biocbuild/bbs-3.9-bioc/R/bin/R" --vanilla --slave` -I"/home/biocbuild/bbs-3.9-bioc/R/library/Rhtslib/include" -I/usr/local/include -fpic -g -O2 -Wall -c hashtable_itr.c -o hashtable_itr.o
gcc -I"/home/biocbuild/bbs-3.9-bioc/R/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/home/biocbuild/bbs-3.9-bioc/R/bin/R" --vanilla --slave` -I"/home/biocbuild/bbs-3.9-bioc/R/library/Rhtslib/include" -I/usr/local/include -fpic -g -O2 -Wall -c hashtable_utility.c -o hashtable_utility.o
gcc -I"/home/biocbuild/bbs-3.9-bioc/R/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/home/biocbuild/bbs-3.9-bioc/R/bin/R" --vanilla --slave` -I"/home/biocbuild/bbs-3.9-bioc/R/library/Rhtslib/include" -I/usr/local/include -fpic -g -O2 -Wall -c sam.c -o sam.o
gcc -shared -L/home/biocbuild/bbs-3.9-bioc/R/lib -L/usr/local/lib -o ArrayExpressHTS.so addXS.o bam_plbuf.o fltbam.o functions.o hashtable.o hashtable_itr.o hashtable_utility.o sam.o /home/biocbuild/bbs-3.9-bioc/R/library/Rhtslib/usrlib/libhts.a -lz -lm -lbz2 -llzma -lpthread -L/home/biocbuild/bbs-3.9-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.9-bioc/R/library/00LOCK-ArrayExpressHTS/00new/ArrayExpressHTS/libs
** R
** inst
** byte-compile and prepare package for lazy loading
No methods found in package ‘Biobase’ for request: ‘read.AnnotatedDataFrame’ when loading ‘ArrayExpressHTS’
No methods found in package ‘IRanges’ for requests: ‘Rle’, ‘subseq’ when loading ‘ArrayExpressHTS’
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
No methods found in package ‘Biobase’ for request: ‘read.AnnotatedDataFrame’ when loading ‘ArrayExpressHTS’
No methods found in package ‘IRanges’ for requests: ‘Rle’, ‘subseq’ when loading ‘ArrayExpressHTS’
Tue Oct 15 18:54:54 2019 [AEHTS] Setting Options Step 1
Tue Oct 15 18:54:54 2019 [AEHTS] Setting Options Step 2
Tue Oct 15 18:54:54 2019 [AEHTS] Setting Options Step 3
Tue Oct 15 18:54:54 2019 [AEHTS] *** WARNING ***
Tue Oct 15 18:54:54 2019 [AEHTS]
Tue Oct 15 18:54:54 2019 [AEHTS] fasta_formatter not found
Tue Oct 15 18:54:54 2019 [AEHTS]
Tue Oct 15 18:54:54 2019 [AEHTS] Use options('ArrayExpressHTS.fasta_formatter' = '/path/to/fasta_formatter') to define the location.
Tue Oct 15 18:54:54 2019 [AEHTS] Use .Rprofile to make options persistent.
Tue Oct 15 18:54:54 2019 [AEHTS]
Tue Oct 15 18:54:54 2019 [AEHTS] *** WARNING ***
Tue Oct 15 18:54:54 2019 [AEHTS]
Tue Oct 15 18:54:54 2019 [AEHTS] cufflinks not found
Tue Oct 15 18:54:54 2019 [AEHTS]
Tue Oct 15 18:54:54 2019 [AEHTS] Use options('ArrayExpressHTS.cufflinks' = '/path/to/cufflinks') to define the location.
Tue Oct 15 18:54:54 2019 [AEHTS] Use .Rprofile to make options persistent.
Tue Oct 15 18:54:54 2019 [AEHTS]
Tue Oct 15 18:54:54 2019 [AEHTS] *** WARNING ***
Tue Oct 15 18:54:54 2019 [AEHTS]
Tue Oct 15 18:54:54 2019 [AEHTS] samtools not found
Tue Oct 15 18:54:54 2019 [AEHTS]
Tue Oct 15 18:54:54 2019 [AEHTS] Use options('ArrayExpressHTS.samtools' = '/path/to/samtools') to define the location.
Tue Oct 15 18:54:54 2019 [AEHTS] Use .Rprofile to make options persistent.
Tue Oct 15 18:54:54 2019 [AEHTS]
Tue Oct 15 18:54:54 2019 [AEHTS] *** WARNING ***
Tue Oct 15 18:54:54 2019 [AEHTS]
Tue Oct 15 18:54:54 2019 [AEHTS] bwa not found
Tue Oct 15 18:54:54 2019 [AEHTS]
Tue Oct 15 18:54:54 2019 [AEHTS] Use options('ArrayExpressHTS.bwa' = '/path/to/bwa') to define the location.
Tue Oct 15 18:54:54 2019 [AEHTS] Use .Rprofile to make options persistent.
Tue Oct 15 18:54:54 2019 [AEHTS]
Tue Oct 15 18:54:54 2019 [AEHTS] *** WARNING ***
Tue Oct 15 18:54:54 2019 [AEHTS]
Tue Oct 15 18:54:54 2019 [AEHTS] mmseq not found
Tue Oct 15 18:54:54 2019 [AEHTS]
Tue Oct 15 18:54:54 2019 [AEHTS] Use options('ArrayExpressHTS.mmseq' = '/path/to/mmseq') to define the location.
Tue Oct 15 18:54:54 2019 [AEHTS] Use .Rprofile to make options persistent.
Tue Oct 15 18:54:54 2019 [AEHTS]
Tue Oct 15 18:54:54 2019 [AEHTS] *** WARNING ***
Tue Oct 15 18:54:54 2019 [AEHTS]
Tue Oct 15 18:54:54 2019 [AEHTS] bam2hits not found
Tue Oct 15 18:54:54 2019 [AEHTS]
Tue Oct 15 18:54:54 2019 [AEHTS] Use options('ArrayExpressHTS.bam2hits' = '/path/to/bam2hits') to define the location.
Tue Oct 15 18:54:54 2019 [AEHTS] Use .Rprofile to make options persistent.
Tue Oct 15 18:54:54 2019 [AEHTS]
Tue Oct 15 18:54:54 2019 [AEHTS] *** WARNING ***
Tue Oct 15 18:54:54 2019 [AEHTS]
Tue Oct 15 18:54:54 2019 [AEHTS] bowtie not found
Tue Oct 15 18:54:54 2019 [AEHTS]
Tue Oct 15 18:54:54 2019 [AEHTS] Use options('ArrayExpressHTS.bowtie' = '/path/to/bowtie') to define the location.
Tue Oct 15 18:54:54 2019 [AEHTS] Use .Rprofile to make options persistent.
Tue Oct 15 18:54:54 2019 [AEHTS]
Tue Oct 15 18:54:54 2019 [AEHTS] *** WARNING ***
Tue Oct 15 18:54:54 2019 [AEHTS]
Tue Oct 15 18:54:54 2019 [AEHTS] tophat not found
Tue Oct 15 18:54:54 2019 [AEHTS]
Tue Oct 15 18:54:54 2019 [AEHTS] Use options('ArrayExpressHTS.tophat' = '/path/to/tophat') to define the location.
Tue Oct 15 18:54:54 2019 [AEHTS] Use .Rprofile to make options persistent.
Tue Oct 15 18:54:54 2019 [AEHTS]
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
No methods found in package ‘Biobase’ for request: ‘read.AnnotatedDataFrame’ when loading ‘ArrayExpressHTS’
No methods found in package ‘IRanges’ for requests: ‘Rle’, ‘subseq’ when loading ‘ArrayExpressHTS’
Tue Oct 15 18:55:05 2019 [AEHTS] Setting Options Step 1
Tue Oct 15 18:55:05 2019 [AEHTS] Setting Options Step 2
Tue Oct 15 18:55:05 2019 [AEHTS] Setting Options Step 3
Tue Oct 15 18:55:05 2019 [AEHTS] *** WARNING ***
Tue Oct 15 18:55:05 2019 [AEHTS]
Tue Oct 15 18:55:05 2019 [AEHTS] fasta_formatter not found
Tue Oct 15 18:55:05 2019 [AEHTS]
Tue Oct 15 18:55:05 2019 [AEHTS] Use options('ArrayExpressHTS.fasta_formatter' = '/path/to/fasta_formatter') to define the location.
Tue Oct 15 18:55:05 2019 [AEHTS] Use .Rprofile to make options persistent.
Tue Oct 15 18:55:05 2019 [AEHTS]
Tue Oct 15 18:55:05 2019 [AEHTS] *** WARNING ***
Tue Oct 15 18:55:05 2019 [AEHTS]
Tue Oct 15 18:55:05 2019 [AEHTS] cufflinks not found
Tue Oct 15 18:55:05 2019 [AEHTS]
Tue Oct 15 18:55:05 2019 [AEHTS] Use options('ArrayExpressHTS.cufflinks' = '/path/to/cufflinks') to define the location.
Tue Oct 15 18:55:05 2019 [AEHTS] Use .Rprofile to make options persistent.
Tue Oct 15 18:55:05 2019 [AEHTS]
Tue Oct 15 18:55:05 2019 [AEHTS] *** WARNING ***
Tue Oct 15 18:55:05 2019 [AEHTS]
Tue Oct 15 18:55:05 2019 [AEHTS] samtools not found
Tue Oct 15 18:55:05 2019 [AEHTS]
Tue Oct 15 18:55:05 2019 [AEHTS] Use options('ArrayExpressHTS.samtools' = '/path/to/samtools') to define the location.
Tue Oct 15 18:55:05 2019 [AEHTS] Use .Rprofile to make options persistent.
Tue Oct 15 18:55:05 2019 [AEHTS]
Tue Oct 15 18:55:05 2019 [AEHTS] *** WARNING ***
Tue Oct 15 18:55:05 2019 [AEHTS]
Tue Oct 15 18:55:05 2019 [AEHTS] bwa not found
Tue Oct 15 18:55:05 2019 [AEHTS]
Tue Oct 15 18:55:05 2019 [AEHTS] Use options('ArrayExpressHTS.bwa' = '/path/to/bwa') to define the location.
Tue Oct 15 18:55:05 2019 [AEHTS] Use .Rprofile to make options persistent.
Tue Oct 15 18:55:05 2019 [AEHTS]
Tue Oct 15 18:55:05 2019 [AEHTS] *** WARNING ***
Tue Oct 15 18:55:05 2019 [AEHTS]
Tue Oct 15 18:55:05 2019 [AEHTS] mmseq not found
Tue Oct 15 18:55:05 2019 [AEHTS]
Tue Oct 15 18:55:05 2019 [AEHTS] Use options('ArrayExpressHTS.mmseq' = '/path/to/mmseq') to define the location.
Tue Oct 15 18:55:05 2019 [AEHTS] Use .Rprofile to make options persistent.
Tue Oct 15 18:55:05 2019 [AEHTS]
Tue Oct 15 18:55:05 2019 [AEHTS] *** WARNING ***
Tue Oct 15 18:55:05 2019 [AEHTS]
Tue Oct 15 18:55:05 2019 [AEHTS] bam2hits not found
Tue Oct 15 18:55:05 2019 [AEHTS]
Tue Oct 15 18:55:05 2019 [AEHTS] Use options('ArrayExpressHTS.bam2hits' = '/path/to/bam2hits') to define the location.
Tue Oct 15 18:55:05 2019 [AEHTS] Use .Rprofile to make options persistent.
Tue Oct 15 18:55:05 2019 [AEHTS]
Tue Oct 15 18:55:05 2019 [AEHTS] *** WARNING ***
Tue Oct 15 18:55:05 2019 [AEHTS]
Tue Oct 15 18:55:05 2019 [AEHTS] bowtie not found
Tue Oct 15 18:55:05 2019 [AEHTS]
Tue Oct 15 18:55:05 2019 [AEHTS] Use options('ArrayExpressHTS.bowtie' = '/path/to/bowtie') to define the location.
Tue Oct 15 18:55:05 2019 [AEHTS] Use .Rprofile to make options persistent.
Tue Oct 15 18:55:05 2019 [AEHTS]
Tue Oct 15 18:55:05 2019 [AEHTS] *** WARNING ***
Tue Oct 15 18:55:05 2019 [AEHTS]
Tue Oct 15 18:55:05 2019 [AEHTS] tophat not found
Tue Oct 15 18:55:05 2019 [AEHTS]
Tue Oct 15 18:55:05 2019 [AEHTS] Use options('ArrayExpressHTS.tophat' = '/path/to/tophat') to define the location.
Tue Oct 15 18:55:05 2019 [AEHTS] Use .Rprofile to make options persistent.
Tue Oct 15 18:55:05 2019 [AEHTS]
** testing if installed package keeps a record of temporary installation path
* DONE (ArrayExpressHTS)
Tests output
Example timings
ArrayExpressHTS.Rcheck/ArrayExpressHTS-Ex.timings