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