Skip to content
Snippets Groups Projects
Commit 6638216b authored by Sander Bollen's avatar Sander Bollen
Browse files

Various style fixes

parent 9ab5109a
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ package nl.lumc.sasc.biopet.tools ...@@ -17,7 +17,7 @@ package nl.lumc.sasc.biopet.tools
import java.io.{ File, PrintWriter } import java.io.{ File, PrintWriter }
import htsjdk.samtools.{SAMSequenceRecord, SamReaderFactory} import htsjdk.samtools.{ SAMSequenceRecord, SamReaderFactory }
import htsjdk.samtools.reference.IndexedFastaSequenceFile import htsjdk.samtools.reference.IndexedFastaSequenceFile
import htsjdk.variant.variantcontext.VariantContext import htsjdk.variant.variantcontext.VariantContext
import htsjdk.variant.vcf.VCFFileReader import htsjdk.variant.vcf.VCFFileReader
......
...@@ -65,7 +65,6 @@ class BastyGenerateFastaTest extends TestNGSuite with MockitoSugar with Matchers ...@@ -65,7 +65,6 @@ class BastyGenerateFastaTest extends TestNGSuite with MockitoSugar with Matchers
val father = mock[Args] val father = mock[Args]
when(father.sampleName) thenReturn "Father_7006506" when(father.sampleName) thenReturn "Father_7006506"
getMaxAllele(record)(child) shouldBe "C-" getMaxAllele(record)(child) shouldBe "C-"
getMaxAllele(record)(father) shouldBe "CA" getMaxAllele(record)(father) shouldBe "CA"
......
...@@ -33,7 +33,7 @@ class BiopetFlagstatTest extends TestNGSuite with MockitoSugar with Matchers { ...@@ -33,7 +33,7 @@ class BiopetFlagstatTest extends TestNGSuite with MockitoSugar with Matchers {
processor.loadRecord(record) processor.loadRecord(record)
@Test @Test
def testReport()= { def testReport() = {
processor.report shouldBe Source.fromFile(report).mkString processor.report shouldBe Source.fromFile(report).mkString
} }
......
...@@ -18,7 +18,7 @@ package nl.lumc.sasc.biopet.tools ...@@ -18,7 +18,7 @@ package nl.lumc.sasc.biopet.tools
import java.io.File import java.io.File
import java.nio.file.Paths import java.nio.file.Paths
import htsjdk.samtools.{SamReaderFactory, SamReader} import htsjdk.samtools.{ SamReaderFactory, SamReader }
import htsjdk.variant.vcf.VCFFileReader import htsjdk.variant.vcf.VCFFileReader
import org.scalatest.Matchers import org.scalatest.Matchers
import org.scalatest.mock.MockitoSugar import org.scalatest.mock.MockitoSugar
......
...@@ -36,6 +36,4 @@ class FastqSplitterTest extends TestNGSuite with MockitoSugar with Matchers { ...@@ -36,6 +36,4 @@ class FastqSplitterTest extends TestNGSuite with MockitoSugar with Matchers {
main(args) main(args)
} }
} }
...@@ -3,7 +3,7 @@ package nl.lumc.sasc.biopet.tools ...@@ -3,7 +3,7 @@ package nl.lumc.sasc.biopet.tools
import java.io.File import java.io.File
import java.nio.file.Paths import java.nio.file.Paths
import htsjdk.samtools.{SamReaderFactory, QueryInterval} import htsjdk.samtools.{ SamReaderFactory, QueryInterval }
import nl.lumc.sasc.biopet.tools.FastqSplitter._ import nl.lumc.sasc.biopet.tools.FastqSplitter._
import org.scalatest.Matchers import org.scalatest.Matchers
import org.scalatest.mock.MockitoSugar import org.scalatest.mock.MockitoSugar
...@@ -60,5 +60,4 @@ class FindRepeatsPacBioTest extends TestNGSuite with MockitoSugar with Matchers ...@@ -60,5 +60,4 @@ class FindRepeatsPacBioTest extends TestNGSuite with MockitoSugar with Matchers
result.ins shouldEqual Nil result.ins shouldEqual Nil
} }
} }
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