Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sya12005 committed Sep 28, 2017
1 parent 83c37d3 commit 42d3d98
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,20 @@ The tool is already in binary; there is no need for installation.

- NUHT_Compress
- Run command:
./NUHT_Compress example.fasta
Mac & Linux:
./NUHT_Compress example.fasta
Windows:
NUHT_Compress.exe example.fasta
- Output/:
example.nuht


- NUHT_Decompress
- Run command:
./NUHT_Decompress example.nuht
Mac & Linux:
./NUHT_Decompress example.nuht
Windows:
NUHT_Decompress.exe example.nuht

- Output/:
example_.fasta
example_.fasta

0 comments on commit 42d3d98

Please sign in to comment.