Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Mirrors
biopet.biopet
Commits
e6d50ed6
Commit
e6d50ed6
authored
Mar 13, 2016
by
Peter van 't Hof
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed style
parent
1fb995aa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
public/biopet-extensions/src/test/scala/nl/lumc/sasc/biopet/extensions/VariantEffectPredictorTest.scala
...c/sasc/biopet/extensions/VariantEffectPredictorTest.scala
+2
-4
public/gentrap/src/test/scala/nl/lumc/sasc/biopet/pipelines/gentrap/GentrapTest.scala
...a/nl/lumc/sasc/biopet/pipelines/gentrap/GentrapTest.scala
+2
-2
No files found.
public/biopet-extensions/src/test/scala/nl/lumc/sasc/biopet/extensions/VariantEffectPredictorTest.scala
View file @
e6d50ed6
...
@@ -8,11 +8,10 @@ import org.scalatest.testng.TestNGSuite
...
@@ -8,11 +8,10 @@ import org.scalatest.testng.TestNGSuite
import
org.testng.annotations.Test
import
org.testng.annotations.Test
/**
/**
* Created by ahbbollen on 3-3-16.
* Created by ahbbollen on 3-3-16.
*/
*/
class
VariantEffectPredictorTest
extends
TestNGSuite
with
Matchers
{
class
VariantEffectPredictorTest
extends
TestNGSuite
with
Matchers
{
@Test
@Test
def
testSummaryStats
=
{
def
testSummaryStats
=
{
val
file
=
new
File
(
Paths
.
get
(
getClass
.
getResource
(
"/vep.metrics"
).
toURI
).
toString
)
val
file
=
new
File
(
Paths
.
get
(
getClass
.
getResource
(
"/vep.metrics"
).
toURI
).
toString
)
...
@@ -31,7 +30,6 @@ class VariantEffectPredictorTest extends TestNGSuite with Matchers {
...
@@ -31,7 +30,6 @@ class VariantEffectPredictorTest extends TestNGSuite with Matchers {
stats
.
contains
(
"Distribution_of_variants_on_chromosome_1"
)
shouldBe
true
stats
.
contains
(
"Distribution_of_variants_on_chromosome_1"
)
shouldBe
true
stats
.
contains
(
"Position_in_protein"
)
shouldBe
true
stats
.
contains
(
"Position_in_protein"
)
shouldBe
true
}
}
}
}
public/gentrap/src/test/scala/nl/lumc/sasc/biopet/pipelines/gentrap/GentrapTest.scala
View file @
e6d50ed6
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
*/
*/
package
nl.lumc.sasc.biopet.pipelines.gentrap
package
nl.lumc.sasc.biopet.pipelines.gentrap
import
java.io.
{
File
,
FileOutputStream
}
import
java.io.
{
File
,
FileOutputStream
}
import
com.google.common.io.Files
import
com.google.common.io.Files
import
nl.lumc.sasc.biopet.extensions._
import
nl.lumc.sasc.biopet.extensions._
...
@@ -25,7 +25,7 @@ import nl.lumc.sasc.biopet.utils.config.Config
...
@@ -25,7 +25,7 @@ import nl.lumc.sasc.biopet.utils.config.Config
import
org.broadinstitute.gatk.queue.QSettings
import
org.broadinstitute.gatk.queue.QSettings
import
org.scalatest.Matchers
import
org.scalatest.Matchers
import
org.scalatest.testng.TestNGSuite
import
org.scalatest.testng.TestNGSuite
import
org.testng.annotations.
{
DataProvider
,
Test
}
import
org.testng.annotations.
{
DataProvider
,
Test
}
abstract
class
GentrapTestAbstract
(
val
expressionMeasure
:
String
)
extends
TestNGSuite
with
Matchers
{
abstract
class
GentrapTestAbstract
(
val
expressionMeasure
:
String
)
extends
TestNGSuite
with
Matchers
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment