Skip to content

Commit

Permalink
attempt to add mapadamage to multiqc
Browse files Browse the repository at this point in the history
  • Loading branch information
TCLamnidis committed Oct 13, 2023
1 parent 83163bb commit 23b74e9
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions assets/multiqc_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ run_modules:
- gatk
- kraken
- malt
- mapdamage
- mtnucratio
- multivcfanalyzer
- picard
Expand Down Expand Up @@ -91,6 +92,7 @@ top_modules:
path_filters:
- "*.preseq"
- "damageprofiler"
- "mapdamage"
- "mtnucratio"
- "qualimap"
- "sexdeterrmine"
Expand Down Expand Up @@ -155,6 +157,11 @@ table_columns_visible:
3 Prime2: False
mean_readlength: True
median: True
mapDamage:
5 Prime1: True
5 Prime2: True
3 Prime1: False
3 Prime2: False
mtnucratio:
mt_nuc_ratio: True
QualiMap:
Expand Down Expand Up @@ -240,10 +247,15 @@ table_columns_placement:
3 Prime2: 730
mean_readlength: 740
median: 750
mapDamage:
5 Prime1: 760
5 Prime2: 765
3 Prime1: 770
3 Prime2: 775
mtnucratio:
mtreads: 760
mt_cov_avg: 770
mt_nuc_ratio: 780
mtreads: 780
mt_cov_avg: 785
mt_nuc_ratio: 790
QualiMap:
mapped_reads: 800
mean_coverage: 805
Expand Down

0 comments on commit 23b74e9

Please sign in to comment.