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

https://github.com/abhijeetsingh1704/dna-to-binary

Bash program for DNA sequence to binary format translation
https://github.com/abhijeetsingh1704/dna-to-binary

binary-data conversion dna-sequences

Last synced: 6 months ago
JSON representation

Bash program for DNA sequence to binary format translation

Awesome Lists containing this project

README

          

# DNA-to-BINARY
Bash program for DNA sequence to binary format translation

The bash program used simple translation of DNA based to 0 or 1 as follows

A=00, T=11, C=01, G=10

## USAGE
```
bash DNA_2_BINARY.sh Filename.fasta
```