ruby 自制的telseq安装;使用brew install(url)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ruby 自制的telseq安装;使用brew install(url)相关的知识,希望对你有一定的参考价值。

class Telseq < Formula
  desc "Program for estimating telomere length from sequence data"
  homepage "https://github.com/zd1/telseq"
  # doi "10.1093/nar/gku181"
  # tag "bioinformatics"

  url "https://github.com/zd1/telseq/archive/0.0.1.tar.gz"
  sha256 "310867d35d59b0c2e969a7733f80545209883f89330c937a2b716b00fd12d92e"

  head "https://github.com/zd1/telseq.git"

  depends_on "gcc"
  depends_on "bamtools"
  depends_on "automake"

  def install
    args = %W[PREFIX=#{prefix} CPP=#{ENV.cxx}]
    cd "src" do
      system "./autogen.sh"
      system "./configure --with-bamtools=#{Formula["bamtools"].opt_prefix}"
      system "make", "install"
    end
  end

  test do
    system "#{bin}/telseq"
  end
end

以上是关于ruby 自制的telseq安装;使用brew install(url)的主要内容,如果未能解决你的问题,请参考以下文章

ruby Elasticsearch公式,用于在brew包管理器1中使用最新(0.90.7)版本的elasticsearch服务器。 brew安装弹性体

ruby 使用hombrew-php安装php excel扩展和libxl的brew公式

brew安装nginx及其使用

sh 安装Telseq #install

Mac上安装brew 包管理工具

ruby 生成自制软件安装命令