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

- Fixed output file

parent f95148c6
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ class Star(private var globalConfig: Config) extends CommandLineFunction {
if (threads > maxThreads) threads = maxThreads
nCoresRequest = Option(threads)
@Output var outputSam: File = new File(outputDir + "/star_output.sam")
@Output var outputSam: File = new File(outputDir + "/Aligned.out.sam")
def commandLine : String= {
//init()
......
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