File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/de/0eae609d5c7fb4fab98e837378133e/.command.sh
Size
274 bytes
Attempt
#!/bin/bash -Ceuo pipefail
bai_mapped_count.py Sig_18_Blood.recalibrated.bam.bai > Sig_18_Blood.mapped_count.txt

cat <<-END_VERSIONS > versions.yml
"DAQ:SAMTOOLS_IDXSTATS_COUNT":
    python: $(python3 --version | sed 's/Python //')
    bai_mapped_count: 1.0.0
END_VERSIONS