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

Remove obselete apply methods

parent 1062e3ab
No related branches found
No related tags found
No related merge requests found
......@@ -46,12 +46,6 @@ object BiopetFlagstat extends ToolCommand {
flagstat.output = output
return flagstat
}
def apply(root: Configurable, input: File, outputDir: String): BiopetFlagstat = {
val flagstat = new BiopetFlagstat(root)
flagstat.input = input
flagstat.output = new File(outputDir, input.getName.stripSuffix(".bam") + ".biopetflagstat")
return flagstat
}
case class Args(inputFile: File = null, region: Option[String] = None) extends AbstractArgs
......
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