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

Datacite and Bioschemas metadata by name doesn't cover single samples #1163

Open
2 tasks
NRayya opened this issue Aug 2, 2024 · 0 comments · Fixed by #1168
Open
2 tasks

Datacite and Bioschemas metadata by name doesn't cover single samples #1163

NRayya opened this issue Aug 2, 2024 · 0 comments · Fixed by #1168
Assignees
Labels
bug Something isn't working discussion

Comments

@NRayya
Copy link
Contributor

NRayya commented Aug 2, 2024

The functions for getting the metadata schema go like this :
public function modelSchemaByName(Request $request, $username, $projectName, $studyName = null, $datasetName = null)
Which requires a project name that is not available for single samples.
Entering the full names of user, project, study, dataset is not practical, usually results in errors especially wit h German names. Best to remove these functions and suffice with the using the id

  • Remove from code
  • update API platforms
@NRayya NRayya added the bug Something isn't working label Aug 2, 2024
@NRayya NRayya self-assigned this Aug 2, 2024
@NRayya NRayya linked a pull request Oct 17, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working discussion
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants