File: use-original-thist.patch

package info (click to toggle)
seqkit 2.10.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 72,284 kB
  • sloc: sh: 940; perl: 114; makefile: 14
file content (28 lines) | stat: -rw-r--r-- 763 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Author: Maytham Alsudany <maytha8thedev@gmail.com>
Forwarded: not-needed
Description: Use github.com/bsipis/thist
 Upstream moved to a fork that only has very minor changes, whereas the
 original is already in Debian.

--- a/seqkit/cmd/bam.go
+++ b/seqkit/cmd/bam.go
@@ -35,7 +35,7 @@
 
 	"github.com/biogo/hts/bam"
 	"github.com/biogo/hts/sam"
-	"github.com/botond-sipos/thist"
+	"github.com/bsipos/thist"
 	"github.com/shenwei356/bio/seq"
 	"github.com/shenwei356/xopen"
 	"github.com/spf13/cobra"
--- a/seqkit/cmd/watch.go
+++ b/seqkit/cmd/watch.go
@@ -30,7 +30,7 @@
 	"strings"
 	"time"
 
-	"github.com/botond-sipos/thist"
+	"github.com/bsipos/thist"
 	"github.com/shenwei356/bio/seq"
 	"github.com/shenwei356/bio/seqio/fastx"
 	"github.com/shenwei356/xopen"