Skip to content

Evaluation Improvements

Choose a tag to compare

@coleslaw481 coleslaw481 released this 18 May 21:50
· 210 commits to master since this release
  • EvaluationTask modified to pass path to blastnfilter task to evaluate.py. Issue #139

  • Median RMSD added to post_evaluation.py outputs. Issue #136

  • Added histogram of RMSD scores to post_evaluation.py outputs. Issue #137

  • Continuously output the analysis result into the pickle csv and txt files. Issue #133

  • Align the docked complex using the binding site alignment for each of the crystal template and calculate the RMSD, if the binding site alignment failed, then the whole protein alignment will be applied

  • Improve the extraction step in the evaluate.py to ensure the RMSD calculating was only applied to the docked ligand but not all others ligand like solvents or co-factors

  • Add the ligand center calculation step in the evaluate.py to output the distance of the docked ligand with the crystal ligand. Also calculate the distance between the original LMCSS ligand center with the crystal ligand center

  • Update the genchallengedata.py to extract Apo chain which is closed to the LMCSS ligand. Issue #135