Skip to content
Snippets Groups Projects
Commit 2b5f0ec9 authored by Sascha Steinbiss's avatar Sascha Steinbiss
Browse files

actually clone the history attribute

parent fdae2712
No related branches found
No related tags found
No related merge requests found
...@@ -947,8 +947,8 @@ public class GFFStreamFeature extends SimpleDocumentFeature implements ...@@ -947,8 +947,8 @@ public class GFFStreamFeature extends SimpleDocumentFeature implements
abuf.setAggregator("Ontology_term", goProc); abuf.setAggregator("Ontology_term", goProc);
abuf.setGlue("Ontology_term", ","); abuf.setGlue("Ontology_term", ",");
// also put TriTryp UC numbers into separate attribute // also put EuPathDB UC numbers into separate attribute
abuf.setClone("history", "tritryp_uc"); abuf.setClone("history", "eupathdb_uc");
abuf.setAggregator("eupathdb_uc", ucProc); abuf.setAggregator("eupathdb_uc", ucProc);
abuf.setGlue("eupathdb_uc", ","); abuf.setGlue("eupathdb_uc", ",");
......
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