Skip to content
Snippets Groups Projects
Commit a2ebd7fa authored by van den Berg's avatar van den Berg
Browse files

Merge branch 'Pacbio-variantcalling' of https://github.com/biowdl/tasks into Pacbio-variantcalling

parents 7db21a64 a82be38c
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