| Package | Description |
|---|---|
| org.biojava.bio.seq.io.agave |
Classes for converting between AGAVE XML and BioJava objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Agave2AgaveAnnotFilter
Dumping the data from biojava with source of agave into agave format
|
class |
Embl2AgaveAnnotFilter
Map EMBL data into AGAVE format
|
class |
SimpleAnnotFilter
Basic implementation of AGAVEAnnotFilter
|
| Modifier and Type | Field and Description |
|---|---|
protected AGAVEAnnotFilter |
AgaveWriter.mAnnotFilter
The AnnotationMap to use for getting
AGAVE XML attributes from a Sequence Annotation.
|
| Modifier and Type | Method and Description |
|---|---|
AGAVEAnnotFilter |
AGAVEAnnotFilterFactory.getInstance() |
| Constructor and Description |
|---|
AgaveWriter(AGAVEAnnotFilter filter)
Construct with data source specific annotation to attribute
mapping.
|