Skip to content

Latest commit

 

History

History
executable file
·
19 lines (17 loc) · 1.85 KB

changenotes.md

File metadata and controls

executable file
·
19 lines (17 loc) · 1.85 KB

CoronaWhy Explorer Change Notes

June 23, 2020. Nic.

Added pre-calculation of residue/atom positions in aligned structure-chain sequences at the data entry point. New property is called resaln, and specifies the position of the residue an atom belongs to relative to a specified alignment. This links atoms to sequence alignment positions so that atom-derived information can be displayed in the alignment framework of the explorer panels.

To activate this change you need to:

  1. Migrate:
    • python manage.py makemigrations explorer.
    • python manage.py migrate explorer.
  2. Run the alignment table generator:
  3. Import the results:
    • Note that depending on how many atoms are defined, importing may take a minute or two.
    • Go to webCovidPortal/ and import using python manage.py import_structureresiduealignment explorer/data/structure/alignment/conformed_alignment_table.csv.
  4. Test: