-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add go modules * Add new simulated data for testing * Update to go 1.15 * Test go 1.15
- Loading branch information
1 parent
7af0d0b
commit e495b41
Showing
6 changed files
with
4,688 additions
and
4,388 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
module github.com/tanghaibao/allhic | ||
|
||
go 1.15 | ||
|
||
require ( | ||
github.com/MaxHalford/eaopt v0.4.2 | ||
github.com/biogo/hts v1.2.2 | ||
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 // indirect | ||
github.com/cznic/sortutil v0.0.0-20181122101858-f5f958428db8 // indirect | ||
github.com/gobuffalo/envy v1.9.0 // indirect | ||
github.com/gobuffalo/packd v1.0.0 // indirect | ||
github.com/gobuffalo/packr v1.30.1 | ||
github.com/gonum/blas v0.0.0-20181208220705-f22b278b28ac // indirect | ||
github.com/gonum/floats v0.0.0-20181209220543-c233463c7e82 // indirect | ||
github.com/gonum/internal v0.0.0-20181124074243-f884aa714029 // indirect | ||
github.com/gonum/lapack v0.0.0-20181123203213-e4cdc5a0bff9 // indirect | ||
github.com/gonum/matrix v0.0.0-20181209220409-c518dec07be9 | ||
github.com/klauspost/compress v1.11.4 // indirect | ||
github.com/klauspost/pgzip v1.2.5 // indirect | ||
github.com/kshedden/gonpy v0.0.0-20190510000443-66c21fac4672 | ||
github.com/oddg/hungarian-algorithm v0.0.0-20170809162819-9567cbc363de | ||
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 | ||
github.com/remyoudompheng/bigfft v0.0.0-20190728182440-6a916e37a237 // indirect | ||
github.com/rogpeppe/go-internal v1.6.2 // indirect | ||
github.com/shenwei356/bio v0.0.0-20201213090627-18e3e643a476 | ||
github.com/shenwei356/bpool v0.0.0-20160710042833-f9e0ee4d0403 // indirect | ||
github.com/shenwei356/util v0.0.0-20201214054755-2942125340cd // indirect | ||
github.com/shenwei356/xopen v0.0.0-20181203091311-f4f16ddd3992 | ||
github.com/spf13/cobra v1.1.1 | ||
github.com/ugorji/go v1.1.4 // indirect | ||
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a // indirect | ||
) |
Oops, something went wrong.