git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@69328 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: 0.99.16 |
|
13 |
+Version: 0.99.17 |
|
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 |
... | ... |
@@ -82,7 +82,7 @@ setMethod("gsnap", c("character", "characterORNULL", "GsnapParam"), |
82 | 82 |
gmap_mode = "pairsearch,terminal,improve", |
83 | 83 |
trigger_score_for_gmap = 5L, max_gmap_pairsearch = 3L, |
84 | 84 |
max_gmap_improvement = 3L, microexon_spliceprob = 0.90, |
85 |
- novelsplicing = FALSE, splicingdir = NULL, |
|
85 |
+ novelsplicing = 0L, splicingdir = NULL, |
|
86 | 86 |
use_splicing = NULL, ambig_splice_noclip = FALSE, |
87 | 87 |
localsplicedist = 200000L, |
88 | 88 |
local_splice_penalty = 0L, distant_splice_penalty = 3L, |