Skip to content
Snippets Groups Projects
Unverified Commit a82be38c authored by van den Berg's avatar van den Berg Committed by GitHub
Browse files

Update pbbam.wdl


Co-authored-by: default avatarJasper <jboom@infernum.nl>
parent 37ba60dd
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ task Index {
input {
File bamFile
String? outputBamPath
String memory = "2G"
Int timeMinutes = 1 + ceil(size(bamFile, "G") * 4)
String dockerImage = "quay.io/biocontainers/pbbam:1.6.0--h5b7e6e0_0"
......
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