-
Notifications
You must be signed in to change notification settings - Fork 193
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
Retrieving module information of input and output and EDAM ontology from bio.tools #3418
base: dev
Are you sure you want to change the base?
Conversation
…tput and EDAM from bio.tools
Codecov ReportAttention: Patch coverage is
Additional details and impacted files☔ View full report in Codecov by Sentry. |
|
||
# If the tool name was not found in the response | ||
log.warning(f"Could not find a bio.tools ID for '{tool_name}'") | ||
return "" |
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.
not sure if it isn't better to always return None
if we don't get a correct entry, like we do in the function above
Co-authored-by: Matthias Hörtenhuber <[email protected]>
Working on nf-core/modules#5831
TO DO:
meta.yml
when linting. Updateupdate_meta_yml_file()
function atnf_core/modules/lint/__init__.py
mypy
errorsmeta.yml
main.nf
with itmain.nf.test