SequenceDB() — create a new sequence database

SequenceDB(env, **vars)
This creates a new, empty, sequence database. If you give any arguments to this constructor, they are passed to SequenceDB.read(), to read in an initial database. See the SequenceDB.filter() example.