Browse code

allow omitting gmap arg suboptimal_score, and make that the default

Michael Lawrence authored on 29/08/2017 22:10:50
Showing 2 changed files

... ...
@@ -7,6 +7,8 @@
7 7
 
8 8
 setClassUnion("GmapSnps_OR_NULL", c("GmapSnps", "NULL"))
9 9
 
10
+setClassUnion("integer_OR_NULL", c("integer", "NULL"))
11
+
10 12
 setClass("GmapAlignerParam",
11 13
          representation(genome = "GmapGenome",
12 14
                         part = "character_OR_NULL",
... ...
@@ -8,8 +8,6 @@
8 8
 ### list.
9 9
 ###
10 10
 
11
-setClassUnion("integer_OR_NULL", c("integer", "NULL"))
12
-
13 11
 setClass("GsnapParam",
14 12
          representation(max_mismatches = "integer_OR_NULL",
15 13
                         suboptimal_levels = "integer",