File Info

Filename
.command.sh
Full Path
s3://natera-rnd-fsdx-dev-nextflow-scratch-01/work/a5/3646f4a6f4aeb455eb2949ed4c4c2b/.command.sh
Size
398 bytes
Attempt
#!/bin/bash -Ceuo pipefail
set -euo pipefail
/usr/local/bin/make_freq_file \
    --bam-file 'two.markdup.bam' \
    --output-file two.markduped.freqs.txt \
    --duplex two.markduped.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