fast-bwa/scripts/mem2.sh

13 lines
326 B
Bash
Executable File

thread=32
n_r1=~/fastq/na12878/na12878_r1.fq
n_r2=~/fastq/na12878/na12878_r2.fq
reference=~/reference/mem2/human_g1k_v37_decoy.fasta
out=/dev/null
time /home/zzh/work/bwa-mem2/bwa-mem2 mem -t $thread -M -R @RG\\tID:normal\\tSM:normal\\tPL:illumina\\tLB:normal\\tPG:bwa \
$reference \
$n_r1 \
$n_r2 \
-o $out