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
75732ac3
Commit
75732ac3
authored
4 years ago
by
Studer Gabriel
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into develop
parents
6a98f548
22760b42
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG
+7
-0
7 additions, 0 deletions
CHANGELOG
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
container/Dockerfile
+1
-1
1 addition, 1 deletion
container/Dockerfile
container/Singularity
+1
-1
1 addition, 1 deletion
container/Singularity
with
10 additions
and
3 deletions
CHANGELOG
+
7
−
0
View file @
75732ac3
...
...
@@ -5,6 +5,13 @@
Changelog
================================================================================
Release 3.1.0
--------------------------------------------------------------------------------
* Introduce alignment processing steps in BuildRawModel
* Several minor bug fixes, improvements, and speed-ups.
Release 3.0.0
--------------------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
1
−
1
View file @
75732ac3
...
...
@@ -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
+
1
−
1
View file @
75732ac3
...
...
@@ -3,7 +3,7 @@ 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
−
1
View file @
75732ac3
BootStrap: docker
From: registry.scicore.unibas.ch/schwede/promod3:3.
0
.0-OST2.0.0-bionic
From: registry.scicore.unibas.ch/schwede/promod3:3.
1
.0-OST2.0.0-bionic
%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