File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
class Seqkit < Formula
2
2
desc "Cross-platform and ultrafast toolkit for FASTA/Q file manipulation in Golang"
3
3
homepage "https://bioinf.shenwei.me/seqkit"
4
- url "https://github.com/shenwei356/seqkit/archive/refs/tags/v2.7 .0.tar.gz"
5
- sha256 "b5c723ffd4640659860fc70a71c218d8f53bea0eae571cecc98eff04c7291e02 "
4
+ url "https://github.com/shenwei356/seqkit/archive/refs/tags/v2.8 .0.tar.gz"
5
+ sha256 "260ff3d483965b15071f4632f9f9c35ca335ebebbd74aa3322ecc37a999be7fe "
6
6
license "MIT"
7
7
head "https://github.com/shenwei356/seqkit.git" , branch : "master"
8
8
@@ -18,16 +18,16 @@ class Seqkit < Formula
18
18
19
19
depends_on "go" => :build
20
20
21
- resource "homebrew-testdata" do
22
- url "https://raw.githubusercontent.com/shenwei356/seqkit/e37d70a7e0ca0e53d6dbd576bd70decac32aba64/tests/seqs4amplicon.fa"
23
- sha256 "b0f09da63e3c677cc698d5cdff60e2d246368263c22385937169a9a4c321178a"
24
- end
25
-
26
21
def install
27
22
system "go" , "build" , *std_go_args ( ldflags : "-s -w" ) , "./seqkit"
28
23
end
29
24
30
25
test do
26
+ resource "homebrew-testdata" do
27
+ url "https://raw.githubusercontent.com/shenwei356/seqkit/e37d70a7e0ca0e53d6dbd576bd70decac32aba64/tests/seqs4amplicon.fa"
28
+ sha256 "b0f09da63e3c677cc698d5cdff60e2d246368263c22385937169a9a4c321178a"
29
+ end
30
+
31
31
resource ( "homebrew-testdata" ) . stage do
32
32
assert_equal ">seq1\n CCCACTGAAA" ,
33
33
shell_output ( "#{ bin } /seqkit amplicon --quiet -F CCC -R TTT seqs4amplicon.fa" ) . strip
You can’t perform that action at this time.
0 commit comments