Skip to content
Snippets Groups Projects
Commit 466b5672 authored by Michal Malý's avatar Michal Malý
Browse files

Document job types

parent 778e0712
Branches
No related tags found
No related merge requests found
...@@ -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';
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment