File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/dc/99ed7b1fdb3e81f8d6e196da8e3a9f/.command.sh
- Size
- 530 bytes
- Attempt
Content
View in new tab#!/bin/bash -Ceuo pipefail
set -euo pipefail
nipt_emit_alpha_features.py \
--vcf HG01956_x_HG01978_FF_10.vcf \
--bam HG01956_x_HG01978_FF_10.mix.bam \
--ref Homo_sapiens_assembly38.fasta \
--out-tsv HG01956_x_HG01978_FF_10.features.tsv \
--out-vcf HG01956_x_HG01978_FF_10.augmented.vcf \
--target-tsv HG01956_x_HG01978_FF_10.targets.tsv \
--indels-only \
--ff 0.1 \
--alphas 0.012,0.05,0.10 \
--window-pad 250 \
--min-mapq 20 \
--progress 100 2>&1 | tee HG01956_x_HG01978_FF_10.log