Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Create README.TXT
  • Loading branch information
sus11005 committed Sep 28, 2016
1 parent 9dd824f commit df7c94c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions DECOMPRESSION/README.TXT
@@ -0,0 +1,17 @@
Please, compile and run the code in Linux machine.
Java source code is compiled and run by Java Virtual Machine (JVM) 1.6.0.

Please follow the instruction below:

(1) Compile the classes:
>javac DecompressCG.java
>chmod 777 *

(2) Run the tool:
>java DecompressCG <reference_file_name> <archive_name> <out_file_name>
This command will produce <out_file_name>
Example: java Driver chr_ko224_21.fa chr21.nrgc.7z chr21.fa
The above command will produce chr21.fa

(3) 7zip executable files should be in the running directory.
For convenience we have already provided the executables.

0 comments on commit df7c94c

Please sign in to comment.