From 0a43fb54fbdea0dd2220e3e60e4e3d299e296b22 Mon Sep 17 00:00:00 2001 From: Ke Hu Date: Tue, 12 Apr 2016 10:51:15 -0400 Subject: [PATCH] update build and version infomation. --- .idea/modules/BSPAT_standAlone.iml | 2 +- .idea/modules/BSPAT_standAlone_main.iml | 2 +- .idea/modules/BSPAT_standAlone_test.iml | 2 +- BSPAT_standAlone/README.md | 1 + BSPAT_standAlone/build.gradle | 17 ++++++++++------- BSPAT_standAlone/gradle.properties | 4 ++++ 6 files changed, 18 insertions(+), 10 deletions(-) create mode 100644 BSPAT_standAlone/gradle.properties diff --git a/.idea/modules/BSPAT_standAlone.iml b/.idea/modules/BSPAT_standAlone.iml index 04d1b2b..1fc2369 100644 --- a/.idea/modules/BSPAT_standAlone.iml +++ b/.idea/modules/BSPAT_standAlone.iml @@ -1,5 +1,5 @@ - + diff --git a/.idea/modules/BSPAT_standAlone_main.iml b/.idea/modules/BSPAT_standAlone_main.iml index 07cde32..146c31e 100644 --- a/.idea/modules/BSPAT_standAlone_main.iml +++ b/.idea/modules/BSPAT_standAlone_main.iml @@ -1,5 +1,5 @@ - + diff --git a/.idea/modules/BSPAT_standAlone_test.iml b/.idea/modules/BSPAT_standAlone_test.iml index 144ee28..1394459 100644 --- a/.idea/modules/BSPAT_standAlone_test.iml +++ b/.idea/modules/BSPAT_standAlone_test.iml @@ -1,5 +1,5 @@ - + diff --git a/BSPAT_standAlone/README.md b/BSPAT_standAlone/README.md index 01556f2..8c8023b 100644 --- a/BSPAT_standAlone/README.md +++ b/BSPAT_standAlone/README.md @@ -1,5 +1,6 @@ BSPAT ===== +v1.0.0-beta # 1.Introduction BSPAT is a fast tool for analysing co-occurrence methylation patterns in bisulfite sequencing data. diff --git a/BSPAT_standAlone/build.gradle b/BSPAT_standAlone/build.gradle index a0fb1da..ba2f9a3 100644 --- a/BSPAT_standAlone/build.gradle +++ b/BSPAT_standAlone/build.gradle @@ -23,7 +23,7 @@ sourceSets { } } -version '0.1-beta' +version = theVersion repositories { jcenter() @@ -62,16 +62,15 @@ CreateStartScripts buildStartScript(String appName, String mainClass, Iterable