GithubHelp home page GithubHelp logo

ctgap's Introduction

CtGAP - Chlamydia trachomatis Genome Assembly Pipeline

Install

  1. git clone this repo:
git clone https://github.com/ammaraziz/ctgap
  1. Install miniconda or preferrably mamba

  2. Install snakemake:

mamba install -c bioconda snakemake 

Manually install rust/scrubby

mamba install -c conda-forge rust
cargo install scrubby
  1. Download the human genome, rename to resources/grch38.fasta

  2. Download one of the kraken dbs with bacterial genomes, rename to resources/standardDB:

  3. Done - The pipeline will handle the dependencies internally.

Usage

  1. Create a folder ctgap/input/

  2. Add your fastq.gz files in ctgap/input/.

    • Ensure they're named as follows: {sample_name}_{direction}.fastq.gz.
      • eg SRR12345_R1.fastq.gz and SRR12345_R2.fastq.gz.
  3. In ctgap/ folder run the pipeline:

snakemake -j 8 --use-conda -k
  • -j 8 specifies the number of threads to use in total.
  • --use-conda tells snakemake to install the dependencies.
  • -k tells snakemake to keep going if a sample fails.

Dependencies

  • Snakemake
  • Spades
  • Shovill
  • Bowtie2
  • Samtools
  • fastp
  • bbmap (bbnorm)
  • kraken2
  • multiqc
  • blast+

Output

TBA

Cite

Pipeline is created by Shola Olagoke with assistance from Ammar Aziz.

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.