-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UniParc light and cross reference #239
Conversation
...parser/src/test/java/org/uniprot/core/json/parser/uniparc/UniParcCrossRefJsonConfigTest.java
Outdated
Show resolved
Hide resolved
...parser/src/test/java/org/uniprot/core/json/parser/uniparc/UniParcCrossRefJsonConfigTest.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we chat about uniparc fields changes?
core-domain/src/main/java/org/uniprot/core/uniparc/impl/UniParcCrossReferencePair.java
Outdated
Show resolved
Hide resolved
core-domain/src/main/java/org/uniprot/core/uniparc/impl/UniParcCrossReferenceImpl.java
Outdated
Show resolved
Hide resolved
core-domain/src/main/java/org/uniprot/core/uniparc/impl/UniParcEntryLightBuilder.java
Outdated
Show resolved
Hide resolved
core-domain/src/main/java/org/uniprot/core/uniparc/impl/UniParcEntryLightBuilder.java
Outdated
Show resolved
Hide resolved
core-domain/src/test/java/org/uniprot/core/uniparc/impl/UniParcEntryLightImplTest.java
Outdated
Show resolved
Hide resolved
core-parser/src/main/java/org/uniprot/core/parser/fasta/UniParcFastaParser.java
Show resolved
Hide resolved
core-parser/src/main/java/org/uniprot/core/parser/tsv/uniparc/UniParcEntryLightValueMapper.java
Show resolved
Hide resolved
"protein", | ||
"proteome", | ||
"accession", | ||
"first_seen", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to discuss in a Tuesday meeting first_seen X oldestCrossRefCreated attribute. Because "first_seen" in the EntryParser is used in a difference way. (and this will change for the user)
...rser/src/test/java/org/uniprot/core/parser/tsv/uniparc/UniParcEntryLightValueMapperTest.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just Two methods that we can cleanup
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
getFirstSeenDate() and getLastSeenDate() methods can be removed
No description provided.