Giter Club home page Giter Club logo

fieldbioinformatics's Introduction

artic-logo

ARTIC

a bioinformatics pipeline for working with virus sequencing data sequenced with nanopore


travis Documentation Status bioconda License

Overview

artic is a pipeline and set of accompanying tools for working with viral nanopore sequencing data, generated from tiling amplicon schemes.

It is designed to help run the artic bioinformatics protocols; for example the SARS-CoV-2 coronavirus protocol.

Features include:

  • read filtering
  • primer trimming
  • amplicon coverage normalisation
  • variant calling
  • consensus building

There are 2 workflows baked into this pipeline, one which uses signal data (via nanopolish) and one that does not (via medaka).

Installation

Via conda

conda install -c bioconda -c conda-forge artic

If conda reports that nothing provides particular packages when running the above command ensure your channel_priority is set to flexible using the following command:

conda config --set channel_priority false

Via source

1. downloading the source:

Download a release or use the latest master (which tracks the current release):

git clone https://github.com/artic-network/fieldbioinformatics
cd fieldbioinformatics

2. installing dependencies:

The artic pipeline has several software dependencies. You can solve these dependencies using the minimal conda environment we have provided:

conda env create -f environment.yml
conda activate artic

3. installing the pipeline:

python setup.py install

4. testing the pipeline:

First check the pipeline can be called.

artic -v

You can try the pipeline tests.

./test-runner.sh nanopolish
./test-runner.sh medaka

For further tests, such as the variant validation tests, check the documentation.

Documentation

Documentation for the artic pipeline is available via read the docs.

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.