Skip to content

Commit

Permalink
maker: Update sha256 and use homebrew/core/bioperl
Browse files Browse the repository at this point in the history
  • Loading branch information
sjackman committed Sep 30, 2021
1 parent 3f17874 commit 8b36ad1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Formula/maker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ 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"
revision 1

bottle do
root_url "https://ghcr.io/v2/brewsci/bio"
Expand All @@ -20,8 +21,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 8b36ad1

Please sign in to comment.