Skip to content
Snippets Groups Projects
Commit a93fd383 authored by tcarver's avatar tcarver
Browse files

add CONTIG to genbank_hash

parent c2b1ad25
No related branches found
No related tags found
No related merge requests found
...@@ -152,6 +152,7 @@ abstract class LineGroup ...@@ -152,6 +152,7 @@ abstract class LineGroup
genbank_hash.put ("SEGMENT","SEGMENT"); genbank_hash.put ("SEGMENT","SEGMENT");
genbank_hash.put ("PRIMARY","PRIMARY"); genbank_hash.put ("PRIMARY","PRIMARY");
genbank_hash.put ("DBLINK","DBLINK"); genbank_hash.put ("DBLINK","DBLINK");
genbank_hash.put ("CONTIG","CONTIG");
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment