#!/bin/bash -Ceuo pipefail sentieon driver -r Homo_sapiens_assembly38.fasta \ \ --algo TNfilter \ --tumor_sample HCC1395_BL --normal_sample reference-NA12878 --max_event_count 5 \ -v negative_somatic_control_1.tnseq.vcf.gz \ --contamination negative_somatic_control_1.tnseq.contamination_data.tsv \ --tumor_segments negative_somatic_control_1.tnseq.segments \ --orientation_priors negative_somatic_control_1.tnseq.orientation_data.tsv \ negative_somatic_control_1.tnseq.filtered.vcf.gz cat <<-END_VERSIONS > versions.yml "DAQ:CONTROL_VARIANT_CALLING:CONTROL_SOMATIC_VC:BAM_VARIANT_CALLING_SOMATIC_TNSEQ:SENTIEON_TNFILTER": sentieon: $(echo $(sentieon driver --version 2>&1) | sed -e "s/sentieon-genomics-//g") END_VERSIONS