Skip to content

Commit

Permalink
fix: Bump gwas-sumstats-tools v1.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
karatugo committed Apr 18, 2024
1 parent 03c780b commit 86f34b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ globus-cli==3.12.0
globus-sdk==3.17.0
greenlet==2.0.2
gunicorn==19.9.0
gwas-sumstats-tools==1.0.18
gwas-sumstats-tools==1.0.19
humanize==4.6.0
hypothesis==6.68.2
idna==3.4
Expand Down
5 changes: 2 additions & 3 deletions sumstats_service/resources/api_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,9 +393,8 @@ def convert_metadata_to_yaml(accession_id: str, is_harmonised_included: bool):
accession_id=accession_id,
is_bypass_rest_api=True,
#### DEV ONLY #######
# 1. Update for Sandbox as is_sandbox=True
# 2. Also update gwas-sumstats-tools and make a pre-release
is_sandbox=False,
# 1. Update for Sandbox in gwas-sumstats-tools
# 2. Make a pre-release
#####################
)
logger.info(f"For non-hm {accession_id=} - {metadata_from_gwas_cat=}")
Expand Down

0 comments on commit 86f34b7

Please sign in to comment.