pierrepo / grodecoder

GroDecoder extracts and identifies the molecular components of a structure file (PDB or GRO) issued from a molecular dynamics simulation.
https://grodecoder.streamlit.app/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Save the current commit date and hash into the JSON file #53

Closed pierrepo closed 3 weeks ago

pierrepo commented 1 month ago

To get the date:

$ git show --no-patch --no-notes --pretty='%cI' HEAD
2024-06-12T14:40:25+02:00

To get the last commit hash:

$ git show --no-patch --no-notes --pretty='%H' HEAD
f7c4a7a114bb6f329daa71a97c2215cc7fdc72f5
pierrepo commented 1 month ago

Potentially interesting resources: