Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JFsanchezherrero committed Sep 20, 2016
1 parent 591bc5f commit 49da0e6
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 1 deletion.
18 changes: 18 additions & 0 deletions Change.log
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
commit 591bc5f740eb4912ee1675433cb9e059b9b5b467
Author: Jose F. Sanchez <[email protected]>
Date: Tue Sep 20 13:16:55 2016 +0200

Fixed a bug when using -NPG option in the Marker phase

commit 603d882423a839b0f7f8c1b78d0122f850bb7663
Author: molevol <[email protected]>
Date: Mon Sep 19 19:18:30 2016 +0200

Release DOMINO v1.0

commit 8c4b6dcea424b7d379e7dc3e23a89abd06c67abb
Author: Jose F. Sanchez <[email protected]>
Date: Mon Sep 19 18:03:52 2016 +0200

Release DOMINO v1.0

commit 3cbccd730c7ea3814402a2be1693d88d039480b0
Author: Jose F. Sanchez <[email protected]>
Date: Mon Sep 19 13:30:35 2016 +0200
Expand Down
6 changes: 5 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
- Bug when copying perl src files in the git repository when using install.sh script
3 changes: 3 additions & 0 deletions docs/VERSION
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions files/installer_Linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down
1 change: 1 addition & 0 deletions files/installer_Mac.command
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down

0 comments on commit 49da0e6

Please sign in to comment.