-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resync again with latest changes in S4vectors, IRanges, GenomeInfoDb,…
… and GenomicRanges. [Note to the developpers: Please make sure you use 'svn merge' when you synchronize with release version so you don't overwrite these changes. Don't hesitate to ask on the Bioc-devel mailing list for questions or concerns about this. Thanks!] git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ChIPQC@90048 bc3139a8-67e5-0310-9ffc-ced21a209358
- Loading branch information
Herve Pages
committed
May 7, 2014
1 parent
0d1ece5
commit 04b0028
Showing
2 changed files
with
15 additions
and
19 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: ChIPQC | ||
Type: Package | ||
Title: Quality metrics for ChIPseq data | ||
Version: 1.1.2 | ||
Version: 1.1.3 | ||
Date: 2014-05-06 | ||
Author: Tom Carroll, Wei Liu, Ines de Santiago, Rory Stark | ||
Maintainer: Tom Carroll <[email protected]>, Rory Stark <[email protected]> | ||
|
@@ -10,9 +10,11 @@ biocViews: Sequencing, ChIPSeq, QualityControl, ReportWriting | |
License: GPL (>= 3) | ||
LazyLoad: yes | ||
Depends: R (>= 3.0.0), ggplot2, DiffBind | ||
Imports: BiocGenerics (>= 0.8.0), Rsamtools (>= 1.14.2), GenomicRanges (>= 1.14.4), | ||
chipseq (>= 1.12.0), GenomicAlignments (>= 0.99.2), | ||
gtools, BiocParallel, methods, IRanges, reshape2, Nozzle.R1, Biobase,grDevices, stats, utils | ||
Imports: methods, BiocGenerics (>= 0.8.0), S4Vectors, IRanges, | ||
GenomeInfoDb (>= 1.1.3), GenomicRanges (>= 1.17.11), | ||
Rsamtools (>= 1.17.8), GenomicAlignments (>= 1.1.9), | ||
chipseq (>= 1.12.0), gtools, BiocParallel, Biobase, | ||
reshape2, Nozzle.R1, grDevices, stats, utils | ||
Suggests: BiocStyle, TxDb.Hsapiens.UCSC.hg19.knownGene, TxDb.Hsapiens.UCSC.hg18.knownGene, | ||
TxDb.Mmusculus.UCSC.mm10.knownGene, TxDb.Mmusculus.UCSC.mm9.knownGene, | ||
TxDb.Rnorvegicus.UCSC.rn4.ensGene, TxDb.Celegans.UCSC.ce6.ensGene, TxDb.Dmelanogaster.UCSC.dm3.ensGene | ||
|
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