File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/42/f553d51d9f010f4b3d548e51e609c7/.command.sh
- Size
- 356 bytes
- Attempt
Content
View in new tab#!/bin/bash -Ceuo pipefail
samtools \
stats \
--threads 4 \
--reference Homo_sapiens_assembly38.fasta \
\
Filler-D0003224.md.bam \
> Filler-D0003224.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