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

Removed unused imports

parent 62c8519c
No related branches found
No related tags found
No related merge requests found
package nl.lumc.sasc.biopet.core
import java.io.File
import nl.lumc.sasc.biopet.core.config._
import nl.lumc.sasc.biopet.core.config.Configurable
import org.broadinstitute.gatk.queue.QException
import org.broadinstitute.gatk.queue.function.CommandLineFunction
import org.broadinstitute.gatk.utils.commandline._
import scala.sys.process._
import org.broadinstitute.gatk.utils.commandline.{Input, Argument}
import scala.sys.process.{Process, ProcessLogger}
import scala.util.matching.Regex
trait BiopetCommandLineFunctionTrait extends CommandLineFunction with Configurable {
......
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