File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/0e/0e4f0e2d535f57749b3e1a6a51df31/.command.sh
Size
361 bytes
Attempt
#!/bin/bash -Ceuo pipefail
bai_mapped_count.py COLO829_c_0001_gDNA_0001_B23H2NLLT4_9.recalibrated.bam.bai > COLO829_c_0001_gDNA_0001_B23H2NLLT4_9.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