... | ... |
@@ -7,11 +7,11 @@ Description: This package implements a model of per-position sequencing |
7 | 7 |
bias in high-throughput sequencing data using a simple Bayesian |
8 | 8 |
network, the structure and parameters of which are trained on a |
9 | 9 |
set of aligned reads and a reference genome sequence. |
10 |
-Author: Daniel Jones <dcjones@cs.washington.edu> |
|
11 |
-Maintainer: Daniel Jones <dcjones@cs.washington.edu> |
|
10 |
+Author: Daniel Jones <djones3@fredhutch.org> |
|
11 |
+Maintainer: Daniel Jones <djones3@fredhutch.org> |
|
12 | 12 |
Depends: R (>= 3.0.2), GenomicRanges (>= 0.1.0), Biostrings (>= |
13 | 13 |
2.15.0), methods |
14 |
-LinkingTo: Rhtslib (>= 1.15.3) |
|
14 |
+LinkingTo: Rhtslib (>= 1.99.1), zlibbioc |
|
15 | 15 |
SystemRequirements: GNU make |
16 | 16 |
Suggests: Rsamtools, ggplot2 |
17 | 17 |
LazyLoad: yes |
... | ... |
@@ -12,6 +12,9 @@ RHTSLIB_CPPFLAGS=$(shell "${R_HOME}/bin${R_ARCH_BIN}/Rscript" -e \ |
12 | 12 |
PKG_LIBS=$(RHTSLIB_LIBS) |
13 | 13 |
PKG_CPPFLAGS=$(RHTSLIB_CPPFLAGS) |
14 | 14 |
|
15 |
+$(info $$SEQBIAS_OBJ is [${SEQBIAS_OBJ}]) |
|
16 |
+$(info $$YAML_CPP_OBJ is [${YAML_CPP_OBJ}]) |
|
17 |
+ |
|
15 | 18 |
OBJECTS = $(SEQBIAS_OBJ) $(YAML_CPP_OBJ:%=yaml-cpp/%) |
16 | 19 |
|
17 | 20 |
all : $(SHLIB) |
... | ... |
@@ -5,12 +5,7 @@ YAML_CPP_OBJ = aliasmanager.o conversion.o directives.o \ |
5 | 5 |
regex.o scanner.o scanscalar.o scantag.o scantoken.o \ |
6 | 6 |
simplekey.o singledocparser.o stream.o tag.o |
7 | 7 |
|
8 |
- |
|
9 |
- |
|
10 |
-SEQBIAS_OBJ = sam.o \ |
|
11 |
- bam_plbuf.o \ |
|
12 |
- bam_aux.o \ |
|
13 |
- common.o \ |
|
8 |
+SEQBIAS_OBJ = common.o \ |
|
14 | 9 |
miscmath.o \ |
15 | 10 |
pos_table.o \ |
16 | 11 |
kmer_matrix.o \ |