Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WebMMB-php
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michal Malý
WebMMB-php
Commits
466b5672
Commit
466b5672
authored
Sep 30, 2021
by
Michal Malý
Browse files
Options
Downloads
Patches
Plain Diff
Document job types
parent
778e0712
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Types.inc
+7
-0
7 additions, 0 deletions
Types.inc
with
7 additions
and
0 deletions
Types.inc
+
7
−
0
View file @
466b5672
...
@@ -76,7 +76,14 @@ class JobState
...
@@ -76,7 +76,14 @@ class JobState
class
JobType
class
JobType
{
{
/**
* Job for folding a given biomolecule into a prescribed shape
*/
public
const
Standard
=
'Standard'
;
public
const
Standard
=
'Standard'
;
/**
* Job for adjusting the shape of a given biomolecule to make it
* fit into a given density map
*/
public
const
DensityFit
=
'DensityFit'
;
public
const
DensityFit
=
'DensityFit'
;
}
}
...
...
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