File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/a0/c42166fd57ba9a95a8a45f9f616ede/.command.sh
Size
416 bytes
Attempt
#!/bin/bash -Ceuo pipefail
mosdepth \
    --threads 4 \
    --by xgen-exome-hyb-panel-v2-targets-hg38_AND_altera_v3_targets_postQC_hg38_AND_foresight_clarity.bed \
    --fasta Homo_sapiens_assembly38.fasta \
     \
    Sig_18_Blood \
    Sig_18_Blood.md.bam

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