Skip to content

Commit

Permalink
maker: Update sha256 and use homebrew/core/bioperl (#1420)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjackman authored Oct 12, 2021
1 parent 0526355 commit e16a2e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/maker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Maker < Formula
desc "Genome annotation pipeline"
homepage "https://www.yandell-lab.org/software/maker.html"
url "http://yandell.topaz.genetics.utah.edu/maker_downloads/static/maker-2.31.11.tgz"
sha256 "ebb66e798a6a996e4797878c1cb6154914b8e9ae0393381d3904af5782b3b0a5"
sha256 "129ce1d33df8ae29d417f0dac0df756398c5b76bdd58213233e94e735fe38c37"

bottle do
root_url "https://ghcr.io/v2/brewsci/bio"
Expand All @@ -20,8 +20,8 @@ class Maker < Formula

depends_on "cpanminus" => :build
depends_on "augustus"
depends_on "bioperl"
depends_on "blast"
depends_on "brewsci/bio/bioperl"
depends_on "brewsci/bio/exonerate"
depends_on "brewsci/bio/repeatmasker"
depends_on "brewsci/bio/snap"
Expand Down

0 comments on commit e16a2e4

Please sign in to comment.