Browse code

small fix for the command

Ge Tan authored on 24/11/2016 13:29:14
Showing 1 changed files

... ...
@@ -111,9 +111,10 @@ lastz <- function(assemblyTarget, assemblyQuery,
111 111
   lastzOptions <- list(
112 112
     near=paste0("C=0 E=150 H=0 K=4500 L=3000 M=254 O=600 T=2 Y=15000 Q=",
113 113
                 matrixFile),
114
-    medium=paste0("C=0 E=30 H=0 K=3000 L=3000 M=50 O=400 T=1 Y=9400",
114
+    medium=paste0("C=0 E=30 H=0 K=3000 L=3000 M=50 O=400 T=1 Y=9400 Q=",
115 115
                   matrixFile),
116
-    far=paste0("C=0 E=30 H=2000 K=2200 L=6000 M=50 O=400 T=2 Y=3400 Q=", matrixFile)
116
+    far=paste0("C=0 E=30 H=2000 K=2200 L=6000 M=50 O=400 T=2 Y=3400 Q=", 
117
+               matrixFile)
117 118
   )
118 119
   
119 120
   message("Starting lastz")