File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/6b/ebbd6ac2faed384187978faf436ee4/.command.sh
- Size
- 347 bytes
- Task
- NFCORE_SAREK:SAREK:CRAM_FILTER_LOW_READS:SAMTOOLS_IDXSTATS_COUNT (869_ZEN-N1-BDNA-1_B2377KTLT3_3)
- Attempt
Content
View in new tab#!/bin/bash -Ceuo pipefail
bai_mapped_count.py 869_ZEN-N1-BDNA-1_B2377KTLT3_3.recalibrated.bam.bai > 869_ZEN-N1-BDNA-1_B2377KTLT3_3.mapped_count.txt
cat <<-END_VERSIONS > versions.yml
"NFCORE_SAREK:SAREK:CRAM_FILTER_LOW_READS:SAMTOOLS_IDXSTATS_COUNT":
python: $(python3 --version | sed 's/Python //')
bai_mapped_count: 1.0.0
END_VERSIONS