File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/a6/ba1539bc07d6c66394fa7aadc729fb/.command.sh
- Size
- 270 bytes
- Attempt
Content
View in new tab#!/bin/bash -Ceuo pipefail
bai_mapped_count.py HCC1395_BL.recalibrated.bam.bai > HCC1395_BL.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