Skip to content
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

Download Gromacs mdp and gro files #13

Merged
merged 3 commits into from
Apr 5, 2022
Merged

Download Gromacs mdp and gro files #13

merged 3 commits into from
Apr 5, 2022

Conversation

pierrepo
Copy link
Member

The PR allows to download Gromacs input files, especially .mdp and .gro files from Zenodo.

@pierrepo pierrepo requested a review from j0kaso February 17, 2022 20:43
@pierrepo
Copy link
Member Author

We used here the Pooch library to handle the download part. Pooch has some interesting features:

  • It downloads a file and compare it to a MD5 hash.
  • If the same script is re-run, it does not download the file once again if the MD5 hash matches the one of the local file.

@pierrepo
Copy link
Member Author

Last commit should fix #13.

@j0kaso j0kaso merged commit 7779d29 into main Apr 5, 2022
@j0kaso j0kaso deleted the download-mdp-gro-files branch April 5, 2022 09:18
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.

2 participants