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

Remove unused method

parent 196392f1
No related branches found
No related tags found
No related merge requests found
......@@ -34,13 +34,6 @@ class Md5sum(val root: Configurable) extends BiopetCommandLineFunction {
/** return commandline to execute */
def cmdLine = required(executable) + required(input) + " > " + required(output)
def getSummary: Json = {
val data = Source.fromFile(output).mkString.split(" ")
return ("path" := output.getAbsolutePath) ->:
("md5sum" := data(0)) ->:
jEmptyObject
}
}
/** Object for constructors for md5sum */
......
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