Skip to content
Snippets Groups Projects
Commit 74ba9aa5 authored by B13nch3n's avatar B13nch3n
Browse files

Update version to 2.1.0

parent 35dbfe2c
No related branches found
No related tags found
No related merge requests found
Changes in Release 2.x Changes in Release 2.1.0
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
* Use the newer voronota implementation as default in CAD-score binding * Use the newer Voronota implementation as default in CAD-score binding
* Added HHblits3 support - HHblits2 still supported but considered deprecated * Added HHblits3 support - HHblits2 still supported but considered deprecated
* HMMScore: HMM-HMM alignment score as it is optimized in HHblits searches * HMMScore: HMM-HMM alignment score as it is optimized in HHblits searches
* Support for the new carbohydrate-extension in the mmCIF file format * Support for the new carbohydrate-extension in the mmCIF file format
......
...@@ -14,7 +14,7 @@ cmake_policy(SET CMP0060 NEW) ...@@ -14,7 +14,7 @@ cmake_policy(SET CMP0060 NEW)
project(OpenStructure CXX C) project(OpenStructure CXX C)
set (CMAKE_EXPORT_COMPILE_COMMANDS 1) set (CMAKE_EXPORT_COMPILE_COMMANDS 1)
set (OST_VERSION_MAJOR 2) set (OST_VERSION_MAJOR 2)
set (OST_VERSION_MINOR 0) set (OST_VERSION_MINOR 1)
set (OST_VERSION_PATCH 0) set (OST_VERSION_PATCH 0)
set (OST_VERSION_STRING ${OST_VERSION_MAJOR}.${OST_VERSION_MINOR}.${OST_VERSION_PATCH} ) set (OST_VERSION_STRING ${OST_VERSION_MAJOR}.${OST_VERSION_MINOR}.${OST_VERSION_PATCH} )
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/cmake_support) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/cmake_support)
......
...@@ -2,7 +2,7 @@ FROM ubuntu:18.04 ...@@ -2,7 +2,7 @@ FROM ubuntu:18.04
# ARGUMENTS # ARGUMENTS
########### ###########
ARG OPENSTRUCTURE_VERSION="2.0.0" ARG OPENSTRUCTURE_VERSION="2.1.0"
ARG SRC_FOLDER="/usr/local/src" ARG SRC_FOLDER="/usr/local/src"
ARG CPUS_FOR_MAKE=2 ARG CPUS_FOR_MAKE=2
ARG MSMS_VERSION="2.6.1" ARG MSMS_VERSION="2.6.1"
......
BootStrap: docker BootStrap: docker
From: registry.scicore.unibas.ch/schwede/openstructure:2.0.0-bionic From: registry.scicore.unibas.ch/schwede/openstructure:2.1.0-bionic
%post %post
############################################################################## ##############################################################################
# POST # POST
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment