Skip to content

Commit cfc8945

Browse files
committed
Change output directory for kraken2/bracken
1 parent 75a10f7 commit cfc8945

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/output.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -660,11 +660,11 @@ The plot on the left hand side shows the standard PC plot - notice the variable
660660
<details markdown="1">
661661
<summary>Output files</summary>
662662

663-
- `kraken2/kraken_reports`
663+
- `<ALIGNER>/contaminants/kraken2/kraken_reports`
664664
- `*.kraken2.report.txt`: Classification of unaligned reads in the Kraken report format. See the [kraken2 manual](https://github.com/DerrickWood/kraken2/wiki/Manual#output-formats) for more details
665665
- `*.classified*.fastq.gz` If `--save_kraken_alignments`, outputs fastq file for each sample with each classified read annotated with taxonomic identification from Kraken2.
666666
- `*.unclassified*.fastq.gz` If `save_kraken_unassigned`, outputs fastq file with all reads that were not classified by Kraken2.
667-
- `bracken/`
667+
- `<ALIGNER>/contaminants/bracken/`
668668
- `*.kraken2.report_bracken.txt`: Kraken-style reports of the Bracken abundance estimate results. See the [kraken2 manual](https://github.com/DerrickWood/kraken2/wiki/Manual#output-formats) for more details.
669669
- `*.tsv` Summary of estimated reads for each taxon member at the given classification level and what corrections were made from Kraken2.
670670

modules/nf-core/bracken/bracken/nextflow.config

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/kraken2/kraken2/nextflow.config

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)