ammaraziz / ctgap

Chlamydia trachomatis Genome Assembly Pipeline
3 stars 2 forks source link

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

Dependencies

Output

TBA

Cite

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