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
- Host: GitHub
- URL: https://github.com/abhijeetsingh1704/dna-to-binary
- Owner: abhijeetsingh1704
- License: gpl-3.0
- Created: 2019-01-08T07:06:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-12T08:25:35.000Z (almost 3 years ago)
- Last Synced: 2025-03-28T02:38:26.429Z (7 months ago)
- Topics: binary-data, conversion, dna-sequences
- Language: Shell
- Size: 21.5 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DNA-to-BINARY
Bash program for DNA sequence to binary format translationThe 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
```