Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/applicativesystem/go-phylogenomics-filter

go phylogenomics routines.
https://github.com/applicativesystem/go-phylogenomics-filter

bioinformatics genome-analysis genome-annotation-analysis genome-anntoation golang-application golang-package phylogenomics

Last synced: 7 days ago
JSON representation

go phylogenomics routines.

Awesome Lists containing this project

README

        

# goroutines-phylogenomics-filter

- go phylogenomics routines.
- takes a alignment file, a header to write and merges all the alignment with the specified header and deletes indels

```
[gauravsablok@fedora]~/Desktop/codecreatede/goroutines-phylogenomics-filter% \
go run main.go -h
Usage of /tmp/go-build430267477/b001/exe/main:
-alignmentfile string
file (default "path to the alignment file")
-title string
gene name (default "name of the header of the gene"
[gauravsablok@fedora]~/Desktop/codecreatede/goroutines-phylogenomics-filter% \
go run main.go -alignmentfile ./sample-files/test.fasta -title filteredphylo
> filteredphylo
TCAGTATCTCTATCTC

```

Gaurav Sablok