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
+22-17
Original file line number
Diff line number
Diff line change
@@ -574,6 +574,21 @@ __Summary statistics__:
574
574
- `*.CollectMultipleMetrics.*`: Alignment QC files from picard CollectMultipleMetrics in `*_metrics` textual format.
575
575
- `*.pdf` plots for metrics obtained from CollectMultipleMetrics.
576
576
577
+
#### Custom - mpileup like file
578
+
579
+
To facilitate the intra host analysis, a mpileup like file is generated. This file contains the depth of every nucletoride at each position of the reference.
580
+
581
+
???- abstract "Output files - variants"
582
+
583
+
- `variants/mapping-info/custom-vcf/<sample-id>`
584
+
- `*.tsv`: A custom tsv file containing the depth of every nucleotide at each position of the reference.
- `*.tsv`: A custom tsv file containing the depth of every nucleotide at each position of the reference.
591
+
577
592
#### Mosdepth - Coverage
578
593
579
594
[mosdepth](https://github.com/brentp/mosdepth) is a fast BAM/CRAM depth calculation for WGS, exome, or targeted sequencing. mosdepth is used in this pipeline to obtain genome-wide coverage values in 200bp windows. The results are rendered in MultiQC (genome-wide coverage).
@@ -645,25 +660,15 @@ The consensus sequences are generated by [`BCFTools`](http://samtools.github.io/
645
660
646
661
`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).
- `<sample-id>/<sample-id>_<constrain-id>-CONSTRAIN_itvariant_calling.fa`: A fasta file containing the consensus sequence.
653
-
- `mask/`
654
-
- `<sample-id>/<sample-id>_<constrain-id>-CONSTRAIN*.qual.txt`: A log file of the consensus run containing statistics. [`iVar` only]
655
-
- `<sample-id>/<sample-id>_<constrain-id>-CONSTRAIN*.bed`: A bed file containing the masked regions. [`BCFtools` only]
656
-
- `<sample-id>/<sample-id>_<constrain-id>-CONSTRAIN*.mpileup`: A mpileup file containing information on the depth and the quality of each alinged base.
657
-
658
-
???- abstract "Output files - iterations"
659
-
660
-
- `assembly/polishing/iterations/it#/consensus`
661
-
- `seq/`
662
-
- `<sample-id>/<sample-id>_cl#_itvariant_calling.fa`: A fasta file containing the consensus sequence.
663
-
- `mask/`
664
-
- `<sample-id>/<sample-id>_cl#_it*.qual.txt`: A log file of the consensus run containing statistics. [`iVar` only]
665
-
- `<sample-id>/<sample-id>_cl#_it*.bed`: A bed file containing the masked regions. [`BCFtools` only]
666
-
- `<sample-id>/<sample-id>_cl#_it*.mpileup`: A mpileup file containing information on the depth and the quality of each alinged base.
0 commit comments