Class BioFetchSequenceDB

  • All Implemented Interfaces:
    SequenceDBLite, Changeable

    public class BioFetchSequenceDB
    extends Unchangeable
    implements SequenceDBLite
    Simple SequenceDB implementation backed by a BioFetch (HTTP) server.
    Since:
    1.3
    Author:
    Thomas Down, Matthew Pocock, Greg Cox, Keith James
    • Constructor Detail

      • BioFetchSequenceDB

        public BioFetchSequenceDB​(java.lang.String location,
                                  java.lang.String dbName)
        Construct a BioFetchSequenceDB which connects to the specified BioFetch server.
        Parameters:
        location - The base URL of the server.
        dbName - The database name to use.