Skip to content
Snippets Groups Projects
Commit 48df030a authored by root's avatar root
Browse files

Update models

parent f7168f31
No related branches found
No related tags found
No related merge requests found
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
......@@ -32,7 +32,6 @@ class Report(StructuredNode):
jobid=StringProperty(unique_index=True, default=uuid4)
gphlpipedream_output=StringProperty(max_length=700)
version=StringProperty(max_length=700)
output=StringProperty(max_length=700)
terminationstatus=StringProperty(max_length=700)
# AutoProcscaling report properties
......@@ -150,8 +149,16 @@ class Report(StructuredNode):
'jobid': self.jobid,
'gphlpipedream_output': self.gphlpipedream_output,
'version': self.version,
'output': self.output,
'terminationstatus': self.terminationstatus,
'refinedCell_beta': self.refinedCell_beta,
'refinedCell_b': self.refinedCell_b,
'wavelength': self.wavelength,
'refinedCell_a': self.refinedCell_a,
'refinedCell_alpha': self.refinedCell_alpha,
'spaceGroup': self.spaceGroup,
'refinedCell_c': self.refinedCell_c,
'refinedCell_gamma': self.refinedCell_gamma,
'recordTimeStamp': self.recordTimeStamp,
'resolutionEllipsoidAxis13': self.resolutionEllipsoidAxis13,
......@@ -232,14 +239,5 @@ class Report(StructuredNode):
'innerShell_anomalousCompletenessSpherical': self.innerShell_anomalousCompletenessSpherical,
'innerShell_ccAnomalous': self.innerShell_ccAnomalous,
'innerShell_rMeasAllIPlusIMinus': self.innerShell_rMeasAllIPlusIMinus,
'refinedCell_beta': self.refinedCell_beta,
'refinedCell_b': self.refinedCell_b,
'wavelength': self.wavelength,
'refinedCell_a': self.refinedCell_a,
'refinedCell_alpha': self.refinedCell_alpha,
'spaceGroup': self.spaceGroup,
'refinedCell_c': self.refinedCell_c,
'refinedCell_gamma': self.refinedCell_gamma,
},
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment