Package | Description |
---|---|
org.biojava.bio.program.das |
Development client for the Distributed Annotation System.
|
org.biojava.bio.seq.distributed |
Sequences and SequenceDBs which are composed from data taken
from a number of data sources.
|
Modifier and Type | Method and Description |
---|---|
DistDataSource |
ReferenceServer.getDistDataSource() |
DistDataSource |
DataSource.getDistDataSource() |
Modifier and Type | Class and Description |
---|---|
class |
GFFDataSource
Use a GFFEntrySet as a DataSource for adding annotation to sequences.
|
class |
SequenceDBDataSource
Turn an entire SequenceDB instance into a DistDataSource.
|
Modifier and Type | Method and Description |
---|---|
void |
DistributedSequenceDB.addDataSource(DistDataSource dds)
Add a distributed data source.
|
void |
DistributedSequenceDB.removeDataSource(DistDataSource dds)
Remove a distributed data source.
|