Giter Club home page Giter Club logo

asmc's Introduction

ASMC

ASMC combines (i) homology modeling of family members (MODELLER), (ii) ligand-binding pocket search (P2RANK), (iii) structural alignment of modeled active sites (USalign) and (iv) density-based spatial clustering of obtained alignments (DBSCAN) in a single command line. Clustering step can be carried out on either structural or sequence alignment.

ASMC workflow

Installation

Download

Download the latest GitHub release to obtain the code: https://github.com/labgem/ASMC/releases

Python requirements

  • Python ≥ 3.8
  • biopython ≥ 1.81
  • numpy
  • scikit-learn
  • pyyaml
  • pillow
  • weblogo

You can install the python dependencies with pip, conda or mamba with the following commands and the files given in the releases:

pip

pip install -r requirements.txt

conda

conda env create -n env_name -f env.yml

mamba

mamba env create -n env_name -f env.yml

Installation via conda and mamba includes the MODELLER installation, but you still need to request the license key.

External Software dependencies

Please follow the links above and the instructions given by their authors.

Configuration

In ASMC/resources, add a file exactly named config_asmc.yml. This file should contain 3 information:

  • the path to the ASMC/resources/AA_distances.tsv
  • the path of P2RANK executable
  • the path of USalign executable

Example:

distances: "/home/User/ASMC/resources/AA_distances.tsv"
usalign: "/home/User/bin/USALIGN/USalign"
p2rank: "/home/User/bin/p2rank_2.4.1/prank"

The keys should be identical to this example.

Quick Usage

Run ASMC in a blind way (unknown active site) using a multi fasta file that should contain at least 100 sequences for clustering to be sufficiently relevant.

python ASMC/run_asmc.py --log run_asmc.log --threads 6 -r reference_file -s sequences.fasta

reference_file should contains the path to the reference(s) structure(s), e.g:

<path>/RefA.pdb
<path>/RefB.pdb

NB: For more details, see the wiki

asmc's People

Contributors

thomas-bailly avatar eddy-elisee avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar Mathieu Dubois 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.