@@ -3,6 +3,66 @@ report_comment: >
33 analysis pipeline. For information about how to interpret these results, please see the
44 <a href="https://nf-co.re/chipseq/dev/docs/output" target="_blank">documentation</a>.
55
6+ data_format : " yaml"
7+
8+ export_plots : true
9+
10+ exclude_modules :
11+ - " general_stats"
12+
13+ module_order :
14+ - fastqc :
15+ name : " LIB: FastQC (raw)"
16+ info : " This section of the report shows FastQC results before adapter trimming for individual libraries."
17+ path_filters :
18+ - " ./fastqc/*.zip"
19+ - cutadapt :
20+ name : " LIB: cutadapt (trimmed)"
21+ info : " This section of the report shows the length of trimmed reads by cutadapt for individual libraries."
22+ - fastqc :
23+ name : " LIB: FastQC (trimmed)"
24+ info : " This section of the report shows FastQC results after adapter trimming for individual libraries."
25+ path_filters :
26+ - " ./trimgalore/fastqc/*.zip"
27+ - samtools :
28+ name : " LIB: SAMTools"
29+ info : " This section of the report shows SAMTools results for individual libraries."
30+ path_filters :
31+ - " ./alignment/library/*"
32+ - samtools :
33+ name : " MERGED LIB: SAMTools (unfiltered)"
34+ info : " This section of the report shows SAMTools results after merging libraries and before filtering."
35+ path_filters :
36+ - " ./alignment/merged_library/unfiltered/*.mLb.mkD.sorted.bam*"
37+ - picard :
38+ name : " MERGED LIB: Picard (unfiltered)"
39+ info : " This section of the report shows picard results after merging libraries and before filtering."
40+ path_filters :
41+ - " ./alignment/merged_library/unfiltered/picard_metrics/*"
42+ - preseq :
43+ name : " MERGED LIB: Preseq (unfiltered)"
44+ info : " This section of the report shows Preseq results after merging libraries and before filtering."
45+ - samtools :
46+ name : " MERGED LIB: SAMTools (filtered)"
47+ info : " This section of the report shows SAMTools results after merging libraries and after filtering."
48+ path_filters :
49+ - " ./alignment/merged_library/filtered/*.mLb.clN.sorted.bam*"
50+ - picard :
51+ name : " MERGED LIB: Picard (filtered)"
52+ info : " This section of the report shows picard results after merging libraries and after filtering."
53+ path_filters :
54+ - " ./alignment/merged_library/filtered/picard_metrics/*"
55+ - deeptools :
56+ name : " MERGED LIB: deepTools"
57+ anchor : " mlib_deeptools"
58+ info : " This section of the report shows ChIP-seq QC plots generated by deepTools."
59+ - featureCounts :
60+ name : " MERGED LIB: featureCounts"
61+ anchor : " mlib_featurecounts"
62+ info : " This section of the report shows featureCounts results for the number of reads assigned to merged library consensus peaks."
63+ path_filters :
64+ - " ./macs3/featurecounts/*.summary"
65+
666report_section_order :
767 peak_count :
868 before : mlib_deeptools
0 commit comments