File: README.md

package info (click to toggle)
golang-github-shenwei356-bio 0.13.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 852 kB
  • sloc: perl: 114; sh: 58; makefile: 21
file content (23 lines) | stat: -rwxr-xr-x 694 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
# bio - a lightweight and high-performance bioinformatics package for Golang

[![Go Reference](https://pkg.go.dev/badge/github.com/shenwei356/bio.svg)](https://pkg.go.dev/github.com/shenwei356/bio)
[![Go Report Card](https://goreportcard.com/badge/github.com/shenwei356/bio)](https://goreportcard.com/report/github.com/shenwei356/bio)



See sub packages for details.

## Install

    go get -u github.com/shenwei356/bio

## Support

Please [open an issue](https://github.com/shenwei356/bio/issues) to report bugs,
propose new functions or ask for help.

## License

Copyright (c) 2013-2021, Wei Shen (shenwei356@gmail.com)

[MIT License](https://github.com/shenwei356/bio/blob/master/LICENSE)