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

Clean examples -- CLI protein-ligand example for Tyk2 #1223

Merged
merged 5 commits into from
Aug 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 12 additions & 7 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
Examples
========
This directory contains examples of expanded ensemble simulations using various methods.
This directory contains examples of the different modules in perses that can are used expanded
ensemble simulations using various methods.

Example types
-------------
* rjmc - Examples using the Reversible Jump MCMC framework
Subdirectories
--------------
The examples are organized in subdirectories as follows. More information on each example in the `README` files inside
each subdirectory.

* multitopology - Examples which use the multitopology-based framework

* dualtopology - Examples using dual topology tools
* [`atom-mapping`](atom-mapping) - Notebooks and script with examples on how to use perses atom mapping capabilities.
* [`barnase-barstar-neq-switching`](barnase-barstar-neq-switching) - FE estimate using NEQ switching in protein:protein barnase-barnase complex.
* [`dipeptide-neq-switching`](dipeptide-neq-switching) - Alanine dipeptide mutation using NEQ switching.
* [`kinase-neq-switching`](kinase-neq-switching) - NTKR1 kinase protein-ligand FE simulation using NEQ cycling
* [`moonshot-mainseries`](moonshot-mainseries) - Scripts used to prepare simulations to run with perses CLI for the COVID Moonshot
* [`protein-ligand-repex`](protein-ligand-repex) - Tyk2 protein-ligand benchmark Replica Exchange simulation examples, using perses CLI.
125 changes: 0 additions & 125 deletions examples/new-cli/README.md

This file was deleted.

Loading