Class GenomeDescriptionCreator
java.lang.Object
fr.ens.biologie.genomique.eoulsan.modules.generators.GenomeDescriptionCreator
This class define a genome description creator.
- Since:
- 1.2
- Author:
- Laurent Jourdren
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfr.ens.biologie.genomique.kenetre.bio.GenomeDescriptioncreateGenomeDescription(DataFile genomeDataFile) Create genome description object from the storage if already exists or compute it from the genome.fr.ens.biologie.genomique.kenetre.bio.GenomeDescriptioncreateGenomeDescriptionFromAnnotation(DataFile annotationDataFile) Create genome description object from the storage if already exists or compute it from the genome.
-
Constructor Details
-
GenomeDescriptionCreator
public GenomeDescriptionCreator()Public constructor.
-
-
Method Details
-
createGenomeDescriptionFromAnnotation
public fr.ens.biologie.genomique.kenetre.bio.GenomeDescription createGenomeDescriptionFromAnnotation(DataFile annotationDataFile) throws fr.ens.biologie.genomique.kenetre.bio.BadBioEntryException, IOException Create genome description object from the storage if already exists or compute it from the genome.- Parameters:
annotationDataFile- annotation file- Returns:
- the genome description object
- Throws:
fr.ens.biologie.genomique.kenetre.bio.BadBioEntryException- if an error occurs while computing the genome descriptionIOException- if an error occurs while computing the genome description
-
createGenomeDescription
public fr.ens.biologie.genomique.kenetre.bio.GenomeDescription createGenomeDescription(DataFile genomeDataFile) throws fr.ens.biologie.genomique.kenetre.bio.BadBioEntryException, IOException Create genome description object from the storage if already exists or compute it from the genome.- Parameters:
genomeDataFile- genome file- Returns:
- the genome description object
- Throws:
fr.ens.biologie.genomique.kenetre.bio.BadBioEntryException- if an error occurs while computing the genome descriptionIOException- if an error occurs while computing the genome description
-