def __init__(self):
     super().__init__(self.docker_image_name, self.docker_image_tag)
     with open(getJsonName(__file__,"downloadURL")) as f:
         self.data=jsonpickle.decode(f.read())
         f.close()
     self.initVolumes()
     self.inputConnections = ConnectionDict(self.inputConnectionsStore)
     self.drawGUI()
 def __init__(self):
     super().__init__(self.docker_image_name, self.docker_image_tag)
     with open("/widgets/DtoxSAlignment/DtoxSAlignment.json") as f:
         self.data=jsonpickle.decode(f.read())
         f.close()
     self.initVolumes()
     self.inputConnections = ConnectionDict(self.inputConnectionsStore)
     self.drawGUI()