File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/a4/e7bf9c456341831d3de3e02d00521d/.command.sh
- Size
- 351 bytes
- Task
- NFCORE_SAREK:SAREK:CRAM_FILTER_LOW_READS:SAMTOOLS_IDXSTATS_COUNT (1029_BA1G-N1-BDNA-1_A23KFG7LT4_1)
- Attempt
Content
View in new tab#!/bin/bash -Ceuo pipefail
bai_mapped_count.py 1029_BA1G-N1-BDNA-1_A23KFG7LT4_1.recalibrated.bam.bai > 1029_BA1G-N1-BDNA-1_A23KFG7LT4_1.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