From 64aec30825bbcc14e939efc83028cd64d260a89e Mon Sep 17 00:00:00 2001 From: evantarbell Date: Wed, 28 Nov 2018 17:21:51 -0500 Subject: [PATCH] typo in sort command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac7407e..76a9245 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Quick Start: -$ samtools ExampleFile.bam -o ExampleFile.sorted.bam +$ samtools sort ExampleFile.bam -o ExampleFile.sorted.bam $ samtools index ExampleFile.sorted.bam ExampleFile.sorted.bam.bai