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
83dfaffe
Commit
83dfaffe
authored
8 years ago
by
Moustakas
Browse files
Options
Downloads
Patches
Plain Diff
Improved phrasing
parent
4ca992a5
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/FindRepeatsPacBio.md
+4
-3
4 additions, 3 deletions
docs/tools/FindRepeatsPacBio.md
with
4 additions
and
3 deletions
docs/tools/FindRepeatsPacBio.md
+
4
−
3
View file @
83dfaffe
# FindRepeatsPacBio
## Introduction
This tool looks and annotates repeat regions inside a BAM file. It extracts the regions of interest from a bed file and then intersects
those regions with the BAM file. On those extracted regions the tool will perform a
Mpileup and counts all insertions/deletions etc. etc. for that specific location on a per read basis.
This tool searches for and annotates repeat regions inside a BAM file.
It intersect the regions provided in the bed file with the BAM file and extracts them.
On the extracted regions
*samtools mpileup*
will be run and all insertions, deletions or substitutions will be counted on a per read basis
## Example
...
...
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