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

Level1 representation is incorrect #48

Closed
tcezard opened this issue Sep 1, 2023 · 0 comments · Fixed by #52
Closed

Level1 representation is incorrect #48

tcezard opened this issue Sep 1, 2023 · 0 comments · Fixed by #52

Comments

@tcezard
Copy link
Member

tcezard commented Sep 1, 2023

Current representation of level 1 is set to

{
  "digest": "rkTW1yZ0e22IN8K-0frqoGOMT8dynNyE",
  "namingConvention": "UCSC",
  "seqColLevel1Object": {
    "sequences": "dda3Kzi1Wkm2A8I99WietU1R8J4PL-D6",
    "names": "rIeQU2I79mbAFQwiV_kf6E8OUIEWq5h9",
    "lengths": "Ms_ixPgQMJaM54dVntLWeovXSO7ljvZh",
    "md5-sequences": "_6iaYtcWw4TZaowlL7_64Wu9mbHpDUw4",
    "sorted-name-length-pairs": "EPyYaJVvxgA5x8oMe2tIC8_eyUjeUAOB"
  }
}

Where it should be

{
    "sequences": "dda3Kzi1Wkm2A8I99WietU1R8J4PL-D6",
    "names": "rIeQU2I79mbAFQwiV_kf6E8OUIEWq5h9",
    "lengths": "Ms_ixPgQMJaM54dVntLWeovXSO7ljvZh",
    "md5-sequences": "_6iaYtcWw4TZaowlL7_64Wu9mbHpDUw4",
    "sorted-name-length-pairs": "EPyYaJVvxgA5x8oMe2tIC8_eyUjeUAOB"
}

The naming convention is not currently represented but there are ongoing discussion on how Sequence collection should provide singletons, so it might come back

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

Successfully merging a pull request may close this issue.

1 participant