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

Fixed type

parent 315f5230
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ class Star(val root: Configurable) extends BiopetCommandLineFunction with Refere
var genomeSAindexNbases: Option[Int] = config("genomesaindexnbases")
var genomeSAsparseD: Option[Int] = config("genomesasparsed")
var sjdbGTFfile: Option[String] = config("sjdbgtfile")
var sjdbGTFfile: Option[File] = config("sjdbgtfile")
var sjdbGTFchrPrefix: Option[String] = config("sjdbgtfchrprefix")
var sjdbGTFfeatureExon: Option[String] = config("sjdbgtffeatureexon")
var sjdbGTFtagExonParentTranscript: Option[String] = config("sjdbgtftagexonparenttranscript")
......
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