https://github.com/kussell-lab/ReferenceAlignmentGenerator
Tip revision: ada21baeb1343bce4c5282e268d93e6d3ce93837 authored by Asher Preska Steinberg on 29 October 2021, 14:16:15 UTC
README update
README update
Tip revision: ada21ba
go.mod
module github.com/apsteinberg/ReferenceAlignmentGenerator
go 1.16
require (
github.com/alecthomas/kingpin v2.2.6+incompatible
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15 // indirect
github.com/boltdb/bolt v1.3.1
github.com/cheggaaa/pb v1.0.29
github.com/kussell-lab/biogo v0.0.0-20180102204004-ca4e680bc9e3
github.com/stretchr/testify v1.7.0 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)