1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-09-21 04:22:04 +00:00

Start fixing FastQC/Falco display in MultiQC

This commit is contained in:
James Fellows Yates 2023-03-06 09:47:26 +01:00
parent a5138ed6e0
commit 1f1c63bb51

View file

@ -39,6 +39,10 @@ sp:
diamond:
contents: "diamond v"
num_lines: 10
fastqc/data:
fn_re: ".*[fastqc|falco]_data.txt"
fastqc/zip:
fn: "*_fastqc.zip"
#extra_fn_clean_exts:
# - '_fastp'
@ -49,11 +53,17 @@ top_modules:
- "fastqc":
name: "FastQC (pre-Trimming)"
path_filters:
- "*raw_*fastqc.zip"
- "*raw*"
path_filters_exclude:
- "*falco*"
- "*processed*"
- "fastqc":
name: "Falco (pre-Trimming)"
path_filters:
- "*_raw_falco_*_report.html"
- "*raw*"
- "*[falco]*"
path_filters_exclude:
- "*processed*"
- "fastp"
- "adapterRemoval"
- "porechop":
@ -61,11 +71,17 @@ top_modules:
- "fastqc":
name: "FastQC (post-Trimming)"
path_filters:
- "*_processed_*fastqc.zip"
- "*processed*"
path_filters_exclude:
- "*falco*"
- "*raw*"
- "fastqc":
name: "Falco (post-Trimming)"
path_filters:
- "*_processed_falco_*_report.html"
- "*processed*"
- "*falco*"
path_filters_exclude:
- "*raw*"
- "bbduk"
- "prinseqplusplus"
- "filtlong"