File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-fsdx-dev-nextflow-scratch-01/work/46/92733729ccbf8f19f6cd033091235c/.command.sh
- Size
- 400 bytes
- Attempt
Content
View in new tab#!/bin/bash -Ceuo pipefail
set -euo pipefail
/usr/local/bin/make_freq_file \
--bam-file 'three.deduped.bam' \
--output-file three.deduped.freqs.txt \
--duplex three.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