GithubHelp home page GithubHelp logo

nbokulich / q2-assembly Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bokulich-lab/q2-assembly

0.0 0.0 0.0 32.56 MB

QIIME 2 plugin for (meta)genome assembly.

License: BSD 3-Clause "New" or "Revised" License

Python 94.81% TeX 2.55% Makefile 0.11% HTML 2.53%

q2-assembly's Introduction

q2-assembly

CI codecov Code style: black

QIIME 2 plugin for (meta)genome assembly.

Installation

To install q2-assembly, follow the installation steps described below.

mamba create -yn q2-shotgun \
  -c https://packages.qiime2.org/qiime2/2022.8/tested \
  -c bioconda -c conda-forge -c default q2-assembly q2cli

conda activate q2-shotgun

Refresh cache and check that everything worked:

qiime dev refresh-cache
qiime info

Functionality

This QIIME 2 plugin contains actions used to assemble (meta)genomes from short single/paired-end sequencing reads. Currently, two assemblers are supported: SPAdes and MEGAHIT (for details on the implementation and usage, please refer to the respective documentation). Below you will find an overview of actions available in the plugin.

Action Description Underlying tool
assemble-megahit Assemble contigs using MEGAHIT. MEGAHIT
assemble-spades Assemble contigs using SPAdes. SPAdes
evaluate-contigs Evaluate quality of the assembled contigs using metaQUAST. QUAST
generate-reads Simulate NGS reads using InSilicoSeq. InSilicoSeq
index-contigs Index contigs using Bowtie 2. Bowtie 2
index-mags Index MAGs using Bowtie 2. Bowtie 2
map-reads-to-contigs Map reads to contigs using Bowtie 2. Bowtie 2

Dev environment

This repository follows the black code style. To make the development slightly easier there are a couple of pre-commit hooks included here that will ensure that your changes follow that formatting style. Before you start working on the code, please install the hooks by executing make dev in your conda environment. From then on, they will be run automatically every time you commit any changes.

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.