Browse code

small fix

Ge Tan authored on 24/11/2016 14:10:30
Showing 1 changed files

... ...
@@ -146,7 +146,7 @@ lastz <- function(assemblyTarget, assemblyQuery,
146 146
       ## Self-alignment
147 147
       cmd <- paste0(binary, " ", assemblyTarget, "/",
148 148
                     gsub("|", "\\|", chrTarget, fixed=TRUE), " ",
149
-                    "--self --nomirror",
149
+                    "--self --nomirror", " ",
150 150
                     lastzOptions[[distance]],
151 151
                     " --format=", format,
152 152
                     " --output=", output,