Skip to content

Commit

Permalink
add sqtl to qtl filt
Browse files Browse the repository at this point in the history
  • Loading branch information
remo87 committed Jul 22, 2022
1 parent e2c49d9 commit 7c0b006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/Functions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object Functions {
val defaultChromosomes: Seq[String] = (1 to 22).map(_.toString) ++ Seq("X", "Y", "MT")
val defaultMaxRegionSize: Long = 2000000L
val defaultMaxDistantFromTSS: Long = 500000L
val defaultQtlTypes: List[String] = List("eqtl", "pqtl")
val defaultQtlTypes: List[String] = List("eqtl", "pqtl", "sqtl")
val defaultIntervalTypes: List[String] = List("dhscor", "fantom5", "pchic")
val defaultFPredTypes: List[String] = List("fpred")
val defaultDistanceTypes: List[String] = List("distance")
Expand Down

0 comments on commit 7c0b006

Please sign in to comment.