Browse code

Fix novelsplicing coercion so that it specifies the 0/1 flag (Greg's second issue).

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

Michael Lawrence authored on 06/09/2012 23:15:38
Showing 1 changed files

... ...
@@ -189,6 +189,7 @@ setAs("GsnapParam", "list", function(from) {
189 189
   }
190 190
   to$snpsdir <- path(directory(to$snps))
191 191
   to$snps <- NULL
192
+  to$novelsplicing <- as.integer(to$novelsplicing)
192 193
 
193 194
   extras <- to$extra
194 195
   to <- c(to, extras)