zxjsdp / bioinfo-go

Bioinformatics tools written with Golang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bioinfo-Go

Bioinformatics tools written with Golang.

Usage

Do the following commands, then the executables will be in your $GOPATH/bin/ folder.

  • fasta2phylip

      go get github.com/zxjsdp/bioinfo-go/commands/fasta2phylip
    
  • phylip2fasta

      go get github.com/zxjsdp/bioinfo-go/commands/phylip2fasta
    

Tools list

  • Converters

    • fasta2phylip

      Convert FASTA (*.fasta) format file to Phylip (*.phy) format file.

    • phylip2fasta

      Convert Phylip (*.phy) format file to FASTA (*.fasta) format file.

About

Bioinformatics tools written with Golang.

License:Apache License 2.0


Languages

Language:Go 100.0%