Integrated automatic tool for sepsis analysis.
This repository contains an automatic integrated software Septool - a snakemake pipeline for analyzing Nanopore FASTQ files for presence of microbial sources of sepsis.
- Ubuntu 24.04 or higher (other Linux distros should work, although they were not tested)
- Conda and Mamba installed
- Git
- Clone the repository:
git clone https://github.com/wernerkrampl/septool.git
cd septool
- Create conda environment:
mamba create septool-env snakemake
mamba activate septool-env
- Prepare input files:
- Place your FASTQ files in the repository root directory
- Ensure you have a reference genome named reference.fasta, which contains reference sequences for microbiome of interest (note that Septool will check several databases, this reference is used predominantly for validation of Septool findings)
- Run the Septool pipeline
snakemake --cores <number_of_cores> --use-conda
- Reports and processed files will be generated in the following directories:
reports/fastqc: Quality control reportsprocessed: Trimmed and mapped filesreports/kraken2: Taxonomic classification reportsreports/resfinder: Resistance gene detection reportsreports/amrfinder: Antimicrobial resistance analysis reportsreports/qualimap: Mapping quality reports