Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ensemble info to feedback #21

Closed
dsclassen opened this issue Jan 8, 2025 · 0 comments · Fixed by #22
Closed

Add ensemble info to feedback #21

dsclassen opened this issue Jan 8, 2025 · 0 comments · Fixed by #22
Assignees
Labels
enhancement New feature or request

Comments

@dsclassen
Copy link
Contributor

Current IFeedbackData:

interface IFeedbackData {
  mw_saxs: number
  mw_model: number
  mw_err: number
  best_model: string
  overall_chi_square: number
  q_ranges: number[]
  chi_squares_of_regions: number[]
  residuals_of_regions: number[]
  mw_feedback: string
  overall_chi_square_feedback: string
  highest_chi_square_feedback: string
  second_highest_chi_square_feedback: string
  regional_chi_square_feedback: string
  timestamp: Date
}

might rename best_model to best_model_dat_file and add best_ensemble_pdb_file

@dsclassen dsclassen self-assigned this Jan 8, 2025
@dsclassen dsclassen added the enhancement New feature or request label Jan 8, 2025
@dsclassen dsclassen linked a pull request Jan 8, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant