File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/42/a261e8edda03ed1f541a17fec609aa/.command.sh
Size
421 bytes
Attempt
#!/bin/bash -Ceuo pipefail
samtools \
    stats \
    --threads 2 \
    --reference Homo_sapiens_assembly38.fasta \
    659_uv-N1-BDNA-1_B23MHTGLT4_1.recalibrated.bam \
    > 659_uv-N1-BDNA-1_B23MHTGLT4_1.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