File Info

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