Skip to content

Commit

Permalink
Revert "ntlink 1.3.11"
Browse files Browse the repository at this point in the history
This reverts commit 31387ea.
  • Loading branch information
YoshitakaMo committed Oct 20, 2024
1 parent 31387ea commit be1c172
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Formula/ntlink.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ class Ntlink < Formula
# cite Coombe_2021: "https://doi.org/10.1186/s12859-021-04451-7"
desc "Assembly scaffolder using long reads and minimizers"
homepage "https://bcgsc.ca/resources/software/ntlink"
url "https://github.com/bcgsc/ntLink/archive/refs/tags/v1.3.11.tar.gz"
sha256 "ca92bd4eb4cd6f2f81db54faaeaaf4686236f42db4b6f274f552a52a8460b869"
url "https://github.com/bcgsc/ntLink/archive/refs/tags/v1.3.10.tar.gz"
sha256 "248ccae217dd7ed2e4664c6b48235f8db2ba24d8896b8315f6e657f19d5f7085"
license "GPL-3.0-only"
head "https://github.com/bcgsc/ntLink.git", branch: "master"
head "https://github.com/bcgsc/ntLink.git"

bottle do
root_url "https://ghcr.io/v2/brewsci/bio"
Expand All @@ -20,7 +20,7 @@ class Ntlink < Formula
depends_on "abyss"
depends_on "brewsci/bio/btllib"
depends_on "numpy"
depends_on "python@3.13"
depends_on "python@3.12"
depends_on "xz"

uses_from_macos "libxml2"
Expand All @@ -36,7 +36,7 @@ class Ntlink < Formula
end

def python3
"python3.13"
"python3.12"
end

def install
Expand Down

0 comments on commit be1c172

Please sign in to comment.