File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/f3/90b151f4c0db905a1d06e34ce9276b/.command.sh
Size
425 bytes
Attempt
#!/bin/bash -Ceuo pipefail
samtools \
    stats \
    --threads 2 \
    --reference Homo_sapiens_assembly38.fasta \
    1136_6WU-T1-TDNA-1_B23MYLCLT4_9.recalibrated.bam \
    > 1136_6WU-T1-TDNA-1_B23MYLCLT4_9.stats

cat <<-END_VERSIONS > versions.yml
"NFCORE_SAREK:SAREK:CRAM_SAMPLE_INTEGRITY:CRAM_QC_RECAL:SAMTOOLS_STATS":
    samtools: $(echo $(samtools --version 2>&1) | sed 's/^.*samtools //; s/Using.*$//')
END_VERSIONS