You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/output.md
+7-2
Original file line number
Diff line number
Diff line change
@@ -577,7 +577,12 @@ __Summary statistics__:
577
577
578
578
#### Custom - mpileup like file
579
579
580
-
To facilitate the intra host analysis, a mpileup like file is generated. This file contains the depth of every nucleotide at each position of the reference.
580
+
To facilitate the intra host analysis, a mpileup like file is generated. This file contains the depth of every nucleotide at each position of the reference as well as the shannon entropy and a weighted shannon entropy based on the following formulae.
Where $N$ is the total bases at a position, $k$ is the pseudocount (default 50), and $p_i$ is the frequency of the nucleotide $i$.
581
586
582
587
???- abstract "Output files - variants"
583
588
@@ -656,7 +661,7 @@ Variant files are visualized in the MultiQC report.
656
661
657
662
The consensus sequences are generated by [`BCFTools`](http://samtools.github.io/bcftools/bcftools.html) or [`iVar`](https://andersen-lab.github.io/ivar/html/manualpage.html). The consensus sequences are stored in the directory `consensus/` or in the iterations directory `assembly/polishing/iterations/it#/consensus`.
658
663
659
-
`BCFtools` will use the filtered variants file whereas, `iVar` will redetermine the variants to collapse in the consensus using their own workflow, read more about their differences in the [consensus calling section](./workflow/variant_and_refinement.md#consensus-calling).
664
+
`BCFtools` will use the filtered variants file whereas, `iVar` will redetermine the variants to collapse in the consensus using their own workflow, read more about their differences in the [consensus calling section](./workflow/variant_and_refinement.md#4-consensus-calling).
Copy file name to clipboardexpand all lines: docs/parameters.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Options related to the trimming, low complexity and host removal steps of the re
51
51
|`host_k2_library`| Kraken2 library(s) required to remove host and contamination <details><summary>Help</summary><small>Only used when no host kraken2 database is specified.</small></details>| human |
52
52
|`skip_host_fastqc`| Skip the fastqc step after host & contaminants were removed ||
53
53
54
-
## Metagenomic diveristy
54
+
## Metagenomic diversity
55
55
56
56
Parameters used to determine the metagenomic diversity of the sample
Copy file name to clipboardexpand all lines: docs/usage.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ An example samplesheet file consisting of both single- and paired-end data may l
90
90
Viralgenie can in addition to constructing de novo consensus genomes map the sample reads to a series of references. These references are provided through the parameter `--mapping_constraints`.
91
91
92
92
An example mapping constraint samplesheet file consisting of 5 references, may look something like the one below.
93
-
> This is for 5 references, 2 of them being a multi-fasta file, only one of the multi-fasta needs to undergo [reference selection](./workflow/variant_and_refinement.md#selection-of-reference).
93
+
> This is for 5 references, 2 of them being a multi-fasta file, only one of the multi-fasta needs to undergo [reference selection](./workflow/variant_and_refinement.md#1a-selection-of-reference).
Copy file name to clipboardexpand all lines: docs/workflow/metagenomic_diversity.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Viralgenie offers two main tools for the classification of reads and a summary v
13
13
14
14
Feel free to reach out and suggest more classifiers. However, if the main goal of your project is to establish the presence of a virus within a sample and are therefore only focused on metagenomic diversity, have a look at [taxprofiler](https://nf-co.re/taxprofiler/)
15
15
16
-
> The read classification can be skipped with the argument `--skip_read_classification`, classifiers should be specified with the parameter `--read_classifiers 'kaiju,kraken2'` (no spaces, no caps). See the [parameters classification section](../parameters.md#read-classification) for all relevant arguments to control the classification steps.
16
+
> The read classification can be skipped with the argument `--skip_read_classification`, classifiers should be specified with the parameter `--read_classifiers 'kaiju,kraken2'` (no spaces, no caps). See the [parameters classification section](../parameters.md#metagenomic-diversity) for all relevant arguments to control the classification steps.
0 commit comments