Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
biopet.biopet
Commits
62983a15
Commit
62983a15
authored
Jul 13, 2016
by
Moustakas
Browse files
Improved phrasing
parent
83dfaffe
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/tools/MpileupToVcf.md
View file @
62983a15
# 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
sinc
e they describe each covered base position in the genome on a per read basis,
so
usually one does not want
to s
af
e the
se 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
becaus
e they describe each covered base position in the genome on a per read basis,
so
it is not desired
to s
tor
e the
m
.
----
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment