From df7c94cc3d526114868b6fd5504b2823633c690e Mon Sep 17 00:00:00 2001 From: Subrata Saha Date: Wed, 28 Sep 2016 12:51:13 -0400 Subject: [PATCH] Create README.TXT --- DECOMPRESSION/README.TXT | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 DECOMPRESSION/README.TXT 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.