diff --git a/DECOMPRESSION/README.TXT b/DECOMPRESSION/README.TXT new file mode 100644 index 0000000..026a61a --- /dev/null +++ b/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 + This command will produce + 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.