Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
biopet.biopet
Commits
3951e8b8
Commit
3951e8b8
authored
Nov 18, 2016
by
Sander Bollen
Browse files
autostyle fixes
parent
b03d3473
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-core/src/test/scala/nl/lumc/sasc/biopet/core/MultiSampleQScriptTest.scala
View file @
3951e8b8
...
...
@@ -15,11 +15,9 @@
package
nl.lumc.sasc.biopet.core
import
java.io.File
import
java.lang.IllegalStateException
import
nl.lumc.sasc.biopet.core.MultiSampleQScript.Gender
import
nl.lumc.sasc.biopet.core.extensions.Md5sum
import
nl.lumc.sasc.biopet.utils.
{
ConfigUtils
,
Logging
}
import
nl.lumc.sasc.biopet.utils.
{
ConfigUtils
,
Logging
}
import
nl.lumc.sasc.biopet.utils.config.Config
import
org.broadinstitute.gatk.queue.QScript
import
org.scalatest.Matchers
...
...
@@ -123,7 +121,7 @@ class MultiSampleQScriptTest extends TestNGSuite with Matchers {
@Test
def
testNoLibSample
()
:
Unit
=
{
an
[
IllegalStateException
]
shouldBe
thrownBy
(
MultiSampleQScriptTest
(
noLibSample
::
Nil
))
an
[
IllegalStateException
]
shouldBe
thrownBy
(
MultiSampleQScriptTest
(
noLibSample
::
Nil
))
}
}
...
...
Write
Preview
Supports
Markdown
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