Skip to content

Instantly share code, notes, and snippets.

@hemahecodes
Created April 4, 2022 14:07
Show Gist options
  • Save hemahecodes/3f1ffd74ccf49667e367e389693d11ef to your computer and use it in GitHub Desktop.
Save hemahecodes/3f1ffd74ccf49667e367e389693d11ef to your computer and use it in GitHub Desktop.
Glide Docking Analysis
SCHRODINGER="Path to Schrodinger"
$SCHRODINGER/utilities/glide_sort actives.maegz -o actives_sorted.mae -R
$SCHRODINGER/utilities/glide_sort decoys.maegz -o decoys_sorted.mae -R
$SCHRODINGER/glide_merge actives_sorted.mae decoys_sorted.mae -o glide_results.mae -R
$SCHRODINGER/run enrichment.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment