Skip to content

Commit

Permalink
Add fastp files
Browse files Browse the repository at this point in the history
  • Loading branch information
ivadym committed Feb 16, 2024
1 parent 7700b6b commit a40d1ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cg_hermes/config/balsamic.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"multiqc_picard_HsMetrics.json": ["multiqc", "picard", "hsmetrics"],
"multiqc_picard_insertSize.json": ["multiqc", "picard", "insertsize"],
"multiqc_picard_wgsmetrics.json": ["multiqc", "picard", "wgsmetrics"],
"multiqc_fastp.json": ["multiqc", "fastp"],
"multiqc_samtools_stats.json": ["multiqc", "samtools", "stats"],
"multiqc_somalier.json": ["multiqc", "somalier"],
# Custom QC
Expand Down Expand Up @@ -269,6 +270,11 @@
"is_mandatory": False,
"used_by": ["storage", "janus"],
},
frozenset(RAW_TAGS["multiqc_fastp.json"]): {
"tags": ["qc-metrics", "multiqc", "fastp"],
"is_mandatory": True,
"used_by": ["storage", "janus"],
},
frozenset(RAW_TAGS["multiqc_samtools_stats.json"]): {
"tags": ["qc-metrics", "multiqc", "samtools-stats"],
"is_mandatory": True,
Expand Down
1 change: 1 addition & 0 deletions cg_hermes/config/tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@
"deseq2": {"description": "Differential expression analysis with DESeq2"},
"dnascope": {"description": "Call snv indels"},
"expansionhunter": {"description": "Call repeat expansions"},
"fastp": {"description": "Preprocessing tool for FastQ files"},
"fusioncatcher": {"description": "Fusion caller"},
"fusioncatcher-summary": {"description": "Fusion caller summary"},
"fusioninspector": {"description": "Fusion inspection"},
Expand Down

0 comments on commit a40d1ec

Please sign in to comment.