File: replace-xopen-module.patch

package info (click to toggle)
ggd-utils 1.0.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 188 kB
  • sloc: sh: 63; makefile: 14
file content (26 lines) | stat: -rw-r--r-- 724 bytes parent folder | download | duplicates (3)
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
Description: Replace https://github.com/brentp/xopen with https://github.com/shenwei356/xopen since the latter is in the archive and simply a fork of the former.
Author: Nilesh Patra <npatra974@gmail.com>
Forwarded: not-needed
Last-Update: 2020-11-15
--- a/genomefile.go
+++ b/genomefile.go
@@ -10,7 +10,7 @@
 	"strconv"
 	"strings"
 
-	"github.com/brentp/xopen"
+	"github.com/shenwei356/xopen"
 )
 
 // GenomeFile has the Lengths and Orders of the chromosomes.
--- a/cmd/check-sort-order/main.go
+++ b/cmd/check-sort-order/main.go
@@ -13,7 +13,7 @@
 
 	"github.com/alexflint/go-arg"
 	"github.com/biogo/hts/bgzf"
-	"github.com/brentp/xopen"
+	"github.com/shenwei356/xopen"
 	ggd_utils "github.com/gogetdata/ggd-utils"
 )