Snakemake pipeline for Rosetta cartesian-ddg
application for the prediction of protein stability change (ddG) upon mutation.
-
Configure paths to your Rosetta binary (
ROSETTABIN
) and DB (ROSETTADB
) inconfig.yaml
. -
Place your PDB file in
pdb
directory and configuretarget_pdbs
inconfig.yaml
. -
Prepare mutfiles corresponding to mutations for which you want to measure ddG values.
-
Configure
mutfiles
inconfig.yaml
. Note that*
means that all mutfiles in the directory will be used. -
Run the pipeline.
$ snakemake -pr -j[NUM_CORES]
Pipeline overview