Skip to content

Commit

Permalink
dl fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos GONZALEZ OLIVER committed Oct 4, 2024
1 parent be63e8e commit 5e75c26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name = "rnaglib"
readme = "README.md"
version="2.6.23"
version="2.6.24"
authors=[{name="Vincent Mallet", email="[email protected]"},
{name="Carlos Oliver", email="[email protected]"},
{name="Jonathan Broadbent", email="[email protected]"},
Expand Down
2 changes: 1 addition & 1 deletion src/rnaglib/bin/rnaglib_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ def main():
overwrite=args.overwrite,
data_root=args.download_dir,
verbose=True,
store_pdbs=args.store_pdbs,
get_pdbs=args.store_pdbs,
debug=args.debug)

0 comments on commit 5e75c26

Please sign in to comment.