From 62983a151a4742b1366450a5c1a5a9bd091f1381 Mon Sep 17 00:00:00 2001 From: Ioannis Moustakas <i.moustakas@lumc.nl> Date: Wed, 13 Jul 2016 18:06:37 +0200 Subject: [PATCH] Improved phrasing --- docs/tools/MpileupToVcf.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/tools/MpileupToVcf.md b/docs/tools/MpileupToVcf.md index d1b3200e4..c1666209e 100644 --- a/docs/tools/MpileupToVcf.md +++ b/docs/tools/MpileupToVcf.md @@ -1,10 +1,10 @@ # MpileupToVcf ## Introduction -This tool enables a user to extract a VCF file out a mpileup file generated from the BAM file. -The tool can also stream through STDin and STDout so that the mpileup file is not stored on disk. -Mpileup files tend to be very large since they describe each covered base position in the genome on a per read basis, -so usually one does not want to safe these files. +This tool enables a user to extract a VCF file out a mpileup file generated from the BAM file using *samtools mpileup*, for instance. +The tool can also stream through STDin and STDout so that it is not necessary to store the mpileup file on disk. +Mpileup files can to be very large because they describe each covered base position in the genome on a per read basis, +so it is not desired to store them. ---- -- GitLab