|
14 | 14 | [](https://docs.conda.io/en/latest/)
|
15 | 15 | [](https://www.docker.com/)
|
16 | 16 | [](https://sylabs.io/docs/)
|
17 |
| -[](https://tower.nf/launch?pipeline=https://github.com/nf-core/ampliseq) |
| 17 | +[](https://cloud.seqera.io/launch?pipeline=https://github.com/nf-core/ampliseq) |
18 | 18 |
|
19 | 19 | [](https://nfcore.slack.com/channels/ampliseq)[](https://twitter.com/nf_core)[](https://mstdn.science/@nf_core)[](https://www.youtube.com/c/nf-core)[](https://youtu.be/a0VOEeAvETs)
|
20 | 20 |
|
@@ -44,7 +44,6 @@ By default, the pipeline currently performs the following:
|
44 | 44 | - Phylogenetic placement ([EPA-NG](https://github.com/Pbdas/epa-ng))
|
45 | 45 | - Taxonomical classification using DADA2; alternatives are [SINTAX](https://doi.org/10.1101/074161), [Kraken2](https://doi.org/10.1186/s13059-019-1891-0), and [QIIME2](https://www.nature.com/articles/s41587-019-0209-9)
|
46 | 46 | - Excludes unwanted taxa, produces absolute and relative feature/taxa count tables and plots, plots alpha rarefaction curves, computes alpha and beta diversity indices and plots thereof ([QIIME2](https://www.nature.com/articles/s41587-019-0209-9))
|
47 |
| -- Calls differentially abundant taxa ([ANCOM](https://www.ncbi.nlm.nih.gov/pubmed/26028277)) |
48 | 47 | - Creates phyloseq R objects ([Phyloseq](https://www.bioconductor.org/packages/release/bioc/html/phyloseq.html))
|
49 | 48 | - Pipeline QC summaries ([MultiQC](https://multiqc.info/))
|
50 | 49 | - Pipeline summary report ([R Markdown](https://github.com/rstudio/rmarkdown))
|
@@ -73,11 +72,10 @@ nextflow run nf-core/ampliseq \
|
73 | 72 | > Adding metadata will considerably increase the output, see [metadata documentation](https://nf-co.re/ampliseq/usage#metadata).
|
74 | 73 |
|
75 | 74 | > [!TIP]
|
76 |
| -> By default the taxonomic assignment will be performed with DADA2 on SILVA database, but there are various tools and databases readily available, see [taxonomic classification documentation](https://nf-co.re/ampliseq/usage#taxonomic-classification). |
| 75 | +> By default the taxonomic assignment will be performed with DADA2 on SILVA database, but there are various tools and databases readily available, see [taxonomic classification documentation](https://nf-co.re/ampliseq/usage#taxonomic-classification). Differential abundance testing with ([ANCOM](https://www.ncbi.nlm.nih.gov/pubmed/26028277)) or ([ANCOM-BC](https://www.ncbi.nlm.nih.gov/pubmed/32665548)) when opting in. |
77 | 76 |
|
78 | 77 | > [!WARNING]
|
79 |
| -> Please provide pipeline parameters via the CLI or Nextflow `-params-file` option. Custom config files including those provided by the `-c` Nextflow option can be used to provide any configuration _**except for parameters**_; |
80 |
| -> see [docs](https://nf-co.re/usage/configuration#custom-configuration-files). |
| 78 | +> Please provide pipeline parameters via the CLI or Nextflow `-params-file` option. Custom config files including those provided by the `-c` Nextflow option can be used to provide any configuration _**except for parameters**_; see [docs](https://nf-co.re/usage/configuration#custom-configuration-files). |
81 | 79 |
|
82 | 80 | For more details and further functionality, please refer to the [usage documentation](https://nf-co.re/ampliseq/usage) and the [parameter documentation](https://nf-co.re/ampliseq/parameters).
|
83 | 81 |
|
|
0 commit comments