File Info

Filename
.command.sh
Full Path
s3://natera-rnd-fsdx-dev-nextflow-scratch-01/work/a0/db03e061b19d4d1f0e81e16fb7610e/.command.sh
Size
396 bytes
Attempt
#!/bin/bash -Ceuo pipefail
set -euo pipefail
/usr/local/bin/make_freq_file \
    --bam-file 'one.deduped.bam' \
    --output-file four.deduped.freqs.txt \
    --duplex four.deduped.freqs.duplex.txt \
    --reference-file 'hg38.fa' \
    --bed-file 'small_padded.bed' \
    --unpad-bed-file 'small.bed' \
    --threads 4 \
    --duplex-tag "XX" \
    --min-bq 30 \
    --min-mapq 30 \
    --tabix