- Preprocess.py and SeqCompress_main.py were scripts for the first algorithm.
- Using preprocess.py to process the origin sequence.
- Using SeqCompress_main.py to finish the compressing.We supply an function,users can change the sequence and length according to their own requirements .
This script was based on the SeqCompress.py.
- In the script named SeedBasedCompressing.py,we supply the functions of seed generating,sequence extending and sequence compressing.
- Users can change the origin sequence,length of the seed based. on their own requirements.