Skip to content

Commit a675392

Browse files
committed
Add usage documentation for regions of variable length
1 parent 3368920 commit a675392

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/usage.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
- [Samplesheet input](#samplesheet-input)
1414
- [ASV/OTU fasta input](#asvotu-fasta-input)
1515
- [Direct FASTQ input](#direct-fastq-input)
16+
- [Regions of variable length e.g. ITS](#regions-of-variable-length-eg-its)
1617
- [Taxonomic classification](#taxonomic-classification)
1718
- [Multiple region analysis with Sidle](#multiple-region-analysis-with-sidle)
1819
- [Metadata](#metadata)
@@ -209,6 +210,10 @@ Please note the following additional requirements:
209210
- Sample identifiers are extracted from file names, i.e. the string before the first underscore `_`, these must be unique (also across sequencing runs) and only contain letters, numbers or underscores
210211
- If your data is scattered, produce a sample sheet
211212

213+
### Regions of variable length (e.g. ITS)
214+
215+
Special considerations should be made when pre-processing reads for regions of variable length, e.g. ITS for fungal barcoding. For ITS regions e.g. ITS1 or ITS2, it is recommended to use the `--illumina_pe_its` parameter for paired-end Illumina reads, which disables fixed-length read truncation. Also consider adjusting `--truncq` to a value higher than the default value of 2 if you find that a high proportion of reads is excluded by DADA2 filtering.
216+
212217
### Taxonomic classification
213218

214219
Taxonomic classification of ASVs can be performed with tools DADA2, SINTAX, Kraken2 or QIIME2. Multiple taxonomic reference databases are pre-configured for those tools, but user supplied databases are also supported for some tools. Alternatively (or in addition), phylogenetic placement can be used to extract taxonomic classifications.

0 commit comments

Comments
 (0)