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

Change name to SamplesTsvToJson

parent 480e70fb
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ object BiopetExecutable extends Logging {
nl.lumc.sasc.biopet.tools.SageCountFastq,
nl.lumc.sasc.biopet.tools.SageCreateLibrary,
nl.lumc.sasc.biopet.tools.SageCreateTagCounts,
nl.lumc.sasc.biopet.tools.ParseSamples)
nl.lumc.sasc.biopet.tools.SamplesTsvToJson)
)
/**
......
......@@ -5,7 +5,7 @@ import nl.lumc.sasc.biopet.core.ToolCommand
import scala.io.Source
import nl.lumc.sasc.biopet.core.config.Config
object ParseSamples extends ToolCommand {
object SamplesTsvToJson extends ToolCommand {
case class Args(inputFiles: List[File] = Nil) extends AbstractArgs
class OptParser extends AbstractOptParser {
......
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