-
Notifications
You must be signed in to change notification settings - Fork 22
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
Major changes and bug fixing #162
Conversation
@timosachsenberg @jpfeuffer @MaLLLiYA can you review this PR. |
sdrf_pipelines/sdrf/sdrf_schema.py
Outdated
@@ -135,6 +135,8 @@ def validate(self, series: pd.Series) -> pd.Series: | |||
terms = [ontology_term_parser(x) for x in series.unique()] | |||
labels = [] | |||
for term in terms: | |||
if term['NT'] == 'clostridium perfringens': | |||
print(term) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed, was that i didn't push :(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks correct to me though I don't know the api in detail
This PR changes the following issues:
rows
) for a given query. OLS search terms pagination error #160