Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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
```