Skip to content

Commit

Permalink
kissplice 2.6.7 (#1699)
Browse files Browse the repository at this point in the history
Fixes bug with symlinked bin entrypoint.
  • Loading branch information
fgindraud committed Jun 6, 2024
1 parent 2fb55d3 commit c28fa4f
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions Formula/kissplice.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ class Kissplice < Formula
# cite Sacomoto_2012: https://doi.org/10.1186/1471-2105-13-S6-S5
desc "Local transcriptome assembler for SNPs, indels and AS events"
homepage "https://kissplice.prabi.fr"
url "https://gitlab.inria.fr/erable/kissplice.git",
tag: "2.6.5",
revision: "00cb99c3b1971866089ef0439526647d328115d0"
url "https://gitlab.inria.fr/erable/kissplice/-/archive/2.6.7/kissplice-2.6.7.tar.gz"
sha256 "1904ffb3620a1073c5026915d19ec5fe21b9f23001995e4e1d906a64a817efe8"
license "CECILL-2.0"

bottle do
Expand Down Expand Up @@ -41,13 +40,12 @@ def install
end

test do
resource "git" do
url "https://gitlab.inria.fr/erable/kissplice.git",
tag: "2.6.5",
revision: "00cb99c3b1971866089ef0439526647d328115d0"
resource "data" do
url "https://gitlab.inria.fr/erable/kissplice/-/archive/2.6.7/kissplice-2.6.7.tar.gz"
sha256 "1904ffb3620a1073c5026915d19ec5fe21b9f23001995e4e1d906a64a817efe8"
end

resource("git").stage do
resource("data").stage do
# Run sample example from the git data
system "#{bin}/kissplice",
"-r", "sample_example/mock1.fq", "-r", "sample_example/mock2.fq",
Expand Down

0 comments on commit c28fa4f

Please sign in to comment.