Skip to content
Snippets Groups Projects
Unverified Commit cf0b105c authored by Ruben Vorderman's avatar Ruben Vorderman Committed by GitHub
Browse files

Add missing whitespace.


Co-authored-by: default avatarDavy Cats <davycats.dc@gmail.com>
parent c599cb08
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,9 @@ task BamReadNameToUmiTag {
Int timeMinutes = 1 + ceil(size([inputBam], "G") * 10)
String dockerImage = "quay.io/biocontainers/pysam:0.17.0--py39h051187c_0"
}
String bamIndexPath = sub(select_first([outputPath]), "\.bam$", ".bai")
command <<<
python <<CODE
import pysam
......
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