Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/applicativesystem/go-reference-alignment-estimate

estimate the alignment stats based on a selected reference genome or gene sequence from the alignment
https://github.com/applicativesystem/go-reference-alignment-estimate

bioinformatics evolutionary-biology evolutionary-computation genome-alignment-bioinformatics phylogenomics phylogenomics-bioinformatics phylogenomics-golang whole-genome-sequencing

Last synced: 7 days ago
JSON representation

estimate the alignment stats based on a selected reference genome or gene sequence from the alignment

Awesome Lists containing this project

README

        

# golang-reference-alignment-estimate

- This package deals with the genome or the gene alignment and you can define a reference sequence for the same.
- By defining the reference sequence, you are using that sequence against the other sequence for the calculation of the alignment estimates.

```
[gauravsablok@ultramarine]~/Desktop/codecreatede/golang/golang-reference-alignment-estimate% \
go run main.go -h
This is used to estimate the alignment according to the specified sequence

Usage:
flags [flags]

Flags:
-a, --alignment string alignment file (default "alignment file to be used for the estimate")
-h, --help help for flags
-s, --refsequence string reference sequence (default "sequence to be used as reference")
```
Gaurav Sablok