forked from jimhester/GenomicRanges
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
restore 'maxgap' special meaning when 'type' is set to "start" or "end"
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/GenomicRanges@104699 bc3139a8-67e5-0310-9ffc-ced21a209358
- Loading branch information
1 parent
4aac21e
commit 0fbdf47
Showing
2 changed files
with
4 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,13 +7,13 @@ Description: The ability to efficiently represent and manipulate genomic | |
intervals. Specialized containers for representing and manipulating | ||
short alignments against a reference genome are defined in the | ||
GenomicAlignments package. | ||
Version: 1.21.14 | ||
Version: 1.21.15 | ||
Author: P. Aboyoun, H. Pages and M. Lawrence | ||
Maintainer: Bioconductor Package Maintainer <[email protected]> | ||
biocViews: Genetics, Infrastructure, Sequencing, Annotation, Coverage, | ||
GenomeAnnotation | ||
Depends: R (>= 2.10), methods, BiocGenerics (>= 0.11.3), S4Vectors (>= 0.7.3), | ||
IRanges (>= 2.3.9), GenomeInfoDb (>= 1.1.20) | ||
IRanges (>= 2.3.11), GenomeInfoDb (>= 1.1.20) | ||
Imports: utils, stats, XVector | ||
LinkingTo: S4Vectors, IRanges | ||
Suggests: Biobase, AnnotationDbi (>= 1.21.1), annotate, Biostrings (>= 2.25.3), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters