File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/c0/a6e261e25ff4c776b995224f016ea2/.command.sh
Size
356 bytes
Attempt
#!/bin/bash -Ceuo pipefail
samtools \
    stats \
    --threads 4 \
    --reference Homo_sapiens_assembly38.fasta \
     \
    2_5PercentHG514.md.bam \
    > 2_5PercentHG514.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