Package bacnet.datamodel.annotation
Class LocusTag
java.lang.Object
bacnet.datamodel.annotation.LocusTag
Since the update of RefSeq database all the locustag have been changed
Here is some methods to deal with this change
Here is some methods to deal with this change
- Author:
- cbecavin
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
Create a HashMap with all "old_locus_tag" and "locus_tag" from the new GFF folder Listeriomics/NCBIGenomesNew/static void
Create a HashMap with all "old_locus_tag" and "locus_tag" from the current GFF folder Listeriomics/NCBIGenomes/
-
Field Details
-
NewLocusTagArray
-
OldLocusTagArray
-
-
Constructor Details
-
LocusTag
public LocusTag()
-
-
Method Details
-
addLocusChange
public static void addLocusChange() -
parseOldLocusTagChange
public static void parseOldLocusTagChange()Create a HashMap with all "old_locus_tag" and "locus_tag" from the current GFF folder Listeriomics/NCBIGenomes/ -
parseNewLocusTagChange
public static void parseNewLocusTagChange()Create a HashMap with all "old_locus_tag" and "locus_tag" from the new GFF folder Listeriomics/NCBIGenomesNew/
-