paradox extension for the biopython.
PySide2 -> QtWidgets -> QWidget -> Visualizer
-
updateComboBox()clears and updates comboBox/dropdown
-
downloadPDB(name="temp")tries to download a file with index selected in comboBox/dropdown
-
getSearchList(query, max_length=10)searches the given query from the pydb library and returns max_length number of queries
-
changeFile()triggers FileDialog to get input filename
Python2 -> QtWebEngineWidgets -> QWebEngineView -> PDBVisualizer
-
__init__(width, height)initializes view and other variables
-
setupView()extracts html component and sets it to the class
-
parseSystem()parses pdb file
-
showFile()calls setupView()