Skip to content

Cropping and Renumbering Operations for PDB structure and Sequence files

License

Notifications You must be signed in to change notification settings

rigdenlab/crops

Repository files navigation

Cropping and Renumbering Operations for PDB structure and Sequence files

Latest PyPi release License Documentation Status

About CROPS

CROPS is a useful toolkit developed by the Rigden group at the University of Liverpool, England, that allows to perform a number of customisations on structure and sequence files, aimed at improving the outcomes of a variety of processes. CROPS allows to renumber the index of residues in a PDB structure file in order to match the positional index in the complete sequence and extract specific sequences from a large sequence file. It can also make use of a number of databases to find those residues in the sequence that are either artificially inserted or belong in different biological sequences (e.g. Uniprot sequences), in order to remove artificial insertions that can hamper the search for homologues or decrease the score in a molecular replacement operation.

This toolkit has been developed to perform three specific tasks:

  • renumber residue indices in structure files to make them match residue position in the sequence (provided by a sequence file from the same source);
  • crop insertions off sequences in sequence files;
  • crop insertions off structures in structure files;
  • split large sequence files to extract specific sequences from them.

CROPS makes use of a number of databases in order to collect information about segments, insertions, sources, etc. In particular, it is built around the following databases:

If your software has any dependencies to versions older than CROPS v0.5.0, please update your software. These versions are now deprecated.

Supported Formats

  • Sequences: FASTA --several header formats recognised.
  • Structures: PDB. mmCIF to be implemented.
  • Databases: CSV (interval information), FASTA (UniProt).

Requirements

Read the Docs !!

You can find all the documentation including installation instructions and practical examples at crops.readthedocs.io.

About

Cropping and Renumbering Operations for PDB structure and Sequence files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages