File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/1b/49a4d404cdabb73a575853f548cfbe/.command.sh
- Size
- 440 bytes
- Attempt
Content
View in new tab#!/bin/bash -Ceuo pipefail
mosdepth \
--threads 4 \
--by xgen-exome-hyb-panel-v2-targets-hg38_AND_altera_v3_targets_postQC_hg38_chr21.bed \
--fasta Homo_sapiens_assembly38.fasta \
\
HCC1395_BL \
HCC1395_BL.recalibrated.bam
cat <<-END_VERSIONS > versions.yml
"NFCORE_SAREK:SAREK:CRAM_SAMPLE_INTEGRITY:CRAM_QC_RECAL:MOSDEPTH":
mosdepth: $(mosdepth --version 2>&1 | sed 's/^.*mosdepth //; s/ .*$//')
END_VERSIONS