Browse code

*Hutch's Mac build machine was running out of memory during build. Reduced the memory footprint used by lowering the k-mer size used for creating the fly GmapGenome in the vignette.

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@71493 bc3139a8-67e5-0310-9ffc-ced21a209358

Cory Barr authored on 27/11/2012 19:34:50
Showing 2 changed files

... ...
@@ -10,7 +10,7 @@ Description: GSNAP and GMAP are a pair of tools to align short-read
10 10
     to work with GMAP and GSNAP from within R. In addition, it provides 
11 11
     methods to tally alignment results on a per-nucleotide basis using 
12 12
     the bam_tally tool.
13
-Version: 1.1.6
13
+Version: 1.1.7
14 14
 Depends: R (>= 2.15.0), methods, GenomicRanges
15 15
 Imports: IRanges, Rsamtools (>= 1.7.4), rtracklayer (>= 1.17.15), GenomicRanges,
16 16
          GenomicFeatures, Biostrings, VariantAnnotation, tools, Biobase
... ...
@@ -139,7 +139,8 @@ gmapGenomeDirectory <- GmapGenomeDirectory(gmapGenomePath, create = TRUE)
139 139
 gmapGenome <- GmapGenome(genome=Dmelanogaster,
140 140
                          directory = gmapGenomeDirectory,
141 141
                          name = "dm3",
142
-                         create = TRUE)
142
+                         create = TRUE,
143
+                         k = 12L)
143 144
 ##> gmapGenome
144 145
 ##GmapGenome object
145 146
 ##genome: dm3