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

Sample names and protein acronyms are not well managed when retrieving samples from DRAC #1156

Open
antolinos opened this issue Feb 18, 2025 · 0 comments · May be fixed by #1166
Open

Sample names and protein acronyms are not well managed when retrieving samples from DRAC #1156

antolinos opened this issue Feb 18, 2025 · 0 comments · May be fixed by #1166
Assignees

Comments

@antolinos
Copy link
Contributor

Since the endpoint retrieves only a reference to the protein acronym and not the acronym itself, the sample name is currently used instead which is obviously not good

"proteinAcronym": tracking_sample["name"],

"sampleName": str(tracking_sample["name"]),

We need a way to retrieve the acronym from the sample Id

@antolinos antolinos self-assigned this Feb 21, 2025
@antolinos antolinos linked a pull request Feb 24, 2025 that will close this issue
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