Skip to content

cschlick/CryoEM-ReRefine-Ligands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phenix.ligands_cc

A tool for CCTBX/Phenix to extract ligands and calculate map-model cross correlation. It will optionally write out density maps and models for each ligand

Usage: phenix.ligands_cc <model_file> <map_file> resolution =

Optional command line arguments:

write_ligand_files = False
.type = bool
.help = Whether to write the map and model for each ligand

output_directory = None
.type = str
.help = Optional directory to write ligand maps and models

include_only_resnames = None
.type = str
.multiple = True
.help = Only extract ligands with this residue name

include_resnames = None
.type = str
.multiple = True
.help = Do extract ligands with this residue name

exclude_resnames = None
.type = str
.multiple = True
.help = Do NOT extract ligands with this residue name

include_residue_classes = None
.type = str
.multiple = True
.help = Do extract ligands of this residue class

exclude_residue_classes = None
.type = str
.multiple = True
.help = Do NOT extract ligands of this residue class

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published