File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/2a/ff0f27da92e830568e660df028655c/.command.sh
Size
378 bytes
Attempt
#!/bin/bash -Ceuo pipefail
samtools \
    stats \
    --threads 4 \
    --reference Homo_sapiens_assembly38.fasta \
     \
    NTC_0002_0015_A23MHWWLT4_1.md.bam \
    > NTC_0002_0015_A23MHWWLT4_1.stats

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