|
+
|
SELECT ••• "structure_model"."id", "structure_model"."protein_id", "structure_model"."state_id", "structure_model"."main_template_id", "structure_model"."pdb_data_id", "structure_model"."version", "structure_model"."stats_text_id" FROM "structure_model" INNER JOIN "protein" ON ("structure_model"."protein_id" = "protein"."id") INNER JOIN "protein_state" ON ("structure_model"."state_id" = "protein_state"."id") WHERE ("protein"."entry_name" = 'hrh1_human' AND "protein_state"."slug" = 'intermediate')
|
|
3.69
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(206)
model = StructureModel.objects.get(protein__entry_name=modelname, state__slug=state)
|
|
+
|
SELECT ••• "structure"."id", "structure"."protein_conformation_id", "structure"."structure_type_id", "structure"."pdb_code_id", "structure"."state_id", "structure"."author_state_id", "structure"."publication_id", "structure"."preferred_chain", "structure"."resolution", "structure"."publication_date", "structure"."pdb_data_id", "structure"."representative", "structure"."distance_representative", "structure"."contact_representative", "structure"."contact_representative_score", "structure"."inactive_class_contacts_fraction", "structure"."active_class_contacts_fraction", "structure"."class_contact_representative", "structure"."annotated", "structure"."refined", "structure"."distance", "structure"."tm6_angle", "structure"."gprot_bound_likeness", "structure"."sodium", "structure"."signprot_complex_id", "structure"."stats_text_id", "structure"."mammal", "structure"."closest_to_human" FROM "structure" WHERE "structure"."id" = 367
|
|
0.94
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(207)
model_main_template = model.main_template
|
|
+
|
SELECT ••• "protein"."id", "protein"."parent_id", "protein"."family_id", "protein"."species_id", "protein"."source_id", "protein"."residue_numbering_scheme_id", "protein"."sequence_type_id", "protein"."entry_name", "protein"."accession", "protein"."name", "protein"."sequence" FROM "protein" WHERE "protein"."id" = 32
68 similar queries.
Duplicated 4 times.
|
|
0.77
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(208)
if model.protein.accession:
|
|
+
|
SELECT ••• "residue_generic_numbering_scheme"."id", "residue_generic_numbering_scheme"."parent_id", "residue_generic_numbering_scheme"."slug", "residue_generic_numbering_scheme"."short_name", "residue_generic_numbering_scheme"."name" FROM "residue_generic_numbering_scheme" WHERE "residue_generic_numbering_scheme"."slug" = 'gpcrdb'
|
|
0.51
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(210)
a = Alignment()
/home/protwis/gpcrdb_test/common/alignment.py in __init__(55)
self.default_numbering_scheme = ResidueNumberingScheme.objects.get(slug=settings.DEFAULT_NUMBERING_SCHEME)
|
|
+
|
SELECT ••• "protein_conformation"."id", "protein_conformation"."protein_id", "protein_conformation"."state_id" FROM "protein_conformation" WHERE "protein_conformation"."protein_id" = 32
|
|
0.45
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(211)
a.load_reference_protein(model.protein)
/home/protwis/gpcrdb_test/common/alignment.py in load_reference_protein(117)
pconf = ProteinConformation.objects.get(protein=protein)
|
|
+
|
SELECT ••• "protein"."id", "protein"."parent_id", "protein"."family_id", "protein"."species_id", "protein"."source_id", "protein"."residue_numbering_scheme_id", "protein"."sequence_type_id", "protein"."entry_name", "protein"."accession", "protein"."name", "protein"."sequence" FROM "protein" WHERE "protein"."id" = 32
68 similar queries.
Duplicated 4 times.
|
|
0.33
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(211)
a.load_reference_protein(model.protein)
/home/protwis/gpcrdb_test/common/alignment.py in load_reference_protein(123)
self.update_numbering_schemes()
/home/protwis/gpcrdb_test/common/alignment.py in update_numbering_schemes(298)
if pc.protein.residue_numbering_scheme.slug not in self.numbering_schemes:
|
|
+
|
SELECT ••• "residue_generic_numbering_scheme"."id", "residue_generic_numbering_scheme"."parent_id", "residue_generic_numbering_scheme"."slug", "residue_generic_numbering_scheme"."short_name", "residue_generic_numbering_scheme"."name" FROM "residue_generic_numbering_scheme" WHERE "residue_generic_numbering_scheme"."id" = 7
|
|
0.27
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(211)
a.load_reference_protein(model.protein)
/home/protwis/gpcrdb_test/common/alignment.py in load_reference_protein(123)
self.update_numbering_schemes()
/home/protwis/gpcrdb_test/common/alignment.py in update_numbering_schemes(298)
if pc.protein.residue_numbering_scheme.slug not in self.numbering_schemes:
|
|
+
|
SELECT ••• "protein_conformation"."id", "protein_conformation"."protein_id", "protein_conformation"."state_id" FROM "protein_conformation" WHERE "protein_conformation"."id" = 55129
33 similar queries.
Duplicated 2 times.
|
|
0.31
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(212)
a.load_proteins([model.main_template.protein_conformation.protein.parent])
|
|
+
|
SELECT ••• "protein"."id", "protein"."parent_id", "protein"."family_id", "protein"."species_id", "protein"."source_id", "protein"."residue_numbering_scheme_id", "protein"."sequence_type_id", "protein"."entry_name", "protein"."accession", "protein"."name", "protein"."sequence" FROM "protein" WHERE "protein"."id" = 55129
68 similar queries.
Duplicated 2 times.
|
|
0.30
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(212)
a.load_proteins([model.main_template.protein_conformation.protein.parent])
|
|
+
|
SELECT ••• "protein"."id", "protein"."parent_id", "protein"."family_id", "protein"."species_id", "protein"."source_id", "protein"."residue_numbering_scheme_id", "protein"."sequence_type_id", "protein"."entry_name", "protein"."accession", "protein"."name", "protein"."sequence" FROM "protein" WHERE "protein"."id" = 7
68 similar queries.
Duplicated 3 times.
|
|
0.25
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(212)
a.load_proteins([model.main_template.protein_conformation.protein.parent])
|
|
+
|
SELECT ••• "protein_conformation"."id", "protein_conformation"."protein_id", "protein_conformation"."state_id", "protein"."id", "protein"."parent_id", "protein"."family_id", "protein"."species_id", "protein"."source_id", "protein"."residue_numbering_scheme_id", "protein"."sequence_type_id", "protein"."entry_name", "protein"."accession", "protein"."name", "protein"."sequence", "species"."id", "species"."latin_name", "species"."common_name", "residue_generic_numbering_scheme"."id", "residue_generic_numbering_scheme"."parent_id", "residue_generic_numbering_scheme"."slug", "residue_generic_numbering_scheme"."short_name", "residue_generic_numbering_scheme"."name", "protein_state"."id", "protein_state"."slug", "protein_state"."name" FROM "protein_conformation" INNER JOIN "protein" ON ("protein_conformation"."protein_id" = "protein"."id") INNER JOIN "species" ON ("protein"."species_id" = "species"."id") LEFT OUTER JOIN "residue_generic_numbering_scheme" ON ("protein"."residue_numbering_scheme_id" = "residue_generic_numbering_scheme"."id") INNER JOIN "protein_state" ON ("protein_conformation"."state_id" = "protein_state"."id") INNER JOIN "protein_family" ON ("protein"."family_id" = "protein_family"."id") WHERE "protein_conformation"."protein_id" IN (7) ORDER BY "protein_family"."slug" ASC, "protein"."entry_name" ASC
|
|
1.79
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(212)
a.load_proteins([model.main_template.protein_conformation.protein.parent])
/home/protwis/gpcrdb_test/common/alignment.py in load_proteins(140)
for pconf in protein_conformations:
|
|
+
|
SELECT ••• "protein_segment"."id", "protein_segment"."slug", "protein_segment"."name", "protein_segment"."category", "protein_segment"."fully_aligned", "protein_segment"."partial", "protein_segment"."proteinfamily" FROM "protein_segment" WHERE "protein_segment"."id" IN (SELECT ••• DISTINCT ON (U3."slug") U0."protein_segment_id" FROM "residue" U0 INNER JOIN "protein_conformation" U1 ON (U0."protein_conformation_id" = U1."id") LEFT OUTER JOIN "protein_segment" U3 ON (U0."protein_segment_id" = U3."id") WHERE U1."protein_id" = 32 ORDER BY U3."slug" ASC) ORDER BY "protein_segment"."id" ASC
|
|
1.52
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(214)
a.load_segments(segs)
/home/protwis/gpcrdb_test/common/alignment.py in load_segments(195)
for s in selected_segments:
|
|
+
|
SELECT ••• "residue_generic_number"."id", "residue_generic_number"."scheme_id", "residue_generic_number"."protein_segment_id", "residue_generic_number"."label", "protein_segment"."id", "protein_segment"."slug", "protein_segment"."name", "protein_segment"."category", "protein_segment"."fully_aligned", "protein_segment"."partial", "protein_segment"."proteinfamily" FROM "residue_generic_number" INNER JOIN "protein_segment" ON ("residue_generic_number"."protein_segment_id" = "protein_segment"."id") WHERE ("residue_generic_number"."protein_segment_id" IN (1, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21) AND "residue_generic_number"."scheme_id" = 1) ORDER BY "residue_generic_number"."label" ASC
|
|
1.94
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(214)
a.load_segments(segs)
/home/protwis/gpcrdb_test/common/alignment.py in load_segments(209)
for segment_residue in segment_positions:
|
|
+
|
SELECT ••• "residue"."id", "residue"."protein_conformation_id", "residue"."protein_segment_id", "residue"."generic_number_id", "residue"."display_generic_number_id", "residue"."sequence_number", "residue"."amino_acid" FROM "residue" INNER JOIN "protein_segment" ON ("residue"."protein_segment_id" = "protein_segment"."id") WHERE ("residue"."protein_conformation_id" IN (32, 7) AND "protein_segment"."slug" IN ('N-term', 'TM1', 'ICL1', 'TM2', 'ECL1', 'TM3', 'ICL2', 'TM4', 'ECL2', 'TM5', 'ICL3', 'TM6', 'ECL3', 'TM7', 'H8', 'C-term')) ORDER BY "residue"."sequence_number" ASC
2 similar queries.
Duplicated 2 times.
|
|
4.26
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(215)
a.build_alignment()
/home/protwis/gpcrdb_test/common/alignment.py in build_alignment(334)
self.number_of_residues_total = len(rs)
|
|
+
|
SELECT ••• "residue"."id", "residue"."protein_conformation_id", "residue"."protein_segment_id", "residue"."generic_number_id", "residue"."display_generic_number_id", "residue"."sequence_number", "residue"."amino_acid" FROM "residue" INNER JOIN "protein_segment" ON ("residue"."protein_segment_id" = "protein_segment"."id") WHERE ("residue"."protein_conformation_id" IN (32, 7) AND "protein_segment"."slug" IN ('N-term', 'TM1', 'ICL1', 'TM2', 'ECL1', 'TM3', 'ICL2', 'TM4', 'ECL2', 'TM5', 'ICL3', 'TM6', 'ECL3', 'TM7', 'H8', 'C-term')) ORDER BY "residue"."sequence_number" ASC
2 similar queries.
Duplicated 2 times.
|
|
1.52
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(215)
a.build_alignment()
/home/protwis/gpcrdb_test/common/alignment.py in build_alignment(382)
for r in rs:
|
|
+
|
SELECT ••• "protein_conformation"."id", "protein_conformation"."protein_id", "protein_conformation"."state_id" FROM "protein_conformation" WHERE "protein_conformation"."id" IN (32, 7) ORDER BY "protein_conformation"."id" ASC
|
|
0.28
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(215)
a.build_alignment()
/home/protwis/gpcrdb_test/common/alignment.py in build_alignment(382)
for r in rs:
|
|
+
|
SELECT ••• "protein"."id", "protein"."parent_id", "protein"."family_id", "protein"."species_id", "protein"."source_id", "protein"."residue_numbering_scheme_id", "protein"."sequence_type_id", "protein"."entry_name", "protein"."accession", "protein"."name", "protein"."sequence" FROM "protein" WHERE "protein"."id" IN (32, 7)
|
|
0.33
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(215)
a.build_alignment()
/home/protwis/gpcrdb_test/common/alignment.py in build_alignment(382)
for r in rs:
|
|
+
|
SELECT ••• "protein_state"."id", "protein_state"."slug", "protein_state"."name" FROM "protein_state" WHERE "protein_state"."id" IN (1)
|
|
0.24
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(215)
a.build_alignment()
/home/protwis/gpcrdb_test/common/alignment.py in build_alignment(382)
for r in rs:
|
|
+
|
SELECT ••• "protein_segment"."id", "protein_segment"."slug", "protein_segment"."name", "protein_segment"."category", "protein_segment"."fully_aligned", "protein_segment"."partial", "protein_segment"."proteinfamily" FROM "protein_segment" WHERE "protein_segment"."id" IN (1, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21) ORDER BY "protein_segment"."id" ASC
|
|
0.32
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(215)
a.build_alignment()
/home/protwis/gpcrdb_test/common/alignment.py in build_alignment(382)
for r in rs:
|
|
+
|
SELECT ••• "residue_generic_number"."id", "residue_generic_number"."scheme_id", "residue_generic_number"."protein_segment_id", "residue_generic_number"."label" FROM "residue_generic_number" WHERE "residue_generic_number"."id" IN (88576, 30722, 37378, 43010, 2, 6, 7, 4, 79876, 83466, 83467, 85510, 9, 14, 15, 16, 17, 18, 19, 20, 12, 13, 66072, 27, 16414, 2079, 10270, 18462, 32802, 39458, 40994, 45089, 52780, 53806, 55347, 10, 80949, 77366, 26168, 57400, 59448, 61496, 68152, 11, 3646, 5694, 22078, 26174, 28226, 34882, 47169, 51266, 70718, 81989, 84544, 84547, 596, 89174, 63576, 24158, 7774, 13918, 69216, 30306, 98, 36962, 41570, 72295, 73322, 65656, 79480, 86651, 78461, 9854, 18046, 11390, 15998, 32386, 39042, 44673, 75396, 76414, 92800, 87176, 74380, 54927, 70290, 92307, 56984, 59032, 61080, 67736, 88056, 93849, 5278, 3230, 1695, 46753, 27810, 34466, 42146, 85164, 80559, 93361, 52404, 183, 63160, 89785, 23742, 7358, 11966, 13502, 19646, 29890, 36546, 48833, 50881, 91838, 83146, 84171, 65240, 25307, 71900, 9438, 15582, 81632, 44257, 31970, 38626, 42722, 84191, 54507, 70898, 86259, 94078, 8190, 24574, 56568, 60664, 67320, 53500, 4862, 46337, 27394, 34050, 40706, 87809, 88322, 70419, 77076, 78102, 74007, 25880, 62744, 53532, 6942, 13086, 21278, 1313, 29474, 23326, 36130, 48417, 50465, 50466, 75046, 76072, 91437, 69937, 64824, 82746, 52027, 9022, 15166, 88894, 43841, 31554, 38210, 41282, 54087, 73034, NULL, 80210, 71509, 56152, 66904, 89432, 86875, 11102, 17246, 45921, 26978, 33634, 40290, 68964, 83810, 92526, 58232, 62328, 12670, 20862, 22910, 6526, 29058, 35714, 41858, 48001, 50049, 83838, 93066, 81293, 64408, 85912, 410, 11678, 2463, 8606, 929, 31138, 14750, 37794, 43426, 63992, 78761, 76714, 77739, 91563, 25005, 53165, 84911, 93615, 66488, 51642, 10686, 16830, 75712, 45505, 33218, 39874, 42434, 69573, 82370, 53191, 87493, 92098, 73674, 55758, 74704, 70613, 26584, 57816, 59864, 61912, 68568, 72668, 22494, 20446, 4062, 6110, 12254, 28642, 35298, 47585, 49633, 71138, 91122, 25592, 14334)
|
|
1.09
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(215)
a.build_alignment()
/home/protwis/gpcrdb_test/common/alignment.py in build_alignment(382)
for r in rs:
|
|
+
|
SELECT ••• "residue_generic_numbering_scheme"."id", "residue_generic_numbering_scheme"."parent_id", "residue_generic_numbering_scheme"."slug", "residue_generic_numbering_scheme"."short_name", "residue_generic_numbering_scheme"."name" FROM "residue_generic_numbering_scheme" WHERE "residue_generic_numbering_scheme"."id" IN (1)
2 similar queries.
|
|
0.25
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(215)
a.build_alignment()
/home/protwis/gpcrdb_test/common/alignment.py in build_alignment(382)
for r in rs:
|
|
+
|
SELECT ••• "residue_generic_number"."id", "residue_generic_number"."scheme_id", "residue_generic_number"."protein_segment_id", "residue_generic_number"."label" FROM "residue_generic_number" WHERE "residue_generic_number"."id" IN (47617, 28674, 35330, 49665, 71172, 88068, 90119, 87519, 90635, 64024, 25625, 88601, 24606, 8222, 2080, 31, 14366, 30754, 37410, 43043, 79903, 85541, 93630, 84574, 83498, 91181, 84575, 83505, 66104, 68600, 572, 10302, 16446, 18494, 45121, 32834, 39490, 41026, 55379, 80979, 77399, 26200, 57432, 59480, 61528, 68184, 22110, 20062, 3678, 5726, 2142, 28258, 34914, 47201, 49249, 52837, 53859, 70752, 82022, 89186, 116, 4094, 20478, 26230, 63608, 69245, 13950, 7806, 24190, 30338, 36994, 41602, 72323, 648, 73356, 86668, 51347, 65688, 79512, 87193, 78491, 92829, 16030, 9886, 1696, 18078, 11422, 32418, 39074, 44705, 75426, 76446, 74409, 70315, 92339, 93876, 54965, 22526, 57016, 59064, 61112, 67768, 5310, 3262, 21694, 46785, 27842, 34498, 42178, 50882, 85196, 93390, 80591, 63192, 89816, 90330, 19678, 23774, 224, 7390, 11998, 1758, 13534, 29922, 36578, 48865, 84193, 83178, 242, 84215, 65272, 90874, 9470, 17662, 15614, 44289, 32002, 38658, 42755, 50944, 52485, 70910, 71935, 81664, 86285, 54546, 87826, 88343, 25368, 56600, 58648, 60696, 67352, 4894, 2847, 1312, 46369, 27426, 34082, 40738, 77091, 79141, 59896, 53553, 78131, 25912, 62776, 74041, 19262, 23358, 6974, 13118, 21310, 29506, 36162, 48449, 50497, 50498, 69960, 70469, 75076, 91462, NULL, 88916, 64856, 53593, 82778, 2909, 15198, 9054, 43873, 31586, 38242, 41314, 73062, 61944, 80234, 54127, 89457, 12286, 56184, 60280, 66936, 71545, 86907, 17278, 1406, 11134, 4478, 27010, 33666, 40322, 45953, 68995, 83841, 92552, 76096, 52108, 91871, 58264, 62360, 94104, 81307, 6558, 12702, 928, 2464, 20894, 22942, 29090, 35746, 41890, 48033, 50081, 83876, 93099, 64440, 85944, 91578, 18878, 8638, 11710, 14782, 31170, 37826, 43459, 84933, 77766, 78791, 76744, 471, 66520, 75738, 25051, 73692, 92123, 2526, 10718, 991, 16862, 26594, 33250, 39906, 42467, 45537, 69603, 82402, 55785, 70633, 74732, 51699, 53238, 53239, 57848, 91126, 72701, 6142)
|
|
1.06
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(215)
a.build_alignment()
/home/protwis/gpcrdb_test/common/alignment.py in build_alignment(382)
for r in rs:
|
|
+
|
SELECT ••• "residue_generic_numbering_scheme"."id", "residue_generic_numbering_scheme"."parent_id", "residue_generic_numbering_scheme"."slug", "residue_generic_numbering_scheme"."short_name", "residue_generic_numbering_scheme"."name" FROM "residue_generic_numbering_scheme" WHERE "residue_generic_numbering_scheme"."id" IN (7)
2 similar queries.
|
|
0.26
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(215)
a.build_alignment()
/home/protwis/gpcrdb_test/common/alignment.py in build_alignment(382)
for r in rs:
|
|
+
|
SELECT ••• "protein_state"."id", "protein_state"."slug", "protein_state"."name" FROM "protein_state" WHERE "protein_state"."id" = 1
2 similar queries.
|
|
0.25
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(215)
a.build_alignment()
/home/protwis/gpcrdb_test/common/alignment.py in build_alignment(565)
pcid = pc.protein.entry_name + "-" + pc.state.slug
|
|
+
|
SELECT ••• "stats_text"."id", "stats_text"."stats_text" FROM "stats_text" WHERE "stats_text"."id" = 542
|
|
2.19
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(221)
rotamers = parse_model_statsfile(model.stats_text.stats_text, residues)
|
|
+
|
SELECT ••• "residue"."id", "residue"."protein_conformation_id", "residue"."protein_segment_id", "residue"."generic_number_id", "residue"."display_generic_number_id", "residue"."sequence_number", "residue"."amino_acid" FROM "residue" INNER JOIN "protein_conformation" ON ("residue"."protein_conformation_id" = "protein_conformation"."id") WHERE "protein_conformation"."protein_id" = 32 ORDER BY "residue"."sequence_number" ASC
|
|
0.99
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(221)
rotamers = parse_model_statsfile(model.stats_text.stats_text, residues)
/home/protwis/gpcrdb_test/structure/views.py in parse_model_statsfile(306)
receptor_residues_dict = {r.sequence_number:r for r in receptor_residues}
|
|
+
|
SELECT ••• "structure"."id", "structure"."protein_conformation_id", "structure"."structure_type_id", "structure"."pdb_code_id", "structure"."state_id", "structure"."author_state_id", "structure"."publication_id", "structure"."preferred_chain", "structure"."resolution", "structure"."publication_date", "structure"."pdb_data_id", "structure"."representative", "structure"."distance_representative", "structure"."contact_representative", "structure"."contact_representative_score", "structure"."inactive_class_contacts_fraction", "structure"."active_class_contacts_fraction", "structure"."class_contact_representative", "structure"."annotated", "structure"."refined", "structure"."distance", "structure"."tm6_angle", "structure"."gprot_bound_likeness", "structure"."sodium", "structure"."signprot_complex_id", "structure"."stats_text_id", "structure"."mammal", "structure"."closest_to_human" FROM "structure" INNER JOIN "web_link" ON ("structure"."pdb_code_id" = "web_link"."id") WHERE "web_link"."index" = '5TVN'
32 similar queries.
|
|
1.96
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(221)
rotamers = parse_model_statsfile(model.stats_text.stats_text, residues)
/home/protwis/gpcrdb_test/structure/views.py in parse_model_statsfile(327)
backbone_struct = Structure.objects.get(pdb_code__index=backbone_pdb)
|
|
+
|
SELECT ••• "structure"."id", "structure"."protein_conformation_id", "structure"."structure_type_id", "structure"."pdb_code_id", "structure"."state_id", "structure"."author_state_id", "structure"."publication_id", "structure"."preferred_chain", "structure"."resolution", "structure"."publication_date", "structure"."pdb_data_id", "structure"."representative", "structure"."distance_representative", "structure"."contact_representative", "structure"."contact_representative_score", "structure"."inactive_class_contacts_fraction", "structure"."active_class_contacts_fraction", "structure"."class_contact_representative", "structure"."annotated", "structure"."refined", "structure"."distance", "structure"."tm6_angle", "structure"."gprot_bound_likeness", "structure"."sodium", "structure"."signprot_complex_id", "structure"."stats_text_id", "structure"."mammal", "structure"."closest_to_human" FROM "structure" INNER JOIN "web_link" ON ("structure"."pdb_code_id" = "web_link"."id") WHERE "web_link"."index" = '7DFL'
32 similar queries.
|
|
1.28
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(221)
rotamers = parse_model_statsfile(model.stats_text.stats_text, residues)
/home/protwis/gpcrdb_test/structure/views.py in parse_model_statsfile(335)
rotamer_struct = Structure.objects.get(pdb_code__index=rotamer_pdb)
|
|
+
|
SELECT ••• "structure"."id", "structure"."protein_conformation_id", "structure"."structure_type_id", "structure"."pdb_code_id", "structure"."state_id", "structure"."author_state_id", "structure"."publication_id", "structure"."preferred_chain", "structure"."resolution", "structure"."publication_date", "structure"."pdb_data_id", "structure"."representative", "structure"."distance_representative", "structure"."contact_representative", "structure"."contact_representative_score", "structure"."inactive_class_contacts_fraction", "structure"."active_class_contacts_fraction", "structure"."class_contact_representative", "structure"."annotated", "structure"."refined", "structure"."distance", "structure"."tm6_angle", "structure"."gprot_bound_likeness", "structure"."sodium", "structure"."signprot_complex_id", "structure"."stats_text_id", "structure"."mammal", "structure"."closest_to_human" FROM "structure" INNER JOIN "web_link" ON ("structure"."pdb_code_id" = "web_link"."id") WHERE "web_link"."index" = '5NDD'
32 similar queries.
|
|
1.23
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(221)
rotamers = parse_model_statsfile(model.stats_text.stats_text, residues)
/home/protwis/gpcrdb_test/structure/views.py in parse_model_statsfile(335)
rotamer_struct = Structure.objects.get(pdb_code__index=rotamer_pdb)
|
|
+
|
SELECT ••• "structure"."id", "structure"."protein_conformation_id", "structure"."structure_type_id", "structure"."pdb_code_id", "structure"."state_id", "structure"."author_state_id", "structure"."publication_id", "structure"."preferred_chain", "structure"."resolution", "structure"."publication_date", "structure"."pdb_data_id", "structure"."representative", "structure"."distance_representative", "structure"."contact_representative", "structure"."contact_representative_score", "structure"."inactive_class_contacts_fraction", "structure"."active_class_contacts_fraction", "structure"."class_contact_representative", "structure"."annotated", "structure"."refined", "structure"."distance", "structure"."tm6_angle", "structure"."gprot_bound_likeness", "structure"."sodium", "structure"."signprot_complex_id", "structure"."stats_text_id", "structure"."mammal", "structure"."closest_to_human" FROM "structure" INNER JOIN "web_link" ON ("structure"."pdb_code_id" = "web_link"."id") WHERE "web_link"."index" = '6W25'
32 similar queries.
|
|
1.21
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(221)
rotamers = parse_model_statsfile(model.stats_text.stats_text, residues)
/home/protwis/gpcrdb_test/structure/views.py in parse_model_statsfile(335)
rotamer_struct = Structure.objects.get(pdb_code__index=rotamer_pdb)
|
|
+
|
SELECT ••• "structure"."id", "structure"."protein_conformation_id", "structure"."structure_type_id", "structure"."pdb_code_id", "structure"."state_id", "structure"."author_state_id", "structure"."publication_id", "structure"."preferred_chain", "structure"."resolution", "structure"."publication_date", "structure"."pdb_data_id", "structure"."representative", "structure"."distance_representative", "structure"."contact_representative", "structure"."contact_representative_score", "structure"."inactive_class_contacts_fraction", "structure"."active_class_contacts_fraction", "structure"."class_contact_representative", "structure"."annotated", "structure"."refined", "structure"."distance", "structure"."tm6_angle", "structure"."gprot_bound_likeness", "structure"."sodium", "structure"."signprot_complex_id", "structure"."stats_text_id", "structure"."mammal", "structure"."closest_to_human" FROM "structure" INNER JOIN "web_link" ON ("structure"."pdb_code_id" = "web_link"."id") WHERE "web_link"."index" = '3VW7'
32 similar queries.
|
|
1.18
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(221)
rotamers = parse_model_statsfile(model.stats_text.stats_text, residues)
/home/protwis/gpcrdb_test/structure/views.py in parse_model_statsfile(335)
rotamer_struct = Structure.objects.get(pdb_code__index=rotamer_pdb)
|
|
+
|
SELECT ••• "structure"."id", "structure"."protein_conformation_id", "structure"."structure_type_id", "structure"."pdb_code_id", "structure"."state_id", "structure"."author_state_id", "structure"."publication_id", "structure"."preferred_chain", "structure"."resolution", "structure"."publication_date", "structure"."pdb_data_id", "structure"."representative", "structure"."distance_representative", "structure"."contact_representative", "structure"."contact_representative_score", "structure"."inactive_class_contacts_fraction", "structure"."active_class_contacts_fraction", "structure"."class_contact_representative", "structure"."annotated", "structure"."refined", "structure"."distance", "structure"."tm6_angle", "structure"."gprot_bound_likeness", "structure"."sodium", "structure"."signprot_complex_id", "structure"."stats_text_id", "structure"."mammal", "structure"."closest_to_human" FROM "structure" INNER JOIN "web_link" ON ("structure"."pdb_code_id" = "web_link"."id") WHERE "web_link"."index" = '5XSZ'
32 similar queries.
|
|
1.17
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(221)
rotamers = parse_model_statsfile(model.stats_text.stats_text, residues)
/home/protwis/gpcrdb_test/structure/views.py in parse_model_statsfile(335)
rotamer_struct = Structure.objects.get(pdb_code__index=rotamer_pdb)
|
|
+
|
SELECT ••• "structure"."id", "structure"."protein_conformation_id", "structure"."structure_type_id", "structure"."pdb_code_id", "structure"."state_id", "structure"."author_state_id", "structure"."publication_id", "structure"."preferred_chain", "structure"."resolution", "structure"."publication_date", "structure"."pdb_data_id", "structure"."representative", "structure"."distance_representative", "structure"."contact_representative", "structure"."contact_representative_score", "structure"."inactive_class_contacts_fraction", "structure"."active_class_contacts_fraction", "structure"."class_contact_representative", "structure"."annotated", "structure"."refined", "structure"."distance", "structure"."tm6_angle", "structure"."gprot_bound_likeness", "structure"."sodium", "structure"."signprot_complex_id", "structure"."stats_text_id", "structure"."mammal", "structure"."closest_to_human" FROM "structure" INNER JOIN "web_link" ON ("structure"."pdb_code_id" = "web_link"."id") WHERE "web_link"."index" = '3RZE'
32 similar queries.
|
|
1.20
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(221)
rotamers = parse_model_statsfile(model.stats_text.stats_text, residues)
/home/protwis/gpcrdb_test/structure/views.py in parse_model_statsfile(327)
backbone_struct = Structure.objects.get(pdb_code__index=backbone_pdb)
|
|
+
|
SELECT ••• "structure"."id", "structure"."protein_conformation_id", "structure"."structure_type_id", "structure"."pdb_code_id", "structure"."state_id", "structure"."author_state_id", "structure"."publication_id", "structure"."preferred_chain", "structure"."resolution", "structure"."publication_date", "structure"."pdb_data_id", "structure"."representative", "structure"."distance_representative", "structure"."contact_representative", "structure"."contact_representative_score", "structure"."inactive_class_contacts_fraction", "structure"."active_class_contacts_fraction", "structure"."class_contact_representative", "structure"."annotated", "structure"."refined", "structure"."distance", "structure"."tm6_angle", "structure"."gprot_bound_likeness", "structure"."sodium", "structure"."signprot_complex_id", "structure"."stats_text_id", "structure"."mammal", "structure"."closest_to_human" FROM "structure" INNER JOIN "web_link" ON ("structure"."pdb_code_id" = "web_link"."id") WHERE "web_link"."index" = '6IIV'
32 similar queries.
|
|
1.19
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(221)
rotamers = parse_model_statsfile(model.stats_text.stats_text, residues)
/home/protwis/gpcrdb_test/structure/views.py in parse_model_statsfile(335)
rotamer_struct = Structure.objects.get(pdb_code__index=rotamer_pdb)
|
|
+
|
SELECT ••• "structure"."id", "structure"."protein_conformation_id", "structure"."structure_type_id", "structure"."pdb_code_id", "structure"."state_id", "structure"."author_state_id", "structure"."publication_id", "structure"."preferred_chain", "structure"."resolution", "structure"."publication_date", "structure"."pdb_data_id", "structure"."representative", "structure"."distance_representative", "structure"."contact_representative", "structure"."contact_representative_score", "structure"."inactive_class_contacts_fraction", "structure"."active_class_contacts_fraction", "structure"."class_contact_representative", "structure"."annotated", "structure"."refined", "structure"."distance", "structure"."tm6_angle", "structure"."gprot_bound_likeness", "structure"."sodium", "structure"."signprot_complex_id", "structure"."stats_text_id", "structure"."mammal", "structure"."closest_to_human" FROM "structure" INNER JOIN "web_link" ON ("structure"."pdb_code_id" = "web_link"."id") WHERE "web_link"."index" = '5ZKQ'
32 similar queries.
|
|
1.19
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(221)
rotamers = parse_model_statsfile(model.stats_text.stats_text, residues)
/home/protwis/gpcrdb_test/structure/views.py in parse_model_statsfile(335)
rotamer_struct = Structure.objects.get(pdb_code__index=rotamer_pdb)
|
|
+
|
SELECT ••• "structure"."id", "structure"."protein_conformation_id", "structure"."structure_type_id", "structure"."pdb_code_id", "structure"."state_id", "structure"."author_state_id", "structure"."publication_id", "structure"."preferred_chain", "structure"."resolution", "structure"."publication_date", "structure"."pdb_data_id", "structure"."representative", "structure"."distance_representative", "structure"."contact_representative", "structure"."contact_representative_score", "structure"."inactive_class_contacts_fraction", "structure"."active_class_contacts_fraction", "structure"."class_contact_representative", "structure"."annotated", "structure"."refined", "structure"."distance", "structure"."tm6_angle", "structure"."gprot_bound_likeness", "structure"."sodium", "structure"."signprot_complex_id", "structure"."stats_text_id", "structure"."mammal", "structure"."closest_to_human" FROM "structure" INNER JOIN "web_link" ON ("structure"."pdb_code_id" = "web_link"."id") WHERE "web_link"."index" = '6LI1'
32 similar queries.
|
|
1.20
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(221)
rotamers = parse_model_statsfile(model.stats_text.stats_text, residues)
/home/protwis/gpcrdb_test/structure/views.py in parse_model_statsfile(335)
rotamer_struct = Structure.objects.get(pdb_code__index=rotamer_pdb)
|
|
+
|
SELECT ••• "structure"."id", "structure"."protein_conformation_id", "structure"."structure_type_id", "structure"."pdb_code_id", "structure"."state_id", "structure"."author_state_id", "structure"."publication_id", "structure"."preferred_chain", "structure"."resolution", "structure"."publication_date", "structure"."pdb_data_id", "structure"."representative", "structure"."distance_representative", "structure"."contact_representative", "structure"."contact_representative_score", "structure"."inactive_class_contacts_fraction", "structure"."active_class_contacts_fraction", "structure"."class_contact_representative", "structure"."annotated", "structure"."refined", "structure"."distance", "structure"."tm6_angle", "structure"."gprot_bound_likeness", "structure"."sodium", "structure"."signprot_complex_id", "structure"."stats_text_id", "structure"."mammal", "structure"."closest_to_human" FROM "structure" INNER JOIN "web_link" ON ("structure"."pdb_code_id" = "web_link"."id") WHERE "web_link"."index" = '4NC3'
32 similar queries.
|
|
1.19
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(221)
rotamers = parse_model_statsfile(model.stats_text.stats_text, residues)
/home/protwis/gpcrdb_test/structure/views.py in parse_model_statsfile(335)
rotamer_struct = Structure.objects.get(pdb_code__index=rotamer_pdb)
|
|
+
|
SELECT ••• "structure"."id", "structure"."protein_conformation_id", "structure"."structure_type_id", "structure"."pdb_code_id", "structure"."state_id", "structure"."author_state_id", "structure"."publication_id", "structure"."preferred_chain", "structure"."resolution", "structure"."publication_date", "structure"."pdb_data_id", "structure"."representative", "structure"."distance_representative", "structure"."contact_representative", "structure"."contact_representative_score", "structure"."inactive_class_contacts_fraction", "structure"."active_class_contacts_fraction", "structure"."class_contact_representative", "structure"."annotated", "structure"."refined", "structure"."distance", "structure"."tm6_angle", "structure"."gprot_bound_likeness", "structure"."sodium", "structure"."signprot_complex_id", "structure"."stats_text_id", "structure"."mammal", "structure"."closest_to_human" FROM "structure" INNER JOIN "web_link" ON ("structure"."pdb_code_id" = "web_link"."id") WHERE "web_link"."index" = '6RZ6'
32 similar queries.
|
|
1.21
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(221)
rotamers = parse_model_statsfile(model.stats_text.stats_text, residues)
/home/protwis/gpcrdb_test/structure/views.py in parse_model_statsfile(335)
rotamer_struct = Structure.objects.get(pdb_code__index=rotamer_pdb)
|
|
+
|
SELECT ••• "structure"."id", "structure"."protein_conformation_id", "structure"."structure_type_id", "structure"."pdb_code_id", "structure"."state_id", "structure"."author_state_id", "structure"."publication_id", "structure"."preferred_chain", "structure"."resolution", "structure"."publication_date", "structure"."pdb_data_id", "structure"."representative", "structure"."distance_representative", "structure"."contact_representative", "structure"."contact_representative_score", "structure"."inactive_class_contacts_fraction", "structure"."active_class_contacts_fraction", "structure"."class_contact_representative", "structure"."annotated", "structure"."refined", "structure"."distance", "structure"."tm6_angle", "structure"."gprot_bound_likeness", "structure"."sodium", "structure"."signprot_complex_id", "structure"."stats_text_id", "structure"."mammal", "structure"."closest_to_human" FROM "structure" INNER JOIN "web_link" ON ("structure"."pdb_code_id" = "web_link"."id") WHERE "web_link"."index" = '6RNK'
32 similar queries.
|
|
1.17
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(221)
rotamers = parse_model_statsfile(model.stats_text.stats_text, residues)
/home/protwis/gpcrdb_test/structure/views.py in parse_model_statsfile(335)
rotamer_struct = Structure.objects.get(pdb_code__index=rotamer_pdb)
|
|
+
|
SELECT ••• "structure"."id", "structure"."protein_conformation_id", "structure"."structure_type_id", "structure"."pdb_code_id", "structure"."state_id", "structure"."author_state_id", "structure"."publication_id", "structure"."preferred_chain", "structure"."resolution", "structure"."publication_date", "structure"."pdb_data_id", "structure"."representative", "structure"."distance_representative", "structure"."contact_representative", "structure"."contact_representative_score", "structure"."inactive_class_contacts_fraction", "structure"."active_class_contacts_fraction", "structure"."class_contact_representative", "structure"."annotated", "structure"."refined", "structure"."distance", "structure"."tm6_angle", "structure"."gprot_bound_likeness", "structure"."sodium", "structure"."signprot_complex_id", "structure"."stats_text_id", "structure"."mammal", "structure"."closest_to_human" FROM "structure" INNER JOIN "web_link" ON ("structure"."pdb_code_id" = "web_link"."id") WHERE "web_link"."index" = '6RZ4'
32 similar queries.
|
|
1.18
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(221)
rotamers = parse_model_statsfile(model.stats_text.stats_text, residues)
/home/protwis/gpcrdb_test/structure/views.py in parse_model_statsfile(335)
rotamer_struct = Structure.objects.get(pdb_code__index=rotamer_pdb)
|
|
+
|
SELECT ••• "structure"."id", "structure"."protein_conformation_id", "structure"."structure_type_id", "structure"."pdb_code_id", "structure"."state_id", "structure"."author_state_id", "structure"."publication_id", "structure"."preferred_chain", "structure"."resolution", "structure"."publication_date", "structure"."pdb_data_id", "structure"."representative", "structure"."distance_representative", "structure"."contact_representative", "structure"."contact_representative_score", "structure"."inactive_class_contacts_fraction", "structure"."active_class_contacts_fraction", "structure"."class_contact_representative", "structure"."annotated", "structure"."refined", "structure"."distance", "structure"."tm6_angle", "structure"."gprot_bound_likeness", "structure"."sodium", "structure"."signprot_complex_id", "structure"."stats_text_id", "structure"."mammal", "structure"."closest_to_human" FROM "structure" INNER JOIN "web_link" ON ("structure"."pdb_code_id" = "web_link"."id") WHERE "web_link"."index" = '4IAQ'
32 similar queries.
|
|
1.17
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(221)
rotamers = parse_model_statsfile(model.stats_text.stats_text, residues)
/home/protwis/gpcrdb_test/structure/views.py in parse_model_statsfile(327)
backbone_struct = Structure.objects.get(pdb_code__index=backbone_pdb)
|
|
+
|
SELECT ••• "structure"."id", "structure"."protein_conformation_id", "structure"."structure_type_id", "structure"."pdb_code_id", "structure"."state_id", "structure"."author_state_id", "structure"."publication_id", "structure"."preferred_chain", "structure"."resolution", "structure"."publication_date", "structure"."pdb_data_id", "structure"."representative", "structure"."distance_representative", "structure"."contact_representative", "structure"."contact_representative_score", "structure"."inactive_class_contacts_fraction", "structure"."active_class_contacts_fraction", "structure"."class_contact_representative", "structure"."annotated", "structure"."refined", "structure"."distance", "structure"."tm6_angle", "structure"."gprot_bound_likeness", "structure"."sodium", "structure"."signprot_complex_id", "structure"."stats_text_id", "structure"."mammal", "structure"."closest_to_human" FROM "structure" INNER JOIN "web_link" ON ("structure"."pdb_code_id" = "web_link"."id") WHERE "web_link"."index" = '7BU7'
32 similar queries.
|
|
1.18
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(221)
rotamers = parse_model_statsfile(model.stats_text.stats_text, residues)
/home/protwis/gpcrdb_test/structure/views.py in parse_model_statsfile(335)
rotamer_struct = Structure.objects.get(pdb_code__index=rotamer_pdb)
|
|
+
|
SELECT ••• "structure"."id", "structure"."protein_conformation_id", "structure"."structure_type_id", "structure"."pdb_code_id", "structure"."state_id", "structure"."author_state_id", "structure"."publication_id", "structure"."preferred_chain", "structure"."resolution", "structure"."publication_date", "structure"."pdb_data_id", "structure"."representative", "structure"."distance_representative", "structure"."contact_representative", "structure"."contact_representative_score", "structure"."inactive_class_contacts_fraction", "structure"."active_class_contacts_fraction", "structure"."class_contact_representative", "structure"."annotated", "structure"."refined", "structure"."distance", "structure"."tm6_angle", "structure"."gprot_bound_likeness", "structure"."sodium", "structure"."signprot_complex_id", "structure"."stats_text_id", "structure"."mammal", "structure"."closest_to_human" FROM "structure" INNER JOIN "web_link" ON ("structure"."pdb_code_id" = "web_link"."id") WHERE "web_link"."index" = '4XNW'
32 similar queries.
|
|
1.17
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(221)
rotamers = parse_model_statsfile(model.stats_text.stats_text, residues)
/home/protwis/gpcrdb_test/structure/views.py in parse_model_statsfile(335)
rotamer_struct = Structure.objects.get(pdb_code__index=rotamer_pdb)
|
|
+
|
SELECT ••• "structure"."id", "structure"."protein_conformation_id", "structure"."structure_type_id", "structure"."pdb_code_id", "structure"."state_id", "structure"."author_state_id", "structure"."publication_id", "structure"."preferred_chain", "structure"."resolution", "structure"."publication_date", "structure"."pdb_data_id", "structure"."representative", "structure"."distance_representative", "structure"."contact_representative", "structure"."contact_representative_score", "structure"."inactive_class_contacts_fraction", "structure"."active_class_contacts_fraction", "structure"."class_contact_representative", "structure"."annotated", "structure"."refined", "structure"."distance", "structure"."tm6_angle", "structure"."gprot_bound_likeness", "structure"."sodium", "structure"."signprot_complex_id", "structure"."stats_text_id", "structure"."mammal", "structure"."closest_to_human" FROM "structure" INNER JOIN "web_link" ON ("structure"."pdb_code_id" = "web_link"."id") WHERE "web_link"."index" = '7E32'
32 similar queries.
|
|
1.22
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(221)
rotamers = parse_model_statsfile(model.stats_text.stats_text, residues)
/home/protwis/gpcrdb_test/structure/views.py in parse_model_statsfile(335)
rotamer_struct = Structure.objects.get(pdb_code__index=rotamer_pdb)
|
|
+
|
SELECT ••• "structure"."id", "structure"."protein_conformation_id", "structure"."structure_type_id", "structure"."pdb_code_id", "structure"."state_id", "structure"."author_state_id", "structure"."publication_id", "structure"."preferred_chain", "structure"."resolution", "structure"."publication_date", "structure"."pdb_data_id", "structure"."representative", "structure"."distance_representative", "structure"."contact_representative", "structure"."contact_representative_score", "structure"."inactive_class_contacts_fraction", "structure"."active_class_contacts_fraction", "structure"."class_contact_representative", "structure"."annotated", "structure"."refined", "structure"."distance", "structure"."tm6_angle", "structure"."gprot_bound_likeness", "structure"."sodium", "structure"."signprot_complex_id", "structure"."stats_text_id", "structure"."mammal", "structure"."closest_to_human" FROM "structure" INNER JOIN "web_link" ON ("structure"."pdb_code_id" = "web_link"."id") WHERE "web_link"."index" = '5YWY'
32 similar queries.
|
|
1.20
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(221)
rotamers = parse_model_statsfile(model.stats_text.stats_text, residues)
/home/protwis/gpcrdb_test/structure/views.py in parse_model_statsfile(335)
rotamer_struct = Structure.objects.get(pdb_code__index=rotamer_pdb)
|
|
+
|
SELECT ••• "structure"."id", "structure"."protein_conformation_id", "structure"."structure_type_id", "structure"."pdb_code_id", "structure"."state_id", "structure"."author_state_id", "structure"."publication_id", "structure"."preferred_chain", "structure"."resolution", "structure"."publication_date", "structure"."pdb_data_id", "structure"."representative", "structure"."distance_representative", "structure"."contact_representative", "structure"."contact_representative_score", "structure"."inactive_class_contacts_fraction", "structure"."active_class_contacts_fraction", "structure"."class_contact_representative", "structure"."annotated", "structure"."refined", "structure"."distance", "structure"."tm6_angle", "structure"."gprot_bound_likeness", "structure"."sodium", "structure"."signprot_complex_id", "structure"."stats_text_id", "structure"."mammal", "structure"."closest_to_human" FROM "structure" INNER JOIN "web_link" ON ("structure"."pdb_code_id" = "web_link"."id") WHERE "web_link"."index" = '4NTJ'
32 similar queries.
|
|
1.20
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(221)
rotamers = parse_model_statsfile(model.stats_text.stats_text, residues)
/home/protwis/gpcrdb_test/structure/views.py in parse_model_statsfile(335)
rotamer_struct = Structure.objects.get(pdb_code__index=rotamer_pdb)
|
|
+
|
SELECT ••• "structure"."id", "structure"."protein_conformation_id", "structure"."structure_type_id", "structure"."pdb_code_id", "structure"."state_id", "structure"."author_state_id", "structure"."publication_id", "structure"."preferred_chain", "structure"."resolution", "structure"."publication_date", "structure"."pdb_data_id", "structure"."representative", "structure"."distance_representative", "structure"."contact_representative", "structure"."contact_representative_score", "structure"."inactive_class_contacts_fraction", "structure"."active_class_contacts_fraction", "structure"."class_contact_representative", "structure"."annotated", "structure"."refined", "structure"."distance", "structure"."tm6_angle", "structure"."gprot_bound_likeness", "structure"."sodium", "structure"."signprot_complex_id", "structure"."stats_text_id", "structure"."mammal", "structure"."closest_to_human" FROM "structure" INNER JOIN "web_link" ON ("structure"."pdb_code_id" = "web_link"."id") WHERE "web_link"."index" = '3SN6'
32 similar queries.
|
|
1.19
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(221)
rotamers = parse_model_statsfile(model.stats_text.stats_text, residues)
/home/protwis/gpcrdb_test/structure/views.py in parse_model_statsfile(327)
backbone_struct = Structure.objects.get(pdb_code__index=backbone_pdb)
|
|
+
|
SELECT ••• "structure"."id", "structure"."protein_conformation_id", "structure"."structure_type_id", "structure"."pdb_code_id", "structure"."state_id", "structure"."author_state_id", "structure"."publication_id", "structure"."preferred_chain", "structure"."resolution", "structure"."publication_date", "structure"."pdb_data_id", "structure"."representative", "structure"."distance_representative", "structure"."contact_representative", "structure"."contact_representative_score", "structure"."inactive_class_contacts_fraction", "structure"."active_class_contacts_fraction", "structure"."class_contact_representative", "structure"."annotated", "structure"."refined", "structure"."distance", "structure"."tm6_angle", "structure"."gprot_bound_likeness", "structure"."sodium", "structure"."signprot_complex_id", "structure"."stats_text_id", "structure"."mammal", "structure"."closest_to_human" FROM "structure" INNER JOIN "web_link" ON ("structure"."pdb_code_id" = "web_link"."id") WHERE "web_link"."index" = '4XT1'
32 similar queries.
|
|
1.19
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(221)
rotamers = parse_model_statsfile(model.stats_text.stats_text, residues)
/home/protwis/gpcrdb_test/structure/views.py in parse_model_statsfile(335)
rotamer_struct = Structure.objects.get(pdb_code__index=rotamer_pdb)
|
|
+
|
SELECT ••• "structure"."id", "structure"."protein_conformation_id", "structure"."structure_type_id", "structure"."pdb_code_id", "structure"."state_id", "structure"."author_state_id", "structure"."publication_id", "structure"."preferred_chain", "structure"."resolution", "structure"."publication_date", "structure"."pdb_data_id", "structure"."representative", "structure"."distance_representative", "structure"."contact_representative", "structure"."contact_representative_score", "structure"."inactive_class_contacts_fraction", "structure"."active_class_contacts_fraction", "structure"."class_contact_representative", "structure"."annotated", "structure"."refined", "structure"."distance", "structure"."tm6_angle", "structure"."gprot_bound_likeness", "structure"."sodium", "structure"."signprot_complex_id", "structure"."stats_text_id", "structure"."mammal", "structure"."closest_to_human" FROM "structure" INNER JOIN "web_link" ON ("structure"."pdb_code_id" = "web_link"."id") WHERE "web_link"."index" = '6G79'
32 similar queries.
|
|
1.19
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(221)
rotamers = parse_model_statsfile(model.stats_text.stats_text, residues)
/home/protwis/gpcrdb_test/structure/views.py in parse_model_statsfile(335)
rotamer_struct = Structure.objects.get(pdb_code__index=rotamer_pdb)
|
|
+
|
SELECT ••• "structure"."id", "structure"."protein_conformation_id", "structure"."structure_type_id", "structure"."pdb_code_id", "structure"."state_id", "structure"."author_state_id", "structure"."publication_id", "structure"."preferred_chain", "structure"."resolution", "structure"."publication_date", "structure"."pdb_data_id", "structure"."representative", "structure"."distance_representative", "structure"."contact_representative", "structure"."contact_representative_score", "structure"."inactive_class_contacts_fraction", "structure"."active_class_contacts_fraction", "structure"."class_contact_representative", "structure"."annotated", "structure"."refined", "structure"."distance", "structure"."tm6_angle", "structure"."gprot_bound_likeness", "structure"."sodium", "structure"."signprot_complex_id", "structure"."stats_text_id", "structure"."mammal", "structure"."closest_to_human" FROM "structure" INNER JOIN "web_link" ON ("structure"."pdb_code_id" = "web_link"."id") WHERE "web_link"."index" = '7CMV'
32 similar queries.
|
|
1.17
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(221)
rotamers = parse_model_statsfile(model.stats_text.stats_text, residues)
/home/protwis/gpcrdb_test/structure/views.py in parse_model_statsfile(335)
rotamer_struct = Structure.objects.get(pdb_code__index=rotamer_pdb)
|
|
+
|
SELECT ••• "structure"."id", "structure"."protein_conformation_id", "structure"."structure_type_id", "structure"."pdb_code_id", "structure"."state_id", "structure"."author_state_id", "structure"."publication_id", "structure"."preferred_chain", "structure"."resolution", "structure"."publication_date", "structure"."pdb_data_id", "structure"."representative", "structure"."distance_representative", "structure"."contact_representative", "structure"."contact_representative_score", "structure"."inactive_class_contacts_fraction", "structure"."active_class_contacts_fraction", "structure"."class_contact_representative", "structure"."annotated", "structure"."refined", "structure"."distance", "structure"."tm6_angle", "structure"."gprot_bound_likeness", "structure"."sodium", "structure"."signprot_complex_id", "structure"."stats_text_id", "structure"."mammal", "structure"."closest_to_human" FROM "structure" INNER JOIN "web_link" ON ("structure"."pdb_code_id" = "web_link"."id") WHERE "web_link"."index" = '5TGZ'
32 similar queries.
|
|
1.16
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(221)
rotamers = parse_model_statsfile(model.stats_text.stats_text, residues)
/home/protwis/gpcrdb_test/structure/views.py in parse_model_statsfile(335)
rotamer_struct = Structure.objects.get(pdb_code__index=rotamer_pdb)
|
|
+
|
SELECT ••• "structure"."id", "structure"."protein_conformation_id", "structure"."structure_type_id", "structure"."pdb_code_id", "structure"."state_id", "structure"."author_state_id", "structure"."publication_id", "structure"."preferred_chain", "structure"."resolution", "structure"."publication_date", "structure"."pdb_data_id", "structure"."representative", "structure"."distance_representative", "structure"."contact_representative", "structure"."contact_representative_score", "structure"."inactive_class_contacts_fraction", "structure"."active_class_contacts_fraction", "structure"."class_contact_representative", "structure"."annotated", "structure"."refined", "structure"."distance", "structure"."tm6_angle", "structure"."gprot_bound_likeness", "structure"."sodium", "structure"."signprot_complex_id", "structure"."stats_text_id", "structure"."mammal", "structure"."closest_to_human" FROM "structure" INNER JOIN "web_link" ON ("structure"."pdb_code_id" = "web_link"."id") WHERE "web_link"."index" = '6AK3'
32 similar queries.
|
|
1.18
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(221)
rotamers = parse_model_statsfile(model.stats_text.stats_text, residues)
/home/protwis/gpcrdb_test/structure/views.py in parse_model_statsfile(335)
rotamer_struct = Structure.objects.get(pdb_code__index=rotamer_pdb)
|
|
+
|
SELECT ••• "structure"."id", "structure"."protein_conformation_id", "structure"."structure_type_id", "structure"."pdb_code_id", "structure"."state_id", "structure"."author_state_id", "structure"."publication_id", "structure"."preferred_chain", "structure"."resolution", "structure"."publication_date", "structure"."pdb_data_id", "structure"."representative", "structure"."distance_representative", "structure"."contact_representative", "structure"."contact_representative_score", "structure"."inactive_class_contacts_fraction", "structure"."active_class_contacts_fraction", "structure"."class_contact_representative", "structure"."annotated", "structure"."refined", "structure"."distance", "structure"."tm6_angle", "structure"."gprot_bound_likeness", "structure"."sodium", "structure"."signprot_complex_id", "structure"."stats_text_id", "structure"."mammal", "structure"."closest_to_human" FROM "structure" INNER JOIN "web_link" ON ("structure"."pdb_code_id" = "web_link"."id") WHERE "web_link"."index" = '4UHR'
32 similar queries.
|
|
1.18
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(221)
rotamers = parse_model_statsfile(model.stats_text.stats_text, residues)
/home/protwis/gpcrdb_test/structure/views.py in parse_model_statsfile(335)
rotamer_struct = Structure.objects.get(pdb_code__index=rotamer_pdb)
|
|
+
|
SELECT ••• "structure"."id", "structure"."protein_conformation_id", "structure"."structure_type_id", "structure"."pdb_code_id", "structure"."state_id", "structure"."author_state_id", "structure"."publication_id", "structure"."preferred_chain", "structure"."resolution", "structure"."publication_date", "structure"."pdb_data_id", "structure"."representative", "structure"."distance_representative", "structure"."contact_representative", "structure"."contact_representative_score", "structure"."inactive_class_contacts_fraction", "structure"."active_class_contacts_fraction", "structure"."class_contact_representative", "structure"."annotated", "structure"."refined", "structure"."distance", "structure"."tm6_angle", "structure"."gprot_bound_likeness", "structure"."sodium", "structure"."signprot_complex_id", "structure"."stats_text_id", "structure"."mammal", "structure"."closest_to_human" FROM "structure" INNER JOIN "web_link" ON ("structure"."pdb_code_id" = "web_link"."id") WHERE "web_link"."index" = '6VMS'
32 similar queries.
|
|
1.19
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(221)
rotamers = parse_model_statsfile(model.stats_text.stats_text, residues)
/home/protwis/gpcrdb_test/structure/views.py in parse_model_statsfile(335)
rotamer_struct = Structure.objects.get(pdb_code__index=rotamer_pdb)
|
|
+
|
SELECT ••• "structure"."id", "structure"."protein_conformation_id", "structure"."structure_type_id", "structure"."pdb_code_id", "structure"."state_id", "structure"."author_state_id", "structure"."publication_id", "structure"."preferred_chain", "structure"."resolution", "structure"."publication_date", "structure"."pdb_data_id", "structure"."representative", "structure"."distance_representative", "structure"."contact_representative", "structure"."contact_representative_score", "structure"."inactive_class_contacts_fraction", "structure"."active_class_contacts_fraction", "structure"."class_contact_representative", "structure"."annotated", "structure"."refined", "structure"."distance", "structure"."tm6_angle", "structure"."gprot_bound_likeness", "structure"."sodium", "structure"."signprot_complex_id", "structure"."stats_text_id", "structure"."mammal", "structure"."closest_to_human" FROM "structure" INNER JOIN "web_link" ON ("structure"."pdb_code_id" = "web_link"."id") WHERE "web_link"."index" = '5X93'
32 similar queries.
|
|
1.18
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(221)
rotamers = parse_model_statsfile(model.stats_text.stats_text, residues)
/home/protwis/gpcrdb_test/structure/views.py in parse_model_statsfile(335)
rotamer_struct = Structure.objects.get(pdb_code__index=rotamer_pdb)
|
|
+
|
SELECT ••• "structure"."id", "structure"."protein_conformation_id", "structure"."structure_type_id", "structure"."pdb_code_id", "structure"."state_id", "structure"."author_state_id", "structure"."publication_id", "structure"."preferred_chain", "structure"."resolution", "structure"."publication_date", "structure"."pdb_data_id", "structure"."representative", "structure"."distance_representative", "structure"."contact_representative", "structure"."contact_representative_score", "structure"."inactive_class_contacts_fraction", "structure"."active_class_contacts_fraction", "structure"."class_contact_representative", "structure"."annotated", "structure"."refined", "structure"."distance", "structure"."tm6_angle", "structure"."gprot_bound_likeness", "structure"."sodium", "structure"."signprot_complex_id", "structure"."stats_text_id", "structure"."mammal", "structure"."closest_to_human" FROM "structure" INNER JOIN "web_link" ON ("structure"."pdb_code_id" = "web_link"."id") WHERE "web_link"."index" = '6TO7'
32 similar queries.
|
|
1.18
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(221)
rotamers = parse_model_statsfile(model.stats_text.stats_text, residues)
/home/protwis/gpcrdb_test/structure/views.py in parse_model_statsfile(335)
rotamer_struct = Structure.objects.get(pdb_code__index=rotamer_pdb)
|
|
+
|
SELECT ••• "structure"."id", "structure"."protein_conformation_id", "structure"."structure_type_id", "structure"."pdb_code_id", "structure"."state_id", "structure"."author_state_id", "structure"."publication_id", "structure"."preferred_chain", "structure"."resolution", "structure"."publication_date", "structure"."pdb_data_id", "structure"."representative", "structure"."distance_representative", "structure"."contact_representative", "structure"."contact_representative_score", "structure"."inactive_class_contacts_fraction", "structure"."active_class_contacts_fraction", "structure"."class_contact_representative", "structure"."annotated", "structure"."refined", "structure"."distance", "structure"."tm6_angle", "structure"."gprot_bound_likeness", "structure"."sodium", "structure"."signprot_complex_id", "structure"."stats_text_id", "structure"."mammal", "structure"."closest_to_human" FROM "structure" INNER JOIN "web_link" ON ("structure"."pdb_code_id" = "web_link"."id") WHERE "web_link"."index" = '5TZR'
32 similar queries.
|
|
1.19
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(221)
rotamers = parse_model_statsfile(model.stats_text.stats_text, residues)
/home/protwis/gpcrdb_test/structure/views.py in parse_model_statsfile(335)
rotamer_struct = Structure.objects.get(pdb_code__index=rotamer_pdb)
|
|
+
|
SELECT ••• "structure"."id", "structure"."protein_conformation_id", "structure"."structure_type_id", "structure"."pdb_code_id", "structure"."state_id", "structure"."author_state_id", "structure"."publication_id", "structure"."preferred_chain", "structure"."resolution", "structure"."publication_date", "structure"."pdb_data_id", "structure"."representative", "structure"."distance_representative", "structure"."contact_representative", "structure"."contact_representative_score", "structure"."inactive_class_contacts_fraction", "structure"."active_class_contacts_fraction", "structure"."class_contact_representative", "structure"."annotated", "structure"."refined", "structure"."distance", "structure"."tm6_angle", "structure"."gprot_bound_likeness", "structure"."sodium", "structure"."signprot_complex_id", "structure"."stats_text_id", "structure"."mammal", "structure"."closest_to_human" FROM "structure" INNER JOIN "web_link" ON ("structure"."pdb_code_id" = "web_link"."id") WHERE "web_link"."index" = '4PXZ'
32 similar queries.
|
|
1.20
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(221)
rotamers = parse_model_statsfile(model.stats_text.stats_text, residues)
/home/protwis/gpcrdb_test/structure/views.py in parse_model_statsfile(335)
rotamer_struct = Structure.objects.get(pdb_code__index=rotamer_pdb)
|
|
+
|
SELECT ••• "protein_conformation"."id", "protein_conformation"."protein_id", "protein_conformation"."state_id" FROM "protein_conformation" WHERE "protein_conformation"."id" = 55129
33 similar queries.
Duplicated 2 times.
|
|
0.23
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(365)
if r.backbone_template.protein_conformation.protein.parent not in bb_temps:
|
|
+
|
SELECT ••• "protein"."id", "protein"."parent_id", "protein"."family_id", "protein"."species_id", "protein"."source_id", "protein"."residue_numbering_scheme_id", "protein"."sequence_type_id", "protein"."entry_name", "protein"."accession", "protein"."name", "protein"."sequence" FROM "protein" WHERE "protein"."id" = 55129
68 similar queries.
Duplicated 2 times.
|
|
0.30
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(365)
if r.backbone_template.protein_conformation.protein.parent not in bb_temps:
|
|
+
|
SELECT ••• "protein"."id", "protein"."parent_id", "protein"."family_id", "protein"."species_id", "protein"."source_id", "protein"."residue_numbering_scheme_id", "protein"."sequence_type_id", "protein"."entry_name", "protein"."accession", "protein"."name", "protein"."sequence" FROM "protein" WHERE "protein"."id" = 7
68 similar queries.
Duplicated 3 times.
|
|
0.26
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(365)
if r.backbone_template.protein_conformation.protein.parent not in bb_temps:
|
|
+
|
SELECT ••• "protein_conformation"."id", "protein_conformation"."protein_id", "protein_conformation"."state_id" FROM "protein_conformation" WHERE "protein_conformation"."id" = 54850
33 similar queries.
|
|
0.24
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein"."id", "protein"."parent_id", "protein"."family_id", "protein"."species_id", "protein"."source_id", "protein"."residue_numbering_scheme_id", "protein"."sequence_type_id", "protein"."entry_name", "protein"."accession", "protein"."name", "protein"."sequence" FROM "protein" WHERE "protein"."id" = 54850
68 similar queries.
|
|
0.27
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein"."id", "protein"."parent_id", "protein"."family_id", "protein"."species_id", "protein"."source_id", "protein"."residue_numbering_scheme_id", "protein"."sequence_type_id", "protein"."entry_name", "protein"."accession", "protein"."name", "protein"."sequence" FROM "protein" WHERE "protein"."id" = 32
68 similar queries.
Duplicated 4 times.
|
|
0.24
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein_conformation"."id", "protein_conformation"."protein_id", "protein_conformation"."state_id" FROM "protein_conformation" WHERE "protein_conformation"."id" = 54905
33 similar queries.
|
|
0.21
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein"."id", "protein"."parent_id", "protein"."family_id", "protein"."species_id", "protein"."source_id", "protein"."residue_numbering_scheme_id", "protein"."sequence_type_id", "protein"."entry_name", "protein"."accession", "protein"."name", "protein"."sequence" FROM "protein" WHERE "protein"."id" = 54905
68 similar queries.
|
|
0.26
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein"."id", "protein"."parent_id", "protein"."family_id", "protein"."species_id", "protein"."source_id", "protein"."residue_numbering_scheme_id", "protein"."sequence_type_id", "protein"."entry_name", "protein"."accession", "protein"."name", "protein"."sequence" FROM "protein" WHERE "protein"."id" = 92
68 similar queries.
|
|
0.25
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein_conformation"."id", "protein_conformation"."protein_id", "protein_conformation"."state_id" FROM "protein_conformation" WHERE "protein_conformation"."id" = 55146
33 similar queries.
|
|
0.22
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein"."id", "protein"."parent_id", "protein"."family_id", "protein"."species_id", "protein"."source_id", "protein"."residue_numbering_scheme_id", "protein"."sequence_type_id", "protein"."entry_name", "protein"."accession", "protein"."name", "protein"."sequence" FROM "protein" WHERE "protein"."id" = 55146
68 similar queries.
|
|
0.25
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein"."id", "protein"."parent_id", "protein"."family_id", "protein"."species_id", "protein"."source_id", "protein"."residue_numbering_scheme_id", "protein"."sequence_type_id", "protein"."entry_name", "protein"."accession", "protein"."name", "protein"."sequence" FROM "protein" WHERE "protein"."id" = 66
68 similar queries.
|
|
0.24
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein_conformation"."id", "protein_conformation"."protein_id", "protein_conformation"."state_id" FROM "protein_conformation" WHERE "protein_conformation"."id" = 55132
33 similar queries.
|
|
0.21
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein"."id", "protein"."parent_id", "protein"."family_id", "protein"."species_id", "protein"."source_id", "protein"."residue_numbering_scheme_id", "protein"."sequence_type_id", "protein"."entry_name", "protein"."accession", "protein"."name", "protein"."sequence" FROM "protein" WHERE "protein"."id" = 55132
68 similar queries.
|
|
0.25
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein"."id", "protein"."parent_id", "protein"."family_id", "protein"."species_id", "protein"."source_id", "protein"."residue_numbering_scheme_id", "protein"."sequence_type_id", "protein"."entry_name", "protein"."accession", "protein"."name", "protein"."sequence" FROM "protein" WHERE "protein"."id" = 91
68 similar queries.
|
|
0.24
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein_conformation"."id", "protein_conformation"."protein_id", "protein_conformation"."state_id" FROM "protein_conformation" WHERE "protein_conformation"."id" = 54902
33 similar queries.
|
|
0.21
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein"."id", "protein"."parent_id", "protein"."family_id", "protein"."species_id", "protein"."source_id", "protein"."residue_numbering_scheme_id", "protein"."sequence_type_id", "protein"."entry_name", "protein"."accession", "protein"."name", "protein"."sequence" FROM "protein" WHERE "protein"."id" = 54902
68 similar queries.
|
|
0.24
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein"."id", "protein"."parent_id", "protein"."family_id", "protein"."species_id", "protein"."source_id", "protein"."residue_numbering_scheme_id", "protein"."sequence_type_id", "protein"."entry_name", "protein"."accession", "protein"."name", "protein"."sequence" FROM "protein" WHERE "protein"."id" = 47387
68 similar queries.
|
|
0.26
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein_conformation"."id", "protein_conformation"."protein_id", "protein_conformation"."state_id" FROM "protein_conformation" WHERE "protein_conformation"."id" = 55081
33 similar queries.
|
|
0.22
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(365)
if r.backbone_template.protein_conformation.protein.parent not in bb_temps:
|
|
+
|
SELECT ••• "protein"."id", "protein"."parent_id", "protein"."family_id", "protein"."species_id", "protein"."source_id", "protein"."residue_numbering_scheme_id", "protein"."sequence_type_id", "protein"."entry_name", "protein"."accession", "protein"."name", "protein"."sequence" FROM "protein" WHERE "protein"."id" = 55081
68 similar queries.
|
|
0.26
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(365)
if r.backbone_template.protein_conformation.protein.parent not in bb_temps:
|
|
+
|
SELECT ••• "protein"."id", "protein"."parent_id", "protein"."family_id", "protein"."species_id", "protein"."source_id", "protein"."residue_numbering_scheme_id", "protein"."sequence_type_id", "protein"."entry_name", "protein"."accession", "protein"."name", "protein"."sequence" FROM "protein" WHERE "protein"."id" = 32
68 similar queries.
Duplicated 4 times.
|
|
0.24
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(365)
if r.backbone_template.protein_conformation.protein.parent not in bb_temps:
|
|
+
|
SELECT ••• "protein_conformation"."id", "protein_conformation"."protein_id", "protein_conformation"."state_id" FROM "protein_conformation" WHERE "protein_conformation"."id" = 55327
33 similar queries.
|
|
0.22
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein"."id", "protein"."parent_id", "protein"."family_id", "protein"."species_id", "protein"."source_id", "protein"."residue_numbering_scheme_id", "protein"."sequence_type_id", "protein"."entry_name", "protein"."accession", "protein"."name", "protein"."sequence" FROM "protein" WHERE "protein"."id" = 55327
68 similar queries.
|
|
0.27
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein"."id", "protein"."parent_id", "protein"."family_id", "protein"."species_id", "protein"."source_id", "protein"."residue_numbering_scheme_id", "protein"."sequence_type_id", "protein"."entry_name", "protein"."accession", "protein"."name", "protein"."sequence" FROM "protein" WHERE "protein"."id" = 177
68 similar queries.
|
|
0.25
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein_conformation"."id", "protein_conformation"."protein_id", "protein_conformation"."state_id" FROM "protein_conformation" WHERE "protein_conformation"."id" = 55139
33 similar queries.
|
|
0.21
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein"."id", "protein"."parent_id", "protein"."family_id", "protein"."species_id", "protein"."source_id", "protein"."residue_numbering_scheme_id", "protein"."sequence_type_id", "protein"."entry_name", "protein"."accession", "protein"."name", "protein"."sequence" FROM "protein" WHERE "protein"."id" = 55139
68 similar queries.
|
|
0.25
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein"."id", "protein"."parent_id", "protein"."family_id", "protein"."species_id", "protein"."source_id", "protein"."residue_numbering_scheme_id", "protein"."sequence_type_id", "protein"."entry_name", "protein"."accession", "protein"."name", "protein"."sequence" FROM "protein" WHERE "protein"."id" = 168
68 similar queries.
|
|
0.27
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein_conformation"."id", "protein_conformation"."protein_id", "protein_conformation"."state_id" FROM "protein_conformation" WHERE "protein_conformation"."id" = 55324
33 similar queries.
|
|
0.22
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein"."id", "protein"."parent_id", "protein"."family_id", "protein"."species_id", "protein"."source_id", "protein"."residue_numbering_scheme_id", "protein"."sequence_type_id", "protein"."entry_name", "protein"."accession", "protein"."name", "protein"."sequence" FROM "protein" WHERE "protein"."id" = 55324
68 similar queries.
|
|
0.28
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein"."id", "protein"."parent_id", "protein"."family_id", "protein"."species_id", "protein"."source_id", "protein"."residue_numbering_scheme_id", "protein"."sequence_type_id", "protein"."entry_name", "protein"."accession", "protein"."name", "protein"."sequence" FROM "protein" WHERE "protein"."id" = 233
68 similar queries.
|
|
0.26
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein_conformation"."id", "protein_conformation"."protein_id", "protein_conformation"."state_id" FROM "protein_conformation" WHERE "protein_conformation"."id" = 55194
33 similar queries.
|
|
0.22
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein"."id", "protein"."parent_id", "protein"."family_id", "protein"."species_id", "protein"."source_id", "protein"."residue_numbering_scheme_id", "protein"."sequence_type_id", "protein"."entry_name", "protein"."accession", "protein"."name", "protein"."sequence" FROM "protein" WHERE "protein"."id" = 55194
68 similar queries.
|
|
0.27
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein"."id", "protein"."parent_id", "protein"."family_id", "protein"."species_id", "protein"."source_id", "protein"."residue_numbering_scheme_id", "protein"."sequence_type_id", "protein"."entry_name", "protein"."accession", "protein"."name", "protein"."sequence" FROM "protein" WHERE "protein"."id" = 7
68 similar queries.
Duplicated 3 times.
|
|
0.24
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein_conformation"."id", "protein_conformation"."protein_id", "protein_conformation"."state_id" FROM "protein_conformation" WHERE "protein_conformation"."id" = 55048
33 similar queries.
|
|
0.21
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein"."id", "protein"."parent_id", "protein"."family_id", "protein"."species_id", "protein"."source_id", "protein"."residue_numbering_scheme_id", "protein"."sequence_type_id", "protein"."entry_name", "protein"."accession", "protein"."name", "protein"."sequence" FROM "protein" WHERE "protein"."id" = 55048
68 similar queries.
|
|
0.25
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein"."id", "protein"."parent_id", "protein"."family_id", "protein"."species_id", "protein"."source_id", "protein"."residue_numbering_scheme_id", "protein"."sequence_type_id", "protein"."entry_name", "protein"."accession", "protein"."name", "protein"."sequence" FROM "protein" WHERE "protein"."id" = 150
68 similar queries.
|
|
0.25
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein_conformation"."id", "protein_conformation"."protein_id", "protein_conformation"."state_id" FROM "protein_conformation" WHERE "protein_conformation"."id" = 54987
33 similar queries.
|
|
0.21
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein"."id", "protein"."parent_id", "protein"."family_id", "protein"."species_id", "protein"."source_id", "protein"."residue_numbering_scheme_id", "protein"."sequence_type_id", "protein"."entry_name", "protein"."accession", "protein"."name", "protein"."sequence" FROM "protein" WHERE "protein"."id" = 54987
68 similar queries.
|
|
0.25
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein"."id", "protein"."parent_id", "protein"."family_id", "protein"."species_id", "protein"."source_id", "protein"."residue_numbering_scheme_id", "protein"."sequence_type_id", "protein"."entry_name", "protein"."accession", "protein"."name", "protein"."sequence" FROM "protein" WHERE "protein"."id" = 1086
68 similar queries.
|
|
0.26
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein_conformation"."id", "protein_conformation"."protein_id", "protein_conformation"."state_id" FROM "protein_conformation" WHERE "protein_conformation"."id" = 55208
33 similar queries.
|
|
0.22
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein"."id", "protein"."parent_id", "protein"."family_id", "protein"."species_id", "protein"."source_id", "protein"."residue_numbering_scheme_id", "protein"."sequence_type_id", "protein"."entry_name", "protein"."accession", "protein"."name", "protein"."sequence" FROM "protein" WHERE "protein"."id" = 55208
68 similar queries.
|
|
0.24
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein"."id", "protein"."parent_id", "protein"."family_id", "protein"."species_id", "protein"."source_id", "protein"."residue_numbering_scheme_id", "protein"."sequence_type_id", "protein"."entry_name", "protein"."accession", "protein"."name", "protein"."sequence" FROM "protein" WHERE "protein"."id" = 149
68 similar queries.
|
|
0.24
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein_conformation"."id", "protein_conformation"."protein_id", "protein_conformation"."state_id" FROM "protein_conformation" WHERE "protein_conformation"."id" = 55145
33 similar queries.
|
|
0.22
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(365)
if r.backbone_template.protein_conformation.protein.parent not in bb_temps:
|
|
+
|
SELECT ••• "protein"."id", "protein"."parent_id", "protein"."family_id", "protein"."species_id", "protein"."source_id", "protein"."residue_numbering_scheme_id", "protein"."sequence_type_id", "protein"."entry_name", "protein"."accession", "protein"."name", "protein"."sequence" FROM "protein" WHERE "protein"."id" = 55145
68 similar queries.
|
|
0.24
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(365)
if r.backbone_template.protein_conformation.protein.parent not in bb_temps:
|
|
+
|
SELECT ••• "protein"."id", "protein"."parent_id", "protein"."family_id", "protein"."species_id", "protein"."source_id", "protein"."residue_numbering_scheme_id", "protein"."sequence_type_id", "protein"."entry_name", "protein"."accession", "protein"."name", "protein"."sequence" FROM "protein" WHERE "protein"."id" = 2
68 similar queries.
Duplicated 2 times.
|
|
0.24
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(365)
if r.backbone_template.protein_conformation.protein.parent not in bb_temps:
|
|
+
|
SELECT ••• "protein_conformation"."id", "protein_conformation"."protein_id", "protein_conformation"."state_id" FROM "protein_conformation" WHERE "protein_conformation"."id" = 55347
33 similar queries.
|
|
0.21
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein"."id", "protein"."parent_id", "protein"."family_id", "protein"."species_id", "protein"."source_id", "protein"."residue_numbering_scheme_id", "protein"."sequence_type_id", "protein"."entry_name", "protein"."accession", "protein"."name", "protein"."sequence" FROM "protein" WHERE "protein"."id" = 55347
68 similar queries.
|
|
0.25
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein"."id", "protein"."parent_id", "protein"."family_id", "protein"."species_id", "protein"."source_id", "protein"."residue_numbering_scheme_id", "protein"."sequence_type_id", "protein"."entry_name", "protein"."accession", "protein"."name", "protein"."sequence" FROM "protein" WHERE "protein"."id" = 24
68 similar queries.
|
|
0.25
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein_conformation"."id", "protein_conformation"."protein_id", "protein_conformation"."state_id" FROM "protein_conformation" WHERE "protein_conformation"."id" = 55022
33 similar queries.
|
|
0.21
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein"."id", "protein"."parent_id", "protein"."family_id", "protein"."species_id", "protein"."source_id", "protein"."residue_numbering_scheme_id", "protein"."sequence_type_id", "protein"."entry_name", "protein"."accession", "protein"."name", "protein"."sequence" FROM "protein" WHERE "protein"."id" = 55022
68 similar queries.
|
|
0.24
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein"."id", "protein"."parent_id", "protein"."family_id", "protein"."species_id", "protein"."source_id", "protein"."residue_numbering_scheme_id", "protein"."sequence_type_id", "protein"."entry_name", "protein"."accession", "protein"."name", "protein"."sequence" FROM "protein" WHERE "protein"."id" = 184
68 similar queries.
|
|
0.26
|
|
|
Connection: default
/usr/lib/python3.6/concurrent/futures/thread.py in _worker(69)
work_item.run()
/usr/lib/python3.6/concurrent/futures/thread.py in run(56)
result = self.fn(*self.args, **self.kwargs)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle(279)
keepalive = self.handle_request(req, conn)
/home/protwis/gpcrdb_env/lib/python3.6/site-packages/gunicorn/workers/gthread.py in handle_request(328)
respiter = self.wsgi(environ, resp.start_response)
/home/protwis/gpcrdb_test/common/middleware/stats.py in __call__(34)
response = self.get_response(request)
/home/protwis/gpcrdb_test/structure/views.py in HomologyModelDetails(224)
bb_temps, backbone_templates, r_temps, rotamer_templates, segments_out, bb_main, bb_alt, bb_none, sc_main, sc_alt, sc_none, template_list, colors = format_model_details(rotamers, model_main_template, color_palette)
/home/protwis/gpcrdb_test/structure/views.py in format_model_details(371)
if r.rotamer_template.protein_conformation.protein.parent not in r_temps:
|
|
+
|
SELECT ••• "protein_conformation"."id", "protein_conformation"."protein_id", "protein_conformation"."state_id" FROM "protein_conformation" WHERE "protein_conformation"."id" = 55281
33 similar queries.
|
|