Skip to content
Snippets Groups Projects
Commit de498a26 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

- fixed thread option for star

parent da66790f
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ class Star(private var globalConfig: Config) extends CommandLineFunction { ...@@ -43,7 +43,7 @@ class Star(private var globalConfig: Config) extends CommandLineFunction {
cmd += required("--genomeDir", genomeDir) + cmd += required("--genomeDir", genomeDir) +
required("--readFilesIn", R1) + optional(R2) required("--readFilesIn", R1) + optional(R2)
} }
cmd += optional("-runThreadN", nCoresRequest) cmd += optional("--runThreadN", nCoresRequest)
return cmd return cmd
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment