Skip to content

Commit 0b15532

Browse files
committed
fix chipseeker dependency warning
1 parent c85a2fa commit 0b15532

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

seq2science/envs/chipseeker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ channels:
44
- bioconda
55
dependencies:
66
- bioconda::bioconductor-chipseeker=1.42.0
7+
- bioconda::bioconductor-txdbmaker=1.2.0
78
- conda-forge::conda-ecosystem-user-package-isolation=1.0

seq2science/scripts/chipseeker.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ cat('\n')
3333

3434

3535
# load the gtf file and make it a txdb
36-
txdb_from_gtf <- makeTxDbFromGFF(gtf)
36+
txdb_from_gtf <- txdbmaker::makeTxDbFromGFF(gtf)
3737

3838
peaks_list = list()
3939
for (i in seq_along(narrowpeaks)) {

0 commit comments

Comments
 (0)