Skip to content

Package for the species specific analysis WP6 MicrobeSeq

License

Notifications You must be signed in to change notification settings

ssi-dk/ssi_analysis_utility

Repository files navigation

Bioinformatics Snakemake Pipeline

Overview

This Snakemake pipeline automates microbial genomic analyses, integrating tools for resistance gene detection, virulence factor identification, typing, and lineage determination.

Installation

  1. Clone the repository:

    git clone <repository-url>
    cd <repository-directory>
  2. Install dependencies: ```bash conda env create -f environment.yaml conda activate

Running the Pipeline

  1. Prepare the samplesheet.tsv:
  • Include sample IDs, file paths for reads, and assembly files. Customize config.yaml:
  1. Define tools, databases, and analyses for your samples.

  2. Execute Snakemake: bash cd workflow snakemake --configfile ../config/config.yaml --cores <N cores>

  3. Results:

  • Output files will be stored in the directory specified by out_folder

Output Structure

Results are organized by species and sample:

results/
├── Species_1/
│   ├── sample1/
│   │   ├── analysis_1/
│   │   ├── analysis_2/
│   │   └── analysis_3/
│   └── sample2/
|       ├── analysis_1/
|       ├── analysis_2/
|       ...
├── Species_1/
│   ├── sample1/
|       ├── analysis_1/
|       ...
│   
└── logs/

About

Package for the species specific analysis WP6 MicrobeSeq

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published