gffutils.interface.FeatureDB.execute
- FeatureDB.execute(query)[source]
Execute arbitrary queries on the db.
See also
FeatureDB.schema
may be helpful when writing your own queries.- Parameters:
query (str) – Query to execute – trailing “;” optional.
- Return type:
A sqlite3.Cursor object that can be iterated over.