diff --git a/Formula/gatk.rb b/Formula/gatk.rb index 7f54fc91d..33e06c459 100644 --- a/Formula/gatk.rb +++ b/Formula/gatk.rb @@ -6,7 +6,7 @@ class Gatk < Formula homepage "https://github.com/broadinstitute/gatk" url "https://github.com/broadinstitute/gatk/releases/download/4.6.2.0/gatk-4.6.2.0.zip" sha256 "32d2f90bf13fcb3a8ac765bb2cb8ec1fc9a6cc447055d0156bd1db2092d4e3e8" - license "BSD-3-Clause" + license "Apache-2.0" livecheck do url :stable @@ -28,6 +28,11 @@ class Gatk < Formula depends_on "python@3.10" depends_on "r" + on_linux do + # Picked up by the Python wheels installed below. + depends_on "zlib-ng-compat" + end + resource "homebrew-count_reads.bam" do url "https://github.com/broadinstitute/gatk/blob/626c88732c02b0fd5f395db20c91bf2784ec54b9/src/test/resources/org/broadinstitute/hellbender/tools/count_reads.bam?raw=true" sha256 "656e36331a39a3641565ef7810a529ac51270b4132007d7b94e6efff99133a2c"