Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
== Non-Greedy Unbalanced Huffman Tree Compressor for single and multi fasta files
# This package contains the following files:
- README
This file.
- NUHT_Compress
The Compressor
- NUHT_Decompress
The Decompressor
--Software version--
This is version 1.0.0, supporting compressing of genome fasta and multi-fasta files.
--Installation--
The tool is already in binary; there is no need for installation.
--Running the Tools--
- NUHT_Compress
- Run command:
Mac & Linux:
./NUHT_Compress example.fasta
- Output/:
example.nuht
- NUHT_Decompress
- Run command:
Mac & Linux:
./NUHT_Decompress example.nuht
- Output/:
example_.fasta