Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bamcalib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
LBMC
Bernard
bamcalib
Commits
6c6e9914
Verified
Commit
6c6e9914
authored
1 year ago
by
Laurent Modolo
Browse files
Options
Downloads
Patches
Plain Diff
update README and Dockerfile to v1.0.5
parent
fb238b38
Branches
master
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Cargo.lock
+1
-1
1 addition, 1 deletion
Cargo.lock
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
README.md
+5
-3
5 additions, 3 deletions
README.md
with
7 additions
and
5 deletions
Cargo.lock
+
1
−
1
View file @
6c6e9914
...
@@ -65,7 +65,7 @@ dependencies = [
...
@@ -65,7 +65,7 @@ dependencies = [
[[package]]
[[package]]
name = "bamcalib"
name = "bamcalib"
version = "0.1.
4
"
version = "0.1.
5
"
dependencies = [
dependencies = [
"bam",
"bam",
"bigtools",
"bigtools",
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
−
1
View file @
6c6e9914
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
# SPDX-License-Identifier: AGPL-3.0-or-later
# SPDX-License-Identifier: AGPL-3.0-or-later
FROM
rust:1.67-alpine3.17
AS
build
FROM
rust:1.67-alpine3.17
AS
build
RUN
apk add
--no-cache
musl-dev pkgconfig openssl-dev
&&
cargo
install
bamcalib
--version
0.1.
3
RUN
apk add
--no-cache
musl-dev pkgconfig openssl-dev
&&
cargo
install
bamcalib
--version
0.1.
5
FROM
alpine:3.17
FROM
alpine:3.17
...
...
This diff is collapsed.
Click to expand it.
README.md
+
5
−
3
View file @
6c6e9914
...
@@ -20,13 +20,13 @@ You need `cargo` installed
...
@@ -20,13 +20,13 @@ You need `cargo` installed
Then run the following command:
Then run the following command:
```
sh
```
sh
cargo
install
bamcalib
--version
0.1.
4
cargo
install
bamcalib
--version
0.1.
5
```
```
You can also use the
`lbmc/bamcalib:0.1.
4
`
Docker image
You can also use the
`lbmc/bamcalib:0.1.
5
`
Docker image
```
sh
```
sh
docker run
-it
lbmc/bamcalib:0.1.
4
bamcalib
docker run
-it
lbmc/bamcalib:0.1.
5
bamcalib
```
```
## Usage
## Usage
...
@@ -59,6 +59,8 @@ The `bamcalib` expect the following parameters:
...
@@ -59,6 +59,8 @@ The `bamcalib` expect the following parameters:
-
not passing quality controls
-
not passing quality controls
-
PCR or optical duplicate
-
PCR or optical duplicate
-
`-t`
,
`--thread <thread>`
number of threads to parse bam files and write the bigwig file
-
`-t`
,
`--thread <thread>`
number of threads to parse bam files and write the bigwig file
-
`--no-fragment-estimation`
compute coverage from read information instead of fragment estimation
-
`--intermediate-bigwig`
output normIP and normWCE bigwig files (not just the ratio of the two)
-
`-V`
,
`--version`
Print version information
-
`-V`
,
`--version`
Print version information
## Method
## Method
...
...
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