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

BioSamples ISA JSON repository API needs to return a path like structure for its accessions #46

Open
bedroesb opened this issue Sep 10, 2024 · 0 comments

Comments

@bedroesb
Copy link
Member

Currently the API return upon successful submission:

{
  "targetRepository" : "biosamples",
  "accessions" : [ {
    "id" : "SAMEA131351359"
  }, {
    "id" : "SAMEA131351360"
  } ]
}

But notice that normally the accession object contains the path of the ISA JSON, and not only the accession, see our repository api document.

Originally posted by @bedroesb in #44 (comment)

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

No branches or pull requests

2 participants