File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/1c/a89a643b5fbc01b0942d706f972824/.command.sh
Size
497 bytes
Attempt
#!/bin/bash -Ceuo pipefail
mosdepth \
    --threads 12 \
    --by xgen-exome-hyb-panel-v2-targets-hg38_AND_altera_v3_targets_postQC_hg38_AND_foresight_clarity.bed \
    --fasta Homo_sapiens_assembly38.fasta \
     \
    1029_0I-N1-BDNA-1_B23KGCJLT4_1 \
    1029_0I-N1-BDNA-1_B23KGCJLT4_1.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