File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/da/d749f2417088b052d4a6b693da3e5c/.command.sh
Size
373 bytes
Attempt
#!/bin/bash -Ceuo pipefail
mosdepth \
    --threads 4 \
    --by xgen-exome-research-panel-v2-targets-hg38.bed \
    --fasta Homo_sapiens_assembly38.fasta \
     \
    20PercentNA24385 \
    20PercentNA24385.md.bam

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