From 49da0e69ae2c2c90561a1ac703d8c52938b94c5f Mon Sep 17 00:00:00 2001 From: "Jose F. Sanchez" Date: Tue, 20 Sep 2016 13:25:59 +0200 Subject: [PATCH] Release v1.0.1 --- Change.log | 18 ++++++++++++++++++ NEWS | 6 +++++- docs/VERSION | 3 +++ files/installer_Linux.sh | 1 + files/installer_Mac.command | 1 + 5 files changed, 28 insertions(+), 1 deletion(-) diff --git a/Change.log b/Change.log index c37ce58..45b97f0 100644 --- a/Change.log +++ b/Change.log @@ -1,3 +1,21 @@ +commit 591bc5f740eb4912ee1675433cb9e059b9b5b467 +Author: Jose F. Sanchez +Date: Tue Sep 20 13:16:55 2016 +0200 + + Fixed a bug when using -NPG option in the Marker phase + +commit 603d882423a839b0f7f8c1b78d0122f850bb7663 +Author: molevol +Date: Mon Sep 19 19:18:30 2016 +0200 + + Release DOMINO v1.0 + +commit 8c4b6dcea424b7d379e7dc3e23a89abd06c67abb +Author: Jose F. Sanchez +Date: Mon Sep 19 18:03:52 2016 +0200 + + Release DOMINO v1.0 + commit 3cbccd730c7ea3814402a2be1693d88d039480b0 Author: Jose F. Sanchez Date: Mon Sep 19 13:30:35 2016 +0200 diff --git a/NEWS b/NEWS index 1a4de08..b6ad2d6 100644 --- a/NEWS +++ b/NEWS @@ -39,6 +39,10 @@ report to the main authors. Version Release History ==================================== +v1.0.1 +- Fixed a bug when using -NPG option in the marker discovery step + +######### v1.0 - Once published in Bioinformatics, DOMINO is finally released - Multithreading and a perl package named DOMINO.pm have been added meanwhile. @@ -50,4 +54,4 @@ v0.982 ######### v0.983 - Small bug solved in the input of some type of files for the cleaning phase -- Bug when copying perl src files in the git repository when using install.sh script \ No newline at end of file +- Bug when copying perl src files in the git repository when using install.sh script diff --git a/docs/VERSION b/docs/VERSION index 67703bb..d1e6a23 100644 --- a/docs/VERSION +++ b/docs/VERSION @@ -1,3 +1,6 @@ +v1.0.1 +- Fixed a bug when using -NPG option in the marker discovery step +######### v1.0 - Once published in Bioinformatics, DOMINO is finally released - Multithreading and a perl package named DOMINO.pm have been added meanwhile. diff --git a/files/installer_Linux.sh b/files/installer_Linux.sh index 6e63cea..cd72b7f 100755 --- a/files/installer_Linux.sh +++ b/files/installer_Linux.sh @@ -166,6 +166,7 @@ cd $current_dir mv $current_dir"/Qt-c++/"DOMINO $install_dir"/"bin mv $current_dir"/Qt-c++/"* $qt_code mv $current_dir"/"starter_Linux.sh $install_dir"/"bin +ln -s $install_dir"/bin/DOMINO" $install_dir cp uninstaller.sh $install_dir"/" echo "+ Removing temporary files..." diff --git a/files/installer_Mac.command b/files/installer_Mac.command index 42eeb1a..adcc1e8 100755 --- a/files/installer_Mac.command +++ b/files/installer_Mac.command @@ -173,6 +173,7 @@ mv $current_dir"/Qt-c++/"* $qt_code mv $current_dir"/"starter_Mac.command $install_dir"/"bin mv $install_dir"/"scripts $install_dir"/"bin ln -s $install_dir"/"bin"/"DOMINO.app ~/Desktop/ +ln -s $install_dir"/"bin"/"DOMINO.app $install_dir mv uninstaller.command $install_dir"/"bin echo "+ Copying necessary files..."