Mercurial > repos > kkonganti > cfsan_bettercallsal
comparison 0.7.0/conf/multiqc/bettercallsal_mqc.yml @ 17:0e7a0053e4a6
planemo upload
author | kkonganti |
---|---|
date | Mon, 15 Jul 2024 10:42:02 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
16:b90e5a7a3d4f | 17:0e7a0053e4a6 |
---|---|
1 title: CPIPES Report | |
2 intro_text: > | |
3 CPIPES (CFSAN PIPELINES) is a modular bioinformatics data analysis project at CFSAN, FDA based on NEXTFLOW DSL2. | |
4 report_comment: > | |
5 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> | |
6 analysis pipeline. Only certain tables and plots are reported here. For complete results, please refer to the analysis pipeline output directory. | |
7 report_header_info: | |
8 - CPIPES Version: CPIPES_Version_Placeholder | |
9 - Workflow: Workflow_Name_Placeholder | |
10 - Workflow Version: Workflow_Version_Placeholder | |
11 - Conceived By: 'Kranti Konganti' | |
12 - Input Directory: Workflow_Input_Placeholder | |
13 - Output Directory: Workflow_Output_Placeholder | |
14 show_analysis_paths: False | |
15 show_analysis_time: False | |
16 report_section_order: | |
17 BETTERCALLSAL_SALMON_COUNTS: | |
18 order: -898 | |
19 BETTERCALLSAL_SALYN_collated_table: | |
20 order: -899 | |
21 BETTERCALLSAL_collated_table: | |
22 order: -900 | |
23 BCS_SOURMASH_MATRIX_collated_table: | |
24 order: -991 | |
25 MLST_collated_table: | |
26 order: -992 | |
27 ABRICATE_NCBIAMRPLUS_collated_table: | |
28 order: -993 | |
29 ABRICATE_MEGARES_collated_table: | |
30 order: -994 | |
31 ABRICATE_RESFINDER_collated_table: | |
32 order: -995 | |
33 ABRICATE_ARGANNOT_collated_table: | |
34 order: -996 | |
35 fastp: | |
36 order: -997 | |
37 fastqc: | |
38 order: -998 | |
39 software_versions: | |
40 order: -999 | |
41 | |
42 export_plots: true | |
43 | |
44 # Run only these modules | |
45 run_modules: | |
46 - fastp | |
47 - fastqc | |
48 - custom_content | |
49 | |
50 module_order: | |
51 - fastp: | |
52 name: 'fastp' | |
53 info: > | |
54 section of the report shows read statistics <b>before</b> and <b>after</b> adapter trimming | |
55 with <code>fastp</code> on SE, merged PE or concatenated PE reads. | |
56 path_filters: | |
57 - '*.fastp.json' | |
58 - fastqc: | |
59 name: 'FastQC' | |
60 info: > | |
61 section of the report shows FastQC results <b>before</b> adapter trimming | |
62 on SE, merged PE or concatenated PE reads. | |
63 path_filters: | |
64 - '*_fastqc.zip' |