File Info

Filename
.command.sh
Full Path
s3://natera-rnd-fsdx-dev-nextflow-scratch-01/work/bb/093fd83cc266f1a2e810be3b2fb6ae/.command.sh
Size
359 bytes
Attempt
#!/bin/bash -Ceuo pipefail
set -euo pipefail
RG=$(printf '@RG\tID:%s\tSM:%s\tPL:ILLUMINA\tLB:%s' 'three' 'three' 'three')
bwa-mem2 mem -t 4 -K 50000000 -R "$RG" 'hg38.fa' 'nf_gui_test_four.1.fastp.fq.gz' 'nf_gui_test_four.2.fastp.fq.gz' \
    | samtools sort -@4 -m 768M --no-PG -o three.sorted.bam -
samtools index -@ 4 three.sorted.bam three.sorted.bam.bai