X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fio%2Fgff%2FGffConstants.java;fp=src%2Fjalview%2Fio%2Fgff%2FGffConstants.java;h=545c6e3cd43b268375e366b5caf915078123be99;hb=99d5f1d805e530f23a53dad4484d44ecd0fbfdf3;hp=0000000000000000000000000000000000000000;hpb=e6134bccddc2c7faad28fad1a4e77ccd0ceb3d84;p=jalview.git diff --git a/src/jalview/io/gff/GffConstants.java b/src/jalview/io/gff/GffConstants.java new file mode 100644 index 0000000..545c6e3 --- /dev/null +++ b/src/jalview/io/gff/GffConstants.java @@ -0,0 +1,23 @@ +package jalview.io.gff; + +/** + * A class to hold constants shared by creators and consumers of GFF or feature + * data + */ +public class GffConstants +{ + // SequenceOntology terms are to be found in SequenceOntologyI + + /* + * clinical_significance may be an attribute of + * sequence_variant data from Ensembl + */ + public static final String CLINICAL_SIGNIFICANCE = "clinical_significance"; + + /* + * not instantiable + */ + private GffConstants() + { + } +}