Giter Site home page Giter Site logo

alignevaluator's Introduction

Comparison of alignment software

Description

This tool, developed within the scope of Laboratório de Bioinformática, aims to compare alignment software (MAFFT, Clustal, and Muscle) through p-SH and p-AU tests using IQTree. Pipeline

Requisites

  • At least one FASTA file in the folder dataset;
  • Docker;
  • Docker Desktop (Opcional)
  • Acess to internet (Only when installing the app)

Installation

Download and Extract Project from GitLab

# Download the project from GitLab
wget https://gitlab.com/laboratorio-de-bioinformatica-2023-2024/sorting-hat/-/archive/main/sorting-hat-main.zip

# Unzip the folder
unzip sorting-hat-main.zip

# Navigate to the Snakemake directory
cd sorting-hat-main

Alternatively, Pull Docker Image from Docker Hub

# Pull the Docker image from Docker Hub
docker pull rendrick27/snakemake

Usage

If you haven't pulled the image from Docker Hub, execute the following commands inside the sorting-hat-main folder:

docker build -t {image_name} .

docker run -it --name {container_name} {image_name} /bin/bash

Then, run the following command:

snakemake --use-conda all --cores all

Saving Results

To save files from the Docker container, use the following commands:

# Identify Containers
docker ps -a

# Stop Containers
docker stop <container_id>

# Export container files to desktop
docker export <container_id> > ~/Desktop/container_<container_name>.tar

Alternatively, you can use Docker Desktop to save files on your desktop by navigating to Docker Desktop > Containers > Actions > View Files. Select the files you want and click "Save".

Settings

You may adjust settings in the Snakemake command, such as threads and bootstraps, but remember that using more threads may cause more issues.

Credits

Rendrick Carreira - 201901365

License

MIT License

alignevaluator's People

Contributors

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