File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/ad/e900d02ca2de9ae15ac5c4ede04c11/.command.sh
Size
578 bytes
Attempt
#!/bin/bash -Ceuo pipefail
hard_filter_vcf.py \
    --in-vcf custom_Sig_18_tumor_normal.snv_indel.annotated.vcf.gz \
    --tumor-sample-name 'Sig_18_tissue' \
    --normal-sample-name 'Sig_18_Blood' \
    --pon-vcf pon_tnseq_42_curated_v4.vcf.gz \
    --pot-vcf aih_tumor_1577_pot_1pct_artifacts_only.vcf.gz \
     \
    --out-vcf custom_Sig_18_tumor_normal.snv_indel.filtered.vcf.gz

cat <<-END_VERSIONS > versions.yml
"NFCORE_SAREK:SAREK:BAM_VARIANT_CALLING_SOMATIC_ALL:VCF_SOMATIC_SNV_INDEL:HARD_FILTER_VCF":
    python: $(python3 --version | sed 's/Python //')
END_VERSIONS