Coder Social home page Coder Social logo

biobb_ahatool's Introduction

biobb_ahatool

Introduction

AHATool an Automatic HMM and Analysis Tool. This solution connects the process of creating a multiple sequence alignment (MSA) of selected enzymes with a profile Hidden-Markov Model (HMM) search against a given database with following biological classification and characterization of promising enzymes. latest API documentation.

Version

v0.1.0 2023.1

Installation

If you have no experience with anaconda, please first take a look to the New with anaconda? section of the official documentation.

Create new conda environment

Once you have the project unzipped in your computer, please follow the next steps to create a new conda environment:

cd biobb_ahatool-master
conda env create -f conda_env/environment.yml

Update environment paths

Edit conda_env/biobb_ahatool.pth with the paths to your biobb_ahatool folder. Example:

/home/user_name/projects/biobb_ahatool/
/home/user_name/projects/biobb_ahatool/biobb_ahatool/biobb_ahatool

Copy the edited conda_env/biobb_aahtool.pth file to the site-packages folder of your environment. This folder is in /[anaconda-path]/envs/biobb_ahatool/lib/python3.7/site-packages, where /[anaconda-path] is usually /anaconda3 or /opt/conda.

cp conda_env/biobb_aahtool.pth /[anaconda-path]/envs/biobb_ahatool/lib/python3.7/site-packages

Activate environment

Then, activate the recently created biobb_ahatool conda environment:

conda activate biobb_ahatool

Create repository

This template includes some folders not standard for a biobb, such as biobb_ahatool/adapters/, biobb_ahatool/notebooks/ or conda_env/. For the sake of having a pure biobb structure, you should uncomment the three last lines of the .gitignore file before creating a new git repository:

biobb_ahatool/adapters
biobb_ahatool/notebooks
conda_env

Then, inialitize repository:

git init

Binary paths configuration

Additionally, it's recommendable to configure binary paths in your environment in order to ease the command line execution. More info about this subject in the Binary path configuration section of the official documentation.

Run tests

To run tests, please execute the following instruction:

pytest /path/to/biobb_ahatool/biobb_ahatool/test/unitests/test_template/test_template.py

Or, if you prefer to show the BioBB output during the test process:

pytest -s /path/to/biobb_ahatool/biobb_ahatool/test/unitests/test_template/test_template.py

Documentation

Click here to find the API Documentation example for this template and here for Command Line documentation.

And here you can find the full documentation about how to build a new BioExcel building block from scratch.

Copyright & Licensing

This software has been developed in the MMB group at the BSC & IRB for the European BioExcel, funded by the European Commission (EU H2020 823830, EU H2020 675728).

Licensed under the Apache License 2.0, see the file LICENSE for details.

biobb_ahatool's People

Contributors

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