Skip to content

Commit

Permalink
Merge pull request #672 from danclaytondev/dev
Browse files Browse the repository at this point in the history
Update output docs for collapsed abundance tables
  • Loading branch information
danclaytondev authored Dec 7, 2023
2 parents 1067c7c + feacdd5 commit 4e10651
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### `Fixed`

- [#672](https://github.com/nf-core/ampliseq/pull/672) - Update output docs for collapsed abundance tables

### `Dependencies`

### `Removed`
Expand Down
4 changes: 2 additions & 2 deletions docs/output.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ All following analysis is based on these filtered tables.
- `seven_number_summary.tsv`: Length of ASV sequences in different quantiles.
- `filtered-sequences.qza`: QIIME2 fragment.
- `qiime2/abundance_tables/`
- `abs-abund-table-*.tsv`: Tab-separated absolute abundance table at taxa level `*`, where `*` ranges by default from 2 to 6 or 7, depending on the used reference taxonomy database.
- `abs-abund-table-*.tsv`: Tab-separated absolute abundance table at taxa level `*`, where `*` ranges by default from 2 to 6, specified by the `--tax_agglom_min` and `--tax_agglom_max` parameters.
- `count_table_filter_stats.tsv`: Tab-separated table with information on how much counts were filtered for each sample.
- `feature-table.biom`: Abundance table in biom format for importing into downstream analysis tools.
- `feature-table.tsv`: Tab-separated abundance table for each ASV and each sample.
Expand All @@ -423,7 +423,7 @@ Absolute abundance tables produced by the previous steps contain count data, but
<summary>Output files</summary>

- `qiime2/rel_abundance_tables/`
- `rel-table-*.tsv`: Tab-separated absolute abundance table at taxa level `*`, where `*` ranges by default from 2 to 6 or 7, depending on the used reference taxonomy database.
- `rel-table-*.tsv`: Tab-separated absolute abundance table at taxa level `*`, where `*` ranges by default from 2 to 6, specified by the `--tax_agglom_min` and `--tax_agglom_max` parameters.
- `rel-table-ASV.tsv`: Tab-separated relative abundance table for all ASVs.
- `rel-table-ASV_with-DADA2-tax.tsv`: Tab-separated table for all ASVs with DADA2 taxonomic classification, sequence and relative abundance.
- `rel-table-ASV_with-QIIME2-tax.tsv`: Tab-separated table for all ASVs with QIIME2 taxonomic classification, sequence and relative abundance.
Expand Down

0 comments on commit 4e10651

Please sign in to comment.