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

Fix bugs and recent developments in MDSPACE & MDTOMO #189

Merged
merged 4 commits into from
Oct 16, 2023

Conversation

mms29
Copy link
Collaborator

@mms29 mms29 commented Oct 2, 2023

Some fixes and recent developments

  • New protocol to convert a set of PDBs from C-alpha traces to All-atom models
  • Fix bugs when exporting clusters in MDTOMO
  • Fix warning on pointers when exporting clusters in MDSPACE
  • New viewer for free energy in 3D
  • Fix bug when performing subtomogram averaging using the alignment parameters from the particle set in scipion
  • Fix bug of MDSPACE & MDTOMO template with sampling rate
  • New viewer for the clusters created by MDSPACE & MDTOMO

Copy link
Collaborator

@MohamadHarastani MohamadHarastani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice job and clean code!

PDB_SOURCE_OBJECT = 1
PDB_SOURCE_TRAJECT = 2
class FlexProtCA2AA(ProtAnalysis3D):
""" Protocol to convert at set of carbon-alpha PDBs to all-atom PDBs using a reference all-atom PDB. """
Copy link
Collaborator

@MohamadHarastani MohamadHarastani Oct 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello Remi
Out of curiosity, how are you using this function?

form.addParam('reducedSpace', params.PathParam, label="Provide a txt file of the existing reduced space", condition="loadReducedSpace",
help="Cloud of point of N dimension constituing a reduced space "
" obtained by any reduction method. The file is a txt file.", expertLevel=params.LEVEL_ADVANCED)

form.addParam('method', params.EnumParam, label="Reduction method", default=REDUCE_METHOD_PCA,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing "Dimensionality" before "Reduction method"

group.addParam('freeEnergySize', IntParam, default=100,
label='Sampling size' )
group.addParam('freeEnergySize', IntParam, default=50,
label='Resolution (pix)' )
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolution is already an abused term, maybe we replace it by "window size (pix)"? otherwise, add some description in help

@MohamadHarastani MohamadHarastani merged commit 8b9fa9f into devel Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants