From dd4123dd15dc1e9576ce69374f40d85dcf5cbce3 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Sun, 31 Mar 2024 00:51:35 -0400 Subject: [PATCH] minor --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af8fb5c..60853f2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Minipileup is a simple pileup-based variant caller. It takes a reference FASTA -and one or multiple alignment BAM, and outputs a multi-sample VCF with -candidate variants along with allele counts: +and one or multiple alignment BAM, and outputs a multi-sample VCF along with +allele counts: ```sh minipileup -yf ref.fa aln1.bam aln2.bam > var.vcf ```