Giter VIP home page Giter VIP logo

mutant_building's Introduction

Mutant builder

Miguel Arbesú -- [email protected]

Description

A script to build mutants from a given PDB file using Pyrosetta. It will replace the existing amino acid at a given position (e.g. 600) with the requested new amino acid in 1-letter code (e.g. "E").

It uses Rossetta's FastRelax and mutate_residue protocols under the hood.

Requirements & installation

Your will need Rosetta and PyRosetta licenses to use this script. Both suites are free for academic usage. Your can obtain yours here.

For installation, the most straitforward is probably via conda.

  1. Create a Python environment . Python 3.6-3.9 is supported.
  2. Follow the instructions here to add the pyrosetta channel to your profile (license user and pass required)
  3. Install pyrosetta.

Usage

usage: mutate.py [-h] [--wt_structure WT_STRUCTURE] [--chain CHAIN] [--mutant_position MUTANT_POSITION] [--mutant_aa MUTANT_AA]
                 [--pack_radius PACK_RADIUS]

optional arguments:
  -h, --help            show this help message and exit
  --wt_structure WT_STRUCTURE
                        Path to the wild type structure to mutate
  --chain CHAIN         Chain to mutate. Defaults to A -- the only in AF2 predictions
  --mutant_position MUTANT_POSITION
                        Position to mutate in the canonical sequence
  --mutant_aa MUTANT_AA
                        Amino acid to introduce in 1-letter code
  --pack_radius PACK_RADIUS
                        Radius to determine which neighbor side chains are re-packed

Resources

The script is based in the following exammples and documentation pages.

mutant_building's People

Contributors

miguelarbesu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.