CHECK report for ArrayExpressHTS on malbec2
This page was generated on 2019-02-07 11:47:44 -0500 (Thu, 07 Feb 2019).
ArrayExpressHTS 1.33.1 Angela Goncalves , Andrew Tikhonov
Snapshot Date: 2019-02-06 17:01:03 -0500 (Wed, 06 Feb 2019) |
URL: https://git.bioconductor.org/packages/ArrayExpressHTS |
Branch: master |
Last Commit: 0db10b7 |
Last Changed Date: 2019-01-04 13:08:26 -0500 (Fri, 04 Jan 2019) |
| malbec2 | Linux (Ubuntu 18.04.1 LTS) / x86_64 | OK | OK | [ OK ] | | |
tokay2 | Windows Server 2012 R2 Standard / x64 | ...NOT SUPPORTED... |
merida2 | OS X 10.11.6 El Capitan / x86_64 | OK | OK | OK | OK | |
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’ ...
** libs
gcc -I"/home/biocbuild/bbs-3.9-bioc/R/include" -DNDEBUG -D_USE_KNETFILE -DBGZF_CACHE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I"/home/biocbuild/bbs-3.9-bioc/R/library/Rsamtools/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 -D_USE_KNETFILE -DBGZF_CACHE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I"/home/biocbuild/bbs-3.9-bioc/R/library/Rsamtools/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/Rsamtools/include/samtools/bam.h:47:0,
from /home/biocbuild/bbs-3.9-bioc/R/library/Rsamtools/include/samtools/sam.h:4,
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/Rsamtools/include/samtools/bam.h:47:0,
from /home/biocbuild/bbs-3.9-bioc/R/library/Rsamtools/include/samtools/sam.h:4,
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/Rsamtools/include/samtools/bam.h:47:0,
from /home/biocbuild/bbs-3.9-bioc/R/library/Rsamtools/include/samtools/sam.h:4,
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 -D_USE_KNETFILE -DBGZF_CACHE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I"/home/biocbuild/bbs-3.9-bioc/R/library/Rsamtools/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 -D_USE_KNETFILE -DBGZF_CACHE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I"/home/biocbuild/bbs-3.9-bioc/R/library/Rsamtools/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 -D_USE_KNETFILE -DBGZF_CACHE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I"/home/biocbuild/bbs-3.9-bioc/R/library/Rsamtools/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 -D_USE_KNETFILE -DBGZF_CACHE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I"/home/biocbuild/bbs-3.9-bioc/R/library/Rsamtools/include" -I/usr/local/include -fpic -g -O2 -Wall -c hashtable_utility.c -o hashtable_utility.o
gcc -shared -L/home/biocbuild/bbs-3.9-bioc/R/lib -L/usr/local/lib -o ArrayExpressHTS.so addXS.o fltbam.o functions.o hashtable.o hashtable_itr.o hashtable_utility.o /home/biocbuild/bbs-3.9-bioc/R/library/Rsamtools/usrlib//libbam.a /home/biocbuild/bbs-3.9-bioc/R/library/Rsamtools/usrlib//libbcf.a /home/biocbuild/bbs-3.9-bioc/R/library/Rsamtools/usrlib//libtabix.a -lz -pthread -L/home/biocbuild/bbs-3.9-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.9-bioc/R/library/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
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’
Wed Feb 6 18:19:22 2019 [AEHTS] Setting Options Step 1
Wed Feb 6 18:19:22 2019 [AEHTS] Setting Options Step 2
Wed Feb 6 18:19:22 2019 [AEHTS] Setting Options Step 3
Wed Feb 6 18:19:22 2019 [AEHTS] *** WARNING ***
Wed Feb 6 18:19:22 2019 [AEHTS]
Wed Feb 6 18:19:22 2019 [AEHTS] fasta_formatter not found
Wed Feb 6 18:19:22 2019 [AEHTS]
Wed Feb 6 18:19:22 2019 [AEHTS] Use options('ArrayExpressHTS.fasta_formatter' = '/path/to/fasta_formatter') to define the location.
Wed Feb 6 18:19:22 2019 [AEHTS] Use .Rprofile to make options persistent.
Wed Feb 6 18:19:22 2019 [AEHTS]
Wed Feb 6 18:19:22 2019 [AEHTS] *** WARNING ***
Wed Feb 6 18:19:22 2019 [AEHTS]
Wed Feb 6 18:19:22 2019 [AEHTS] cufflinks not found
Wed Feb 6 18:19:22 2019 [AEHTS]
Wed Feb 6 18:19:22 2019 [AEHTS] Use options('ArrayExpressHTS.cufflinks' = '/path/to/cufflinks') to define the location.
Wed Feb 6 18:19:22 2019 [AEHTS] Use .Rprofile to make options persistent.
Wed Feb 6 18:19:22 2019 [AEHTS]
Wed Feb 6 18:19:22 2019 [AEHTS] *** WARNING ***
Wed Feb 6 18:19:22 2019 [AEHTS]
Wed Feb 6 18:19:22 2019 [AEHTS] samtools not found
Wed Feb 6 18:19:22 2019 [AEHTS]
Wed Feb 6 18:19:22 2019 [AEHTS] Use options('ArrayExpressHTS.samtools' = '/path/to/samtools') to define the location.
Wed Feb 6 18:19:22 2019 [AEHTS] Use .Rprofile to make options persistent.
Wed Feb 6 18:19:22 2019 [AEHTS]
Wed Feb 6 18:19:22 2019 [AEHTS] *** WARNING ***
Wed Feb 6 18:19:22 2019 [AEHTS]
Wed Feb 6 18:19:22 2019 [AEHTS] bwa not found
Wed Feb 6 18:19:22 2019 [AEHTS]
Wed Feb 6 18:19:22 2019 [AEHTS] Use options('ArrayExpressHTS.bwa' = '/path/to/bwa') to define the location.
Wed Feb 6 18:19:22 2019 [AEHTS] Use .Rprofile to make options persistent.
Wed Feb 6 18:19:22 2019 [AEHTS]
Wed Feb 6 18:19:22 2019 [AEHTS] *** WARNING ***
Wed Feb 6 18:19:22 2019 [AEHTS]
Wed Feb 6 18:19:22 2019 [AEHTS] mmseq not found
Wed Feb 6 18:19:22 2019 [AEHTS]
Wed Feb 6 18:19:22 2019 [AEHTS] Use options('ArrayExpressHTS.mmseq' = '/path/to/mmseq') to define the location.
Wed Feb 6 18:19:22 2019 [AEHTS] Use .Rprofile to make options persistent.
Wed Feb 6 18:19:22 2019 [AEHTS]
Wed Feb 6 18:19:22 2019 [AEHTS] *** WARNING ***
Wed Feb 6 18:19:22 2019 [AEHTS]
Wed Feb 6 18:19:22 2019 [AEHTS] bam2hits not found
Wed Feb 6 18:19:22 2019 [AEHTS]
Wed Feb 6 18:19:22 2019 [AEHTS] Use options('ArrayExpressHTS.bam2hits' = '/path/to/bam2hits') to define the location.
Wed Feb 6 18:19:22 2019 [AEHTS] Use .Rprofile to make options persistent.
Wed Feb 6 18:19:22 2019 [AEHTS]
Wed Feb 6 18:19:22 2019 [AEHTS] *** WARNING ***
Wed Feb 6 18:19:22 2019 [AEHTS]
Wed Feb 6 18:19:22 2019 [AEHTS] bowtie not found
Wed Feb 6 18:19:22 2019 [AEHTS]
Wed Feb 6 18:19:22 2019 [AEHTS] Use options('ArrayExpressHTS.bowtie' = '/path/to/bowtie') to define the location.
Wed Feb 6 18:19:22 2019 [AEHTS] Use .Rprofile to make options persistent.
Wed Feb 6 18:19:22 2019 [AEHTS]
Wed Feb 6 18:19:23 2019 [AEHTS] *** WARNING ***
Wed Feb 6 18:19:23 2019 [AEHTS]
Wed Feb 6 18:19:23 2019 [AEHTS] tophat not found
Wed Feb 6 18:19:23 2019 [AEHTS]
Wed Feb 6 18:19:23 2019 [AEHTS] Use options('ArrayExpressHTS.tophat' = '/path/to/tophat') to define the location.
Wed Feb 6 18:19:23 2019 [AEHTS] Use .Rprofile to make options persistent.
Wed Feb 6 18:19:23 2019 [AEHTS]
* DONE (ArrayExpressHTS)
Tests output
Example timings
ArrayExpressHTS.Rcheck/ArrayExpressHTS-Ex.timings