File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ class Sylph < Formula
2+ desc "Ultrafast taxonomic profiling and genome querying for metagenomic samples"
3+ homepage "https://github.com/bluenote-1577/sylph"
4+ url "https://github.com/bluenote-1577/sylph/archive/refs/tags/v0.8.1.tar.gz"
5+ sha256 "9dceb4e2302ece3ca225218dfb8367c88a88c98d1eb4e8eac82a202195584099"
6+ license "MIT"
7+
8+ bottle do
9+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "2954424cd08c4d8072a175ebc40f37ecf77b0d06e951260f25b05b34567f4c5f"
10+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "95c93babdea5665924b5cb74d60f02a7d42bdbfd12cb9dfbb8eda92c33c8dbe0"
11+ sha256 cellar : :any_skip_relocation , arm64_ventura : "76d50d6ad5c25502e1d71a0a181cc620904ae158527033a9161a9da8c4565ba0"
12+ sha256 cellar : :any_skip_relocation , sonoma : "5070cc49e003cb41107c381f915f10edeabb2dbf96fe44fec23801d0e5646104"
13+ sha256 cellar : :any_skip_relocation , ventura : "eae42b22d269a0b84c5f5563f287c27162ec28a7cd0f5bc64e9f5d02d447de4a"
14+ sha256 cellar : :any_skip_relocation , x86_64_linux : "60c3f96393a71348348ca80657d9cb13de8acd19744b8744f138a8d42c774b7d"
15+ end
16+
17+ depends_on "cmake" => :build
18+ depends_on "rust" => :build
19+
20+ def install
21+ system "cargo" , "install" , *std_cargo_args
22+ pkgshare . install "test_files"
23+ end
24+
25+ test do
26+ cp_r pkgshare /"test_files/." , testpath
27+ system bin /"sylph" , "sketch" , "o157_reads.fastq.gz"
28+ assert_path_exists "o157_reads.fastq.gz.sylsp"
29+ end
30+ end
You can’t perform that action at this time.
0 commit comments