File Info

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