File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/44/1e3b342b72b57fc2d40617ff75fd3e/.command.sh
Size
795 bytes
Attempt
#!/bin/bash -Ceuo pipefail
sentieon driver \
    -t 31 \
    -r Homo_sapiens_assembly38.fasta \
    -i HCC1395_tumor.md.bam \
     \
    --algo HsMetricAlgo \
    --targets_list targets/xgen-exome-hyb-panel-v2_AND_altera_v3_probes_short_hg38_AND_cdx_spike_custom30off4x_hg38_AND_foresight_clarity_footprint.bed \
    --baits_list baits/xgen-exome-hyb-panel-v2_AND_altera_v3_probes_short_hg38_AND_cdx_spike_custom30off4x_hg38_AND_foresight_clarity.bed \
    HCC1395_tumor_xgen-exome-hyb-panel-v2_AND_altera_v3_probes_short_hg38_AND_cdx_spike_custom30off4x_hg38_AND_foresight_clarity_footprint.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