Browse code

GMAP alignment categories seemed to have changed

Michael Lawrence authored on 14/09/2017 18:30:22
Showing 1 changed files

... ...
@@ -27,7 +27,7 @@ setClass("GmapOutput",
27 27
 ###
28 28
 
29 29
 setMethod("alignmentCategories", "GmapOutput", function(x) {
30
-              c("uniq", "mult", "chimera", "nomapping")
30
+              c("uniq", "mult", "nomapping", "circular")
31 31
           })
32 32
 
33 33
 ### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -