File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/04/bd3fa4ca086bae136292b27a093a8c/.command.sh
Size
671 bytes
Attempt
#!/bin/bash -Ceuo pipefail
sentieon driver \
    -t 31 \
    -r Homo_sapiens_assembly38.fasta \
    -i 1029_BCAN-T1-TDNA-1_A23MHWWLT4_1.md.bam \
     \
    --algo HsMetricAlgo \
    --targets_list targets/FINAL_hotspot_list_07302025_hg38_sorted.bed \
    --baits_list baits/xgen-exome-hyb-panel-v2_AND_altera_v3_probes_short_hg38_AND_cdx_spike_custom30off4x_hg38_AND_foresight_clarity.bed \
    1029_BCAN-T1-TDNA-1_A23MHWWLT4_1_FINAL_hotspot_list_07302025_hg38_sorted.sentieon.hs_metrics

cat <<-END_VERSIONS > versions.yml
"DAQ:BAM_POSTDEDUP_QC:SENTIEON_HSMETRICS":
    sentieon: $(echo $(sentieon driver --version 2>&1) | sed -e "s/sentieon-genomics-//g")
END_VERSIONS