File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/c8/2cb0016273b0268c97bc7be0e8e704/.command.sh
Size
347 bytes
Attempt
#!/bin/bash -Ceuo pipefail
bai_mapped_count.py 869_YP6-T1-TDNA-1_B23KKT2LT4_1.recalibrated.bam.bai > 869_YP6-T1-TDNA-1_B23KKT2LT4_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