This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Group general stats samples * Update to use generalstats_* and module_order * Update configs * Update examples * Update configs * Update option name * Update reports
- Loading branch information
1 parent
1b2deb6
commit ca9a028
Showing
18 changed files
with
6,135 additions
and
3,360 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
module_order: | ||
- "bismark" | ||
- "cutadapt" | ||
- "fastqc": | ||
name: "FastQC: trimmed" | ||
anchor: "fqc_trimmed" | ||
path_filters: | ||
- "*_trimmed*" | ||
- "fastqc": | ||
name: "FastQC: raw" | ||
anchor: "fqc_raw" | ||
path_filters_exclude: | ||
- "*_trimmed*" | ||
generalstats: false |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,14 @@ | ||
extra_fn_clean_exts: | ||
- .C8DRAANXX | ||
- .C8LFMANXX | ||
- .C8H0KANXX | ||
extra_fn_clean_trim: | ||
- ".r_1_2" | ||
- ".s_1" | ||
- ".s_2" | ||
- ".s_3" | ||
- ".C8DRAANXX" | ||
- ".C8LFMANXX" | ||
- ".C8H0KANXX" | ||
|
||
# Search patterns for grouping paired samples in general stats (e.g. FastQ R1/R2) | ||
# Affects the modules that support it (e.g. fastqc, fastp) | ||
table_sample_merge: | ||
"R1": ".r_1" | ||
"R2": ".r_2" |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
1,121 changes: 620 additions & 501 deletions
1,121
public/examples/ngi-rna/test_ngi_project_multiqc_report.html
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
extra_fn_clean_exts: | ||
- _1 | ||
- _2 | ||
# Search patterns for grouping paired samples in general stats (e.g. FastQ R1/R2) | ||
# Affects the modules that support it (e.g. fastqc, fastp) | ||
table_sample_merge: | ||
"R1": "_1" | ||
"R2": "_2" | ||
|
||
module_order: | ||
- "cutadapt" | ||
- "fastqc": | ||
name: "FastQC: trimmed" | ||
anchor: "fqc_trimmed" | ||
path_filters: | ||
- "*_val*" | ||
- "fastqc": | ||
name: "FastQC: raw" | ||
anchor: "fqc_raw" | ||
path_filters_exclude: | ||
- "*_val*" | ||
generalstats: false |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.