Browse code

fix single output case for GMAP

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

Michael Lawrence authored on 05/12/2015 15:00:00
Showing 2 changed files

... ...
@@ -9,7 +9,7 @@ Description: GSNAP and GMAP are a pair of tools to align short-read
9 9
         methods to work with GMAP and GSNAP from within R. In addition,
10 10
         it provides methods to tally alignment results on a
11 11
         per-nucleotide basis using the bam_tally tool.
12
-Version: 1.13.6
12
+Version: 1.13.7
13 13
 Depends: R (>= 2.15.0), methods, GenomeInfoDb (>= 1.1.3),
14 14
         GenomicRanges (>= 1.17.12)
15 15
 Imports: S4Vectors, IRanges, Rsamtools (>= 1.17.8), rtracklayer (>= 1.31.2),
... ...
@@ -47,7 +47,7 @@ setMethod("gmap", c("character", "GmapParam"),
47 47
                       output_path <- output_dir
48 48
                   } else {
49 49
                       output_path <- paste0(output, ".",
50
-                                            formatToExt(params$format))
50
+                                            formatToExt(params_list$format))
51 51
                       params_list$.redirect <- paste(">", output_path)
52 52
                   }
53 53