git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@71493 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -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 |