Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
ProMod3
Manage
Activity
Members
Plan
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
ProMod3
Commits
5f77436a
Commit
5f77436a
authored
5 years ago
by
Gerardo Tauriello
Browse files
Options
Downloads
Patches
Plain Diff
Update version to 2.0.0
parent
2f29360e
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG
+1
-1
1 addition, 1 deletion
CHANGELOG
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
container/Dockerfile
+1
-1
1 addition, 1 deletion
container/Dockerfile
with
4 additions
and
4 deletions
CHANGELOG
+
1
−
1
View file @
5f77436a
...
...
@@ -5,7 +5,7 @@
Changelog
================================================================================
Release
X
Release
2.0.0
--------------------------------------------------------------------------------
* Generalize particle scoring and rotamer construction in sidechain module.
...
...
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
2
−
2
View file @
5f77436a
...
...
@@ -15,8 +15,8 @@ project(ProMod3 CXX C)
include
(
PROMOD3
)
# versioning info
set
(
PROMOD3_VERSION_MAJOR
1
)
set
(
PROMOD3_VERSION_MINOR
3
)
set
(
PROMOD3_VERSION_MAJOR
2
)
set
(
PROMOD3_VERSION_MINOR
0
)
set
(
PROMOD3_VERSION_PATCH 0
)
set
(
PROMOD3_VERSION_STRING
${
PROMOD3_VERSION_MAJOR
}
.
${
PROMOD3_VERSION_MINOR
}
)
set
(
PROMOD3_VERSION_STRING
${
PROMOD3_VERSION_STRING
}
.
${
PROMOD3_VERSION_PATCH
}
)
...
...
This diff is collapsed.
Click to expand it.
container/Dockerfile
+
1
−
1
View file @
5f77436a
...
...
@@ -3,7 +3,7 @@ FROM ubuntu:18.04
# ARGUMENTS
###########
ARG
OPENSTRUCTURE_VERSION="1.10.0"
ARG
PROMOD_VERSION="
1.4
.0"
ARG
PROMOD_VERSION="
2.0
.0"
ARG
SRC_FOLDER="/usr/local/src"
ARG
CPUS_FOR_MAKE=4
ARG
COMPLIB_DIR="/usr/local/share/ost_complib"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment