We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c85a2fa commit 0b15532Copy full SHA for 0b15532
seq2science/envs/chipseeker.yaml
@@ -4,4 +4,5 @@ channels:
4
- bioconda
5
dependencies:
6
- bioconda::bioconductor-chipseeker=1.42.0
7
+ - bioconda::bioconductor-txdbmaker=1.2.0
8
- conda-forge::conda-ecosystem-user-package-isolation=1.0
seq2science/scripts/chipseeker.R
@@ -33,7 +33,7 @@ cat('\n')
33
34
35
# load the gtf file and make it a txdb
36
-txdb_from_gtf <- makeTxDbFromGFF(gtf)
+txdb_from_gtf <- txdbmaker::makeTxDbFromGFF(gtf)
37
38
peaks_list = list()
39
for (i in seq_along(narrowpeaks)) {
0 commit comments