File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/9f/c322bb5b89a5410b6e528af2193354/.command.sh
- Size
- 360 bytes
- Attempt
Content
View in new tab#!/bin/bash -Ceuo pipefail
mosdepth \
--threads 4 \
--by prenatal-exome-v1-targets-hg38.bed \
--fasta Homo_sapiens_assembly38.fasta \
\
Filler-D0002693 \
Filler-D0002693.md.bam
cat <<-END_VERSIONS > versions.yml
"DAQ:BAM_POSTDEDUP_QC:MOSDEPTH":
mosdepth: $(mosdepth --version 2>&1 | sed 's/^.*mosdepth //; s/ .*$//')
END_VERSIONS