From b1eb477f338037ca432276a9cfa816f59ddb0f37 Mon Sep 17 00:00:00 2001 From: sofstam Date: Mon, 12 Dec 2022 17:06:05 +0100 Subject: [PATCH] Update output.md --- docs/output.md | 60 ++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 48 insertions(+), 12 deletions(-) diff --git a/docs/output.md b/docs/output.md index dd82e1f..fe80761 100644 --- a/docs/output.md +++ b/docs/output.md @@ -23,10 +23,13 @@ The pipeline is built using [Nextflow](https://www.nextflow.io/) and processes d - [Bowtie2](#bowtie2) - Host removal for Illumina reads - [minimap2](#minimap2) - Host removal for Nanopore reads - [samtoolsstats](#samtoolsstats) - Statistics from host removal -- [cat] - **WIP** - [Kraken2](#kraken2) - Taxonomic classifier using exact k-mer matches - [KrakenUniq](#krakenuniq) - Taxonomic classifier that combines the k-mer-based classification and the number of unique k-mers found in each species - [Bracken](#bracken) - +- [Centrifuge](#centrifuge) - Taxonomic classifier that uses a novel indexing scheme based on the Burrows-Wheeler transform (BWT) and the Ferragina-Manzini (FM) index. +- [Kaiju](#kaiju) - Taxonomic classifier that finds maximum (in-)exact matches on the protein-level. +- [Diamond](#diamond) - Sequence aligner for protein and translated DNA searches. +- [mOTUs](#motus) - Tool for marker gene-based OTU (mOTU) profiling. - [MultiQC](#multiqc) - Aggregate report describing results and QC from the whole pipeline - [Pipeline information](#pipeline-information) - Report metrics generated during the workflow execution @@ -145,15 +148,6 @@ fastp can automatically detect adapter sequences for Illumina data. -### cat - -
-Output files - -- `cat` - -
- ### Kraken2
@@ -182,9 +176,51 @@ fastp can automatically detect adapter sequences for Illumina data.
+### Centrifuge + +
+Output files + +- `centrifuge` + - `.centrifuge.mapped.fastq.gz` + - `.centrifuge.report.txt` + - `.centrifuge.results.txt` + - `.centrifuge.unmapped.fastq.gz` + +
+ +### Kaiju + +
+Output files + +- `kaiju` + - `.tsv` + +
+ +### Diamond + +
+Output files + +- `diamond` + - `.log` + - `.sam` + +
+ +### mOTUs + +
+Output files + +- `motus` + - `.log` + - `.out` + +
-======= ->>>>>>> 6d0b5d0a58d92fabfc239818f272bb06cfeb1e66 ### MultiQC