Skip to content

Snakemake pipeline for Rosetta 'cartesian-ddg' protocol for protein stability prediction upon mutations.

Notifications You must be signed in to change notification settings

AmyCuiLi/snakemake-cartesian-ddg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snakemake-cartesian-ddg

Snakemake pipeline for Rosetta cartesian-ddg application for the prediction of protein stability change (ddG) upon mutation.

Quickstart

  1. Configure paths to your Rosetta binary (ROSETTABIN) and DB (ROSETTADB) in config.yaml.

  2. Place your PDB file in pdb directory and configure target_pdbs in config.yaml.

  3. Prepare mutfiles corresponding to mutations for which you want to measure ddG values.

  4. Configure mutfiles in config.yaml. Note that * means that all mutfiles in the directory will be used.

  5. Run the pipeline.

$ snakemake -pr -j[NUM_CORES]

Pipeline overview

pipeline

About

Snakemake pipeline for Rosetta 'cartesian-ddg' protocol for protein stability prediction upon mutations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.1%
  • Shell 22.9%