Interface DesignMetadata
- All Superinterfaces:
Metadata
- All Known Implementing Classes:
DesignMetadataImpl
This interface defines the design metadata.
- Since:
- 2.0
- Author:
- Xavier Bauquet
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanTest if the additional annotation file field exists.booleanTest if the genomeFile field exists.booleanTest if the gffFile field exists.booleanTest if the gtfFile field exists.Get the additional annotation file.Get the genome file.Get the GFF file.Get the GTF file.voidsetAdditionalAnnotationFile(String newAdditionalAnotationFile) Set the additional annotation file.voidsetGenomeFile(String newGenomeFile) Set the genome file.voidsetGffFile(String newGffFile) Set the gff file.voidsetGtfFile(String newGtfFile) Set the gff file.
-
Field Details
-
GENOME_FILE_KEY
- See Also:
-
GFF_FILE_KEY
- See Also:
-
GTF_FILE_KEY
- See Also:
-
ADDITIONAL_ANNOTATION_FILE_KEY
- See Also:
-
-
Method Details
-
getGenomeFile
String getGenomeFile()Get the genome file.- Returns:
- the genome file
-
getGffFile
String getGffFile()Get the GFF file.- Returns:
- the GFF file
-
getGtfFile
String getGtfFile()Get the GTF file.- Returns:
- the GTF file
-
getAdditionalAnnotationFile
String getAdditionalAnnotationFile()Get the additional annotation file.- Returns:
- the additional annotation file
-
setGenomeFile
Set the genome file.- Parameters:
newGenomeFile- the new genome file
-
setGffFile
Set the gff file.- Parameters:
newGffFile- the new GFF file
-
setGtfFile
Set the gff file.- Parameters:
newGtfFile- the new GTF file
-
setAdditionalAnnotationFile
Set the additional annotation file.- Parameters:
newAdditionalAnotationFile- the new additional annotation file
-
containsGenomeFile
boolean containsGenomeFile()Test if the genomeFile field exists.- Returns:
- true if the genomeFile field exists
-
containsGffFile
boolean containsGffFile()Test if the gffFile field exists.- Returns:
- the gffFile field exists
-
containsGtfFile
boolean containsGtfFile()Test if the gtfFile field exists.- Returns:
- the gtfFile field exists
-
containsAdditionalAnnotationFile
boolean containsAdditionalAnnotationFile()Test if the additional annotation file field exists.- Returns:
- the additional annotation file field exists
-