Skip to content

SantiagoSanchezF/NRamps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NRamps:
This repository containds a Python 3 implementation of # NRamps, a multi-module tool for Antimicrobial Peptides prediction. Module AmpPro predicts C-terminus cleavage site, and returns a list of predicted mature sequences. Module NaiveBayesNRamps performs a sequence-dependent prediction of AMPs. Module ChemAtrClassNR predicts AMPs calculating diferent physicochemical attributes.

Dependencies:
    linux/OSX 64X
    Anaconda/Miniconda (https://conda.io/docs/user-guide/install/index.html), for enviroment instalation


INSTALLATION:
    We recommend cloning this repository with git (v). Downloading the .zip file wont get the .pkl models in /models/ directory, due to the lsf protocol used for large files.
    from this folder:
        conda env create -f NRampsEnv.yml
        source activate NRamps
        Rscript install.peptides.R
        
USAGE:
    activate the NRamps enviroment:
        $ source activate NRamps
    from this folder execute:
        $ python modules/master.py prueba.fa -m

    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors