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
b4688da4
Commit
b4688da4
authored
8 years ago
by
Moustakas
Browse files
Options
Downloads
Patches
Plain Diff
Improve phrasing
parent
4ee4ee23
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/WipeReads.md
+5
-6
5 additions, 6 deletions
docs/tools/WipeReads.md
with
5 additions
and
6 deletions
docs/tools/WipeReads.md
+
5
−
6
View file @
b4688da4
# WipeReads
## Introduction
WipeReads is a tool for removing reads from indexed BAM files.
It respects pairing information and can be set to remove reads whose duplicate
maps outside of the target region. The main use case is to remove reads mapping
to known ribosomal RNA regions (using a supplied BED file containing intervals for these regions).
WipeReads is a tool for removing reads from indexed BAM files that are inside a user defined region.
It takes pairing information into account and can be set to remove reads if one of the pairs maps outside of the target region.
An application example is to remove reads mapping to known ribosomal RNA regions (using a supplied BED file containing intervals for these regions).
## Example
To open the help menu:
...
...
@@ -62,5 +61,5 @@ biopet tool WipeReads --input_file myBam.bam \
~~~
## Output
This tool outputs a bam file containing all the reads not inside
a
ribosomal region.
And
optionally a bam file with only the ribosomal re
ads
This tool outputs a bam file containing all the reads not inside
the
ribosomal region.
It can
optionally
output
a bam file with only the
reads inside the
ribosomal re
gion
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