|
1 | 1 | # 16S amplicon sequencing |
2 | 2 |
|
3 | | -This is how to perform 16S amplicon analyses. |
| 3 | +This is how to perform 16S amplicon analyses. A video explanation of the biology, the bioinformatics problem and the analysis pipeline can be found for version 2.1.0 in the [nf-core bytesize talk 25](https://nf-co.re/events/2021/bytesize-25-nf-core-ampliseq). |
4 | 4 |
|
5 | 5 | ## Ampliseq pipeline |
6 | 6 |
|
7 | 7 | To perform 16S amplicon sequencing analyses we employ the [nf-core/ampliseq](https://github.com/nf-core/ampliseq) pipeline. |
8 | 8 |
|
9 | 9 | ### Quick start |
10 | 10 |
|
11 | | -* Latest stable release `-r 2.1.0` |
| 11 | +* Latest stable release `-r 2.1.1` |
12 | 12 |
|
13 | 13 | A typical command would look like this |
14 | 14 |
|
15 | 15 | ```bash |
16 | | -nextflow run nf-core/ampliseq -profile cfc -r 2.1.0 \ |
| 16 | +nextflow run nf-core/ampliseq -profile cfc -r 2.1.1 \ |
17 | 17 | --input “data” \ |
18 | 18 | --FW_primer "GTGYCAGCMGCCGCGGTAA" \ |
19 | 19 | --RV_primer "GGACTACNVGGGTWTCTAAT" \ |
20 | 20 | --metadata "metadata.tsv" \ |
21 | | ---trunc_qmin 35 \ |
22 | | ---classifier_removeHash |
| 21 | +--trunc_qmin 35 |
23 | 22 | ``` |
24 | 23 |
|
25 | | -See [here](https://nf-co.re/ampliseq/1.2.0/parameters#manifest) the info on how to create the `metadata.tsv` file. |
| 24 | +Sequencing data can be analysed with the pipeline using a folder containing `.fastq.gz` files with [direct fastq input](https://nf-co.re/ampliseq/2.1.1/usage#direct-fastq-input) or [samplesheet input](https://nf-co.re/ampliseq/2.1.1/usage#samplesheet-input), also see [here](https://nf-co.re/ampliseq/2.1.1/parameters#input). |
26 | 25 |
|
27 | | -If data are distributed on multiple sequencing runs, please use `--multipleSequencingRuns` and note the different requirements for metadata file and folder structure in the [pipeline documentation](https://nf-co.re/ampliseq/1.2.0/parameters#multiplesequencingruns) |
28 | | - |
29 | | -### Known bugs |
| 26 | +See [here](https://nf-co.re/ampliseq/2.1.1/parameters#metadata) the info on how to create the `metadata.tsv` file. |
30 | 27 |
|
31 | | -* All versions include a known bug that is why the `--classifier_removeHash` param should be used. |
| 28 | +If data are distributed on multiple sequencing runs, please use `--multipleSequencingRuns` and note the different requirements for metadata file and folder structure in the [pipeline documentation](https://nf-co.re/ampliseq/1.2.0/parameters#multiplesequencingruns) |
32 | 29 |
|
33 | 30 | ## Reporting |
34 | 31 |
|
35 | | -There are no details about reporting yet. |
| 32 | +There are no details about reporting yet. Please refer to the [output documentation](https://nf-co.re/ampliseq/2.1.1/output). |
0 commit comments