mmtfPyspark.webfilters.pdbjMineSearch module

PdbjMineSearch.py

This filter runs an PDBj Mine 2 Search web service using an SQL query.

References

  • Each category represents a table, and fields represent database columns, see

available tables and columns: MINE RDB DOCS

  • Data are provided through: MINE2-SQl
  • Queries can be designed with the interactive PDBjMine2 query service: PDBjMine2 SQL
class PdbjMineSearch(sqlQuery)[source]

Bases: object

Fetch data using the PDBj Mine 2 SQL service

Attributes

sqlQuery: str the sql query [None]

Methods

__call__(t) Call self as a function.
URL = 'https://pdbj.org/rest/mine2_sql'