Skip to content
Snippets Groups Projects
Commit ceee380c authored by bow's avatar bow
Browse files

Update Sha1sum documentation

parent fa3bbb63
No related branches found
No related tags found
No related merge requests found
......@@ -9,10 +9,10 @@ import scalaz._, Scalaz._
import scala.io.Source
class Sha1sum(val root: Configurable) extends BiopetCommandLineFunction {
@Input(doc = "Zipped file")
@Input(doc = "Input file")
var input: File = _
@Output(doc = "Unzipped file")
@Output(doc = "File to write input file checksum")
var output: File = _
executable = config("exe", default = "sha1sum")
......
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