Skip to content
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

submit_date should be the date the allele was "first" submitted #93

Open
mmaiers-nmdp opened this issue Aug 29, 2023 · 1 comment
Open
Assignees
Labels

Comments

@mmaiers-nmdp
Copy link
Contributor

this query

match (s:Submitter)-[d:SUBMITTED]-(g:GFE)
return d.submit_date, count(*)

returns the same value for every allele

╒═══════════════╤══════════╕
│"d.submit_date"│"count(*)"│
╞═══════════════╪══════════╡
│"2023-08-24"   │21243     │
└───────────────┴──────────┘

This works for user submissions but for the IPD_alleles it should be probably be the date the allele was first submitted there (or the date of the quarterly release when it was first published.

@mmaiers-nmdp
Copy link
Contributor Author

This is still an issue in the current database on dockerhub "chrisammon3000/gfe-db:latest" accessed 2024-02-12

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants