We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478ea77 commit 6f599d0Copy full SHA for 6f599d0
DESCRIPTION
@@ -3,7 +3,7 @@ Type: Package
3
Title: Annotation of Genetic Variants
4
Description: Annotate variants, compute amino acid coding changes,
5
predict coding outcomes.
6
-Version: 1.53.0
+Version: 1.53.1
7
Authors@R: c(
8
person("Valerie", "Oberchain", role="aut"),
9
person("Martin", "Morgan", role="aut"),
@@ -15,7 +15,7 @@ License: Artistic-2.0
15
Depends: R (>= 4.0.0), methods, BiocGenerics (>= 0.37.0), MatrixGenerics,
16
GenomeInfoDb (>= 1.15.2), GenomicRanges (>= 1.41.5),
17
SummarizedExperiment (>= 1.19.5), Rsamtools (>= 2.19.1)
18
-Imports: utils, DBI, zlibbioc, Biobase, S4Vectors (>= 0.27.12),
+Imports: utils, DBI, Biobase, S4Vectors (>= 0.27.12),
19
IRanges (>= 2.23.9), XVector (>= 0.29.2), Biostrings (>= 2.57.2),
20
AnnotationDbi (>= 1.27.9), rtracklayer (>= 1.39.7),
21
BSgenome (>= 1.47.3), GenomicFeatures (>= 1.31.3)
NAMESPACE
@@ -12,8 +12,6 @@ import(GenomicRanges)
12
import(SummarizedExperiment)
13
import(Rsamtools)
14
-import(zlibbioc)
-
importClassesFrom(Biobase,
AssayData
)
0 commit comments