Skip to content

Instantly share code, notes, and snippets.

@p-zubieta
Created July 28, 2022 19:49
Show Gist options
  • Select an option

  • Save p-zubieta/004dc2eede25301ea5cdbd4744c5e664 to your computer and use it in GitHub Desktop.

Select an option

Save p-zubieta/004dc2eede25301ea5cdbd4744c5e664 to your computer and use it in GitHub Desktop.
Setup PySAGES for OpenMM and HOOMD-blue
cd
rsync -a --exclude=*/__pycache__ /data/scratch/pysages . &> /dev/null
find pysages -type f \( -name "*.py" -name "*.sh" \) -exec sed -i "s|/data/scratch|$HOME|g" {} +
. pysages/modules.sh
python -m pip -q install ParmEd
python -m pip -q install netCDF4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment