Skip to content
Snippets Groups Projects
Verified Commit 56722efb authored by Laurent Modolo's avatar Laurent Modolo
Browse files

version v0.1.3

parent 56ca8ce9
Branches
Tags
No related merge requests found
...@@ -101,7 +101,7 @@ dependencies = [ ...@@ -101,7 +101,7 @@ dependencies = [
[[package]] [[package]]
name = "bigwig2bam" name = "bigwig2bam"
version = "0.1.2" version = "0.1.3"
dependencies = [ dependencies = [
"bam", "bam",
"bigtools", "bigtools",
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# SPDX-License-Identifier: AGPL-3.0-or-later # SPDX-License-Identifier: AGPL-3.0-or-later
[package] [package]
name = "bigwig2bam" name = "bigwig2bam"
version = "0.1.2" version = "0.1.3"
edition = "2021" edition = "2021"
description = "A command line tools to convert bigwig file into single-end bam file" description = "A command line tools to convert bigwig file into single-end bam file"
license = "AGPL-3.0-or-later" license = "AGPL-3.0-or-later"
......
...@@ -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.70-alpine3.18 AS build FROM rust:1.70-alpine3.18 AS build
RUN apk add --no-cache musl-dev pkgconfig openssl-dev libc-dev && cargo install bigwig2bam --version 0.1.2 RUN apk add --no-cache musl-dev pkgconfig openssl-dev libc-dev && cargo install bigwig2bam --version 0.1.3
FROM alpine:3.18 FROM alpine:3.18
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment