Browse code

version 1.9.43

Dont run the example of makeCNEDensity until I figure out why it fails on Bioc build server.

Ge Tan authored on 06/10/2016 13:49:25
Showing 3 changed files

... ...
@@ -1,6 +1,6 @@
1 1
 Package: CNEr 
2
-Version: 1.9.42
3
-Date: 2016-10-04
2
+Version: 1.9.43
3
+Date: 2016-10-06
4 4
 Title: CNE Detection and Visualization
5 5
 Description: Large-scale identification and advanced visualization 
6 6
              of sets of conserved noncoding elements.
... ...
@@ -86,8 +86,7 @@ readAncoraIntoSQLite <- function(cneFns, dbName, overwrite=FALSE){
86 86
 
87 87
 ### -----------------------------------------------------------------
88 88
 ### makeCNEDensity: make the Ancora downloads-like bed files, bedgraph, 
89
-### bigwig files
90
-###   from a GrangePairs of CNEs.
89
+### bigwig files from a GrangePairs of CNEs.
91 90
 ### Exported!
92 91
 makeCNEDensity <- function(x, outputDir=".",
93 92
                            genomeFirst="first", genomeSecond="second",
... ...
@@ -56,6 +56,7 @@
56 56
   \code{\link{readAncora}}
57 57
 }
58 58
 \examples{
59
+  \dontrun{
59 60
   dbName <- file.path(system.file("extdata", package="CNEr"),
60 61
                       "danRer10CNE.sqlite")
61 62
   qAssemblyFn <- file.path(system.file("extdata",
... ...
@@ -64,9 +65,10 @@
64 65
   tAssemblyFn <- file.path(system.file("extdata",
65 66
                              package="BSgenome.Drerio.UCSC.danRer10"),
66 67
                            "single_sequences.2bit")
67
-  cneGRangePairs <- readCNERangesFromSQLite(dbName=dbName, 
68
+  cneGRangePairs <- readCNERangesFromSQLite(dbName=dbName,
68 69
                                             tableName="danRer10_hg38_45_50",
69 70
                                             tAssemblyFn=tAssemblyFn,
70 71
                                             qAssemblyFn=qAssemblyFn)
71 72
   makeCNEDensity(cneGRangePairs[1:1000])
73
+  }
72 74
 }
73 75
\ No newline at end of file