Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
biopet.biopet
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirrors
biopet.biopet
Commits
62983a15
Commit
62983a15
authored
8 years ago
by
Moustakas
Browse files
Options
Downloads
Patches
Plain Diff
Improved phrasing
parent
83dfaffe
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/tools/MpileupToVcf.md
+4
-4
4 additions, 4 deletions
docs/tools/MpileupToVcf.md
with
4 additions
and
4 deletions
docs/tools/MpileupToVcf.md
+
4
−
4
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
.
----
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment