Skip to content

sya12005/Non-Greedy-Unbalanced-Huffman-Tree-Compressor-for-single-and-multi-fasta-files

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?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published