Skip to content

Molecular Interaction Database (MINT) Autorefresh config update #1304

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Avantika-Singh16
Copy link
Contributor

Molecular Interaction Database (MINT) Autorefresh config update

print(f"Data successfully saved to {output_file}")

except requests.exceptions.RequestException as e:
print(f"Error downloading data: {e}")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

print statements will not work in Autorefresh. Please use the absl logging module.

@@ -466,7 +469,8 @@ def main(argv):
str(not_import_count) +
" records failed the parsing and have been saved to the corresponding files."
)
print(missing_psimi_ids)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use the absl logging module and please log all the significant steps. This will help us in doing RCA in cloud run task.

@Avantika-Singh16 Avantika-Singh16 requested a review from ajaits May 23, 2025 08:31
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seeing lint errors with this file:
https://screenshot.googleplex.com/BD6AtXxjVvYQPKB

Please run run_tests.sh -f

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 this pull request may close these issues.

4 participants