Skip to content

Commit

Permalink
Fix typo in GATK bp script
Browse files Browse the repository at this point in the history
  • Loading branch information
malinlarsson committed Nov 16, 2023
1 parent e29bb14 commit 574cac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topics/vc/lab_vc.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ do
echo "Now analyzing: ${sample}"
# map the reads
bwa mem \\
-R "@RG\tID:${sample}\tPU:flowcellx_lanex\tSM:${sample}\tLB:libraryx\tPL:illumina" \\
-R "@RG\\tID:${sample}\\tPU:flowcellx_lanex\\tSM:${sample}\\tLB:libraryx\\tPL:illumina" \\
-t 1 human_g1k_v37_chr2.fasta \\
"${sample}_1.fq" "${sample}_2.fq" | samtools sort > "${sample}.bam"
Expand Down

0 comments on commit 574cac2

Please sign in to comment.