File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/f0/93085c6e3da7511381db60def05ce5/.command.sh
Size
733 bytes
Attempt
#!/bin/bash -Ceuo pipefail
sentieon driver -r Homo_sapiens_assembly38.fasta \
 \
--algo TNfilter \
--tumor_sample Sig_18_Blood --normal_sample reference-NA12878 --max_event_count 5 \
-v negative_somatic_control_2.tnseq.vcf.gz \
 --contamination negative_somatic_control_2.tnseq.contamination_data.tsv  \
--tumor_segments negative_somatic_control_2.tnseq.segments \
--orientation_priors negative_somatic_control_2.tnseq.orientation_data.tsv \
negative_somatic_control_2.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