GithubHelp home page GithubHelp logo

rvhonorato / spserver Goto Github PK

View Code? Open in Web Editor NEW

This project forked from structuralbioinformatics/spserver

0.0 0.0 0.0 7.33 MB

Assessment of the quality of protein folds and protein-protein interaction interfaces using statistical potentials

Python 75.72% C++ 0.38% Perl 14.84% C 7.00% Makefile 0.02% Roff 0.17% Fortran 1.80% Shell 0.07%

spserver's Introduction

Split-statistical Potentials Server (SPServer)

2020 - Structural Bioinformatics Group - Universitat Pompeu Fabra

This is the standalone version of SPServer (http://sbi.upf.edu/spserver), a web server to assess the quality of protein folds and protein-protein interactions using knowledge-based potentials (also known as statistical potentials).

Getting Started

Assessment of protein folds

python SPServerFold.py -f <PDB_PATH> -p <POT_TYPE> -o <OUT_PATH> -x <XML_NAME>
  -f: Input file with the PDB proteins. It can be a PDB/CIF file, a list of paths to PDB/CIF files or a TAR.GZ/ZIP.
  -p: Definition of atom-atom minimum distance. It can be CB or MIN.
  -o: Output directory.
  -x: Name of the XML output file (without the complete path and extension).

Example:

python SPServerFold.py
  -f 1ivo.pdb
  -p CB
  -o ./output
  -x 1ivo

Assessment of protein-protein interactions

python SPServerPPI.py -i <INPUT_FILE> -r <CHAIN_RECEPTOR> -l <CHAIN_LIGAND> -s <PPI_SOURCE> -o <OUTPUT_PATH> -j <JOB_ID> -p <POT_TYPE>
  -i: Input file with the structures of the interactions. It can be a PDB/CIF file, a list of paths to PDB/CIF files or a TAR.GZ/ZIP.
  -r: Receptor chain ID. Only necessary if a PDB/CIF file has been introduced.
  -l: Ligand chain ID. Only necessary if a PDB/CIF file has been introduced.
  -s: Type of input. It can be "pdb_separated" (two PDB structures separated) or "pdb_together" (one PDB structure with 2 chains being the proteins that interact).
  -o: Output directory.
  -j: Job ID.
  -p: Definition of atom-atom minimum distance. It can be CB or MIN.
  -c: If the argument is introduced, it calculates the crashes between the interacting proteins.

Example:

python SPServerPPI.py
  -i  BAX_BID_reference.pdb
  -r  A
  -l  C
  -s  pdb_together
  -o  ./output
  -j  BAX_BID_reference
  -p  CB
  -c  

spserver's People

Contributors

quimaguirre 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.