mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-10 23:23:09 +00:00
Start fixing FastQC/Falco display in MultiQC
This commit is contained in:
parent
a5138ed6e0
commit
1f1c63bb51
1 changed files with 20 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue