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

Change util to utils

parent c50d17a2
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ import nl.lumc.sasc.biopet.core.ToolCommand
import nl.lumc.sasc.biopet.core.config.Configurable
import org.broadinstitute.gatk.utils.commandline.{ Input, Output }
import scala.collection.JavaConversions._
import nl.lumc.sasc.biopet.util.VcfUtils._
import nl.lumc.sasc.biopet.utils.VcfUtils._
class BastyGenerateFasta(val root: Configurable) extends BiopetJavaCommandLineFunction {
javaMainClass = getClass.getName
......
package nl.lumc.sasc.biopet.util
package nl.lumc.sasc.biopet.utils
import htsjdk.variant.variantcontext.VariantContext
import scala.collection.JavaConversions._
......
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