Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ntlink 1.3.11 #1935

Merged
merged 1 commit into from
Oct 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Formula/ntlink.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
class Ntlink < Formula

Check warning on line 1 in Formula/ntlink.rb

View workflow job for this annotation

GitHub Actions / build-bottles (macos-15)

No bottle built for ntlink!

ntlink has unbottled dependencies, so a bottle will not be built.
include Language::Python::Virtualenv
# 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.10.tar.gz"
sha256 "248ccae217dd7ed2e4664c6b48235f8db2ba24d8896b8315f6e657f19d5f7085"
url "https://github.com/bcgsc/ntLink/archive/refs/tags/v1.3.11.tar.gz"
sha256 "ca92bd4eb4cd6f2f81db54faaeaaf4686236f42db4b6f274f552a52a8460b869"
license "GPL-3.0-only"
head "https://github.com/bcgsc/ntLink.git"
head "https://github.com/bcgsc/ntLink.git", branch: "master"

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

uses_from_macos "libxml2"
Expand All @@ -36,7 +36,7 @@
end

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

def install
Expand Down
Loading