Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bam25prime
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
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
Blaise LI
bam25prime
Commits
55b750c4
Commit
55b750c4
authored
5 years ago
by
Blaise Li
Browse files
Options
Downloads
Patches
Plain Diff
Updated README, that was a copy of another one.
parent
199d217a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+24
-5
24 additions, 5 deletions
README.md
with
24 additions
and
5 deletions
README.md
+
24
−
5
View file @
55b750c4
# Utilities to generate stats and graphs from reads.
This is a very preliminary version, with very few utilities.
# Utilities to collapse reads in bam files to their 5' end.
## Installing
Get the source using
`git clone git@gitlab.pasteur.fr:bli/
libreads
.git`
,
`cd`
into it and run
`python3 -m pip install .`
Get the source using
`git clone git@gitlab.pasteur.fr:bli/
bam25prime
.git`
,
`cd`
into it and run
`python3 -m pip install .`
It might also work directly:
python3 -m pip install git+ssh://git@gitlab.pasteur.fr/bli/libreads.git
python3 -m pip install git+ssh://git@gitlab.pasteur.fr/bli/bam25prime.git
## Usage
This package provides a
`bam25prime`
.
Its help can be obtained using option
`-h`
or
`--help`
.
```
$ bam25prime --help
usage: bam25prime [-h] -b BAMFILE -o OUT_BED
When executed, this module collapses reads in a bam file to their 5-prime end
(reducing them to length 1) and writes the result in bed format.
optional arguments:
-h, --help show this help message and exit
-b BAMFILE, --bamfile BAMFILE
Sorted and indexed bam file containing the aligned
reads. (default: None)
-o OUT_BED, --out_bed OUT_BED
Bed file in which the results should be written.
(default: None)
```
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