diff 0.5.0/conf/multiqc/bettercallsal_mqc.yml @ 1:365849f031fd

"planemo upload"
author kkonganti
date Mon, 05 Jun 2023 18:48:51 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/0.5.0/conf/multiqc/bettercallsal_mqc.yml	Mon Jun 05 18:48:51 2023 -0400
@@ -0,0 +1,54 @@
+title: CPIPES Report
+intro_text: >
+    CPIPES (CFSAN PIPELINES) is a modular bioinformatics data analysis project at CFSAN, FDA based on NEXTFLOW DSL2. 
+report_comment: >
+    This report has been generated by the <a href="https://github.com/CFSAN-Biostatistics/bettercallsal/blob/master/readme/Workflow_Name_Placeholder.md" target="_blank">CPIPES - Workflow_Name_Placeholder</a>
+    analysis pipeline. Only certain tables and plots are reported here. For complete results, please refer to the analysis pipeline output directory.
+report_header_info:
+    - CPIPES Version: CPIPES_Version_Placeholder
+    - Workflow: Workflow_Name_Placeholder
+    - Workflow Version: Workflow_Version_Placeholder
+    - Conceived By: 'Kranti Konganti'
+    - Input Directory: Workflow_Input_Placeholder
+    - Output Directory: Workflow_Output_Placeholder
+show_analysis_paths: False
+show_analysis_time: False
+report_section_order:
+    BETTERCALLSAL_SALMON_COUNTS:
+        order: -993
+    BETTERCALLSAL_SALYN_collated_table:
+        order: -994
+    BETTERCALLSAL_collated_table:
+        order: -995
+    BCS_SOURMASH_MATRIX_collated_table:
+        order: -996
+    fastp:
+        order: -997
+    fastqc:
+        order: -998
+    software_versions:
+        order: -999
+
+export_plots: true
+
+# Run only these modules
+run_modules:
+    - fastp
+    - fastqc
+    - custom_content
+
+module_order:
+    - fastp:
+        name: 'fastp'
+        info: >
+            section of the report shows read statistics <b>before</b> and <b>after</b> adapter trimming
+            with <code>fastp</code> on SE, merged PE or concatenated PE reads.
+        path_filters:
+            - '*.fastp.json'
+    - fastqc:
+        name: 'FastQC'
+        info: >
+            section of the report shows FastQC results <b>before</b> adapter trimming
+            on SE, merged PE or concatenated PE reads.
+        path_filters:
+            - '*_fastqc.zip'