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
418c1710
Commit
418c1710
authored
4 years ago
by
Studer Gabriel
Browse files
Options
Downloads
Patches
Plain Diff
Update version to 3.1.0
parent
9469af07
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG
+1
-1
1 addition, 1 deletion
CHANGELOG
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
container/Dockerfile
+2
-2
2 additions, 2 deletions
container/Dockerfile
container/Singularity
+1
-2
1 addition, 2 deletions
container/Singularity
with
5 additions
and
6 deletions
CHANGELOG
+
1
−
1
View file @
418c1710
...
...
@@ -5,7 +5,7 @@
Changelog
================================================================================
Release 3.
X.X
Release 3.
1.0
--------------------------------------------------------------------------------
* Introduce alignment processing steps in BuildRawModel
...
...
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
1
−
1
View file @
418c1710
...
...
@@ -24,7 +24,7 @@ include(PROMOD3)
# versioning info
set
(
PROMOD3_VERSION_MAJOR 3
)
set
(
PROMOD3_VERSION_MINOR
0
)
set
(
PROMOD3_VERSION_MINOR
1
)
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
+
2
−
2
View file @
418c1710
ARG
OPENSTRUCTURE_VERSION="2.0.0
-bionic
"
ARG
OPENSTRUCTURE_VERSION="2.0.0"
FROM
registry.scicore.unibas.ch/schwede/openstructure:${OPENSTRUCTURE_VERSION}
# ARGUMENTS
###########
ARG
PROMOD_VERSION="3.
0
.0"
ARG
PROMOD_VERSION="3.
1
.0"
ARG
SRC_FOLDER="/usr/local/src"
...
...
This diff is collapsed.
Click to expand it.
container/Singularity
+
1
−
2
View file @
418c1710
BootStrap: docker
From: registry.scicore.unibas.ch/schwede/promod3:3.0.0-OST2.0.0-bionic
%post
From: registry.scicore.unibas.ch/schwede/promod3:3.1.0%post
##############################################################################
# POST
##############################################################################
...
...
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