diff --git a/docs/tools/MpileupToVcf.md b/docs/tools/MpileupToVcf.md index d1b3200e4f14878f22cd48168ad0f22eb9f999ed..c1666209ed4a7eeac69f1375512d0f94796a69d7 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. ----