Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naturale0/seqcompressor
FASTA compressor (just for fun)
https://github.com/naturale0/seqcompressor
Last synced: 6 days ago
JSON representation
FASTA compressor (just for fun)
- Host: GitHub
- URL: https://github.com/naturale0/seqcompressor
- Owner: naturale0
- Created: 2018-06-20T12:00:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-20T12:06:35.000Z (over 6 years ago)
- Last Synced: 2024-11-08T03:44:10.813Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FASTA Compressor
FASTA format 파일을 압축하는 알고리즘입니다. 재미로 공부하면서 짜본거라 압축속도는 매우 느립니다.
진짜 중요한 시퀀스를 압축하는 데에 쓰려면 .2bit를 사용하세요.
***Scripts should be run with Python 3***.
# Compressor/Decompressor scripts and corresponding format
```
[COMPRESS] [DECOMPR] [FORMAT]
fa2said.py <-> said2fa.py *.said
fa2two.py <-> two2fa.py *.two
```