|
1 | 1 | failed_mapped:
|
2 | 2 | - mapped reads
|
| 3 | +'cluster: samtools stats (raw)="samtools Raw"': |
| 4 | + - total_length: "total length" |
| 5 | + - average_length: "average length" |
| 6 | + - average_quality: "average quality" |
| 7 | + - error_rate: "error rate" |
| 8 | + - mismatches: "mismatches" |
| 9 | + - reads_MQ0: "reads MQ0" |
| 10 | + - reads_mapped: "reads mapped (R1+R2)" |
| 11 | + - reads_mapped_percent: "reads mapped %" |
| 12 | + - reads_unmapped: "reads unmapped (R1+R2)" |
| 13 | + - reads_unmapped_percent: "reads unmapped %" |
| 14 | + - reads_QC_failed: "reads QC failed" |
| 15 | + - reads_QC_failed_percent: "reads QC failed %" |
| 16 | + - reads_paired: "reads paired" |
| 17 | + - reads_paired_percent: "reads paired %" |
| 18 | + - reads_properly_paired: "reads properly paired" |
| 19 | + - reads_properly_paired_percent: "reads properly paired %" |
| 20 | + - reads_duplicated: "reads duplicated" |
| 21 | + - reads_duplicated_percent: "reads duplicated %" |
| 22 | + - non-primary_alignments: "non primary alignments" |
| 23 | + - supplementary_alignments: "supplementary alignments" |
| 24 | + - outward_oriented_pairs: "outward oriented pairs" |
| 25 | + - inward_oriented_pairs: "inward oriented pairs" |
| 26 | + - insert_size_average: "insert size average" |
| 27 | + - insert_size_standard_deviation: "insert size standard deviation" |
| 28 | + - bases_mapped: "bases mapped" |
| 29 | + - bases_mapped_(cigar): "bases mapped cigar" |
| 30 | + - bases_trimmed: "bases trimmed" |
| 31 | + - bases_duplicated: "bases duplicated" |
3 | 32 | umitools:
|
4 | 33 | - multiqc_umitools_dedup:
|
5 |
| - - input_reads: "mapped reads" |
6 |
| - - removed_reads |
7 |
| - - output_reads: "deduplicated reads" |
8 |
| - - positions_deduplicated |
9 |
| - - max_umi_per_pos |
10 |
| - - mean_umi_per_pos |
11 |
| - - total_umis |
12 |
| - - percent_passing_dedup: "% passing dedup" |
13 |
| - - unique_umis |
| 34 | + - dedup_input_reads: "mapped reads (R1,R2)" |
| 35 | + - dedup_removed_reads: "removed reads (R1,R2)" |
| 36 | + - dedup_output_reads: "deduplicated reads (R1,R2)" |
| 37 | + - positions_deduplicated: "positions deduplicated" |
| 38 | + - max_umi_per_pos: "max UMI per position" |
| 39 | + - mean_umi_per_pos: "mean UMI per position" |
| 40 | + - total_umis: "total UMIs" |
| 41 | + - dedup_percent_passing: "% passing" |
| 42 | + - unique_umis: "unique UMIs" |
14 | 43 | picard:
|
15 | 44 | - multiqc_picard_dups:
|
16 | 45 | - UNPAIRED_READS_EXAMINED: "unpaired reads examined"
|
17 | 46 | - READ_PAIR_OPTICAL_DUPLICATES: "read pair optical duplicates"
|
18 |
| - - UNMAPPED_READS: "unmapped reads" |
| 47 | + - UNMAPPED_READS: "unmapped reads (R1+R2)" |
19 | 48 | - ESTIMATED_LIBRARY_SIZE: "estimated library size"
|
20 | 49 | - UNPAIRED_READ_DUPLICATES: "unpaired read duplicates"
|
21 | 50 | - SECONDARY_OR_SUPPLEMENTARY_RDS: "secondary or supplementary rds"
|
22 | 51 | - READ_PAIRS_EXAMINED: "read pairs examined"
|
23 | 52 | - READ_PAIR_DUPLICATES: "read pair duplicates"
|
24 | 53 | - PERCENT_DUPLICATION: "% duplication"
|
25 | 54 | - LIBRARY: "library"
|
26 |
| -samtools: |
| 55 | +'cluster: samtools stats (post-dedup)="samtools Post-dedup"': |
27 | 56 | - multiqc_samtools_stats:
|
28 |
| - - reads_paired_percent: "reads paired %" |
29 |
| - - average_length |
30 |
| - - is_sorted |
31 |
| - - bases_mapped_(cigar) |
32 |
| - - reads_QC_failed_percent: "reads QC failed %" |
33 |
| - - reads_unmapped |
| 57 | + - total_length: "total length" |
| 58 | + - average_length: "average length" |
| 59 | + - average_quality: "average quality" |
| 60 | + - error_rate: "error rate" |
| 61 | + - mismatches: "mismatches" |
| 62 | + - reads_MQ0: "reads MQ0" |
| 63 | + - reads_mapped: "reads mapped (R1+R2)" |
| 64 | + - reads_mapped_percent: "reads mapped %" |
| 65 | + - reads_unmapped: "reads unmapped (R1+R2)" |
34 | 66 | - reads_unmapped_percent: "reads unmapped %"
|
| 67 | + - reads_QC_failed: "reads QC failed" |
| 68 | + - reads_QC_failed_percent: "reads QC failed %" |
| 69 | + - reads_paired: "reads paired" |
| 70 | + - reads_paired_percent: "reads paired %" |
| 71 | + - reads_properly_paired: "reads properly paired" |
35 | 72 | - reads_properly_paired_percent: "reads properly paired %"
|
36 |
| - - average_quality |
37 |
| - - reads_paired |
38 |
| - - non-primary_alignments |
39 |
| - - supplementary_alignments |
40 |
| - - reads_mapped |
41 |
| - - reads_mapped_percent: "reads mapped %" |
42 |
| - - bases_trimmed |
43 |
| - - bases_duplicated |
44 |
| - - reads_properly_paired |
45 |
| - - outward_oriented_pairs |
46 |
| - - reads_duplicated |
| 73 | + - reads_duplicated: "reads duplicated" |
47 | 74 | - reads_duplicated_percent: "reads duplicated %"
|
48 |
| - - bases_mapped |
49 |
| - - insert_size_average |
50 |
| - - insert_size_standard_deviation |
51 |
| - - inward_oriented_pairs |
52 |
| - - error_rate |
53 |
| - - mismatches |
54 |
| - - reads_MQ0 |
55 |
| - - total_length |
56 |
| - - reads_QC_failed |
| 75 | + - non-primary_alignments: "non primary alignments" |
| 76 | + - supplementary_alignments: "supplementary alignments" |
| 77 | + - outward_oriented_pairs: "outward oriented pairs" |
| 78 | + - inward_oriented_pairs: "inward oriented pairs" |
| 79 | + - insert_size_average: "insert size average" |
| 80 | + - insert_size_standard_deviation: "insert size standard deviation" |
| 81 | + - bases_mapped: "bases mapped" |
| 82 | + - bases_mapped_(cigar): "bases mapped cigar" |
| 83 | + - bases_trimmed: "bases trimmed" |
| 84 | + - bases_duplicated: "bases duplicated" |
57 | 85 | ivar_variants:
|
58 | 86 | - INS: "raw inserts"
|
59 | 87 | - SNP: "raw SNPs"
|
|
0 commit comments