Skip to content

Commit

Permalink
Update config to add paired_end
Browse files Browse the repository at this point in the history
  • Loading branch information
weber8thomas committed Jun 26, 2024
1 parent 3c7f9d1 commit 36571f7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# --------------------------------------------------------
# Ashleys-QC pipeline Configuration
# --------------------------------------------------------
version: 2.3.2
version: 2.3.3

# Email for notifications about the pipeline's status
email: ""
Expand Down Expand Up @@ -76,6 +76,9 @@ MultiQC: False
# Enable or disable ashleys-qc automatic classification
bypass_ashleys: False

# Whether to use paired-end data or not
paired_end: True

# --------------------------------------------------------
# Counts Configuration
# --------------------------------------------------------
Expand Down
8 changes: 8 additions & 0 deletions config/config_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ bypass_ashleys:
default: False
category: "Quality Control"

paired_end:
desc: "Enable / Disable paired-end data"
type: bool
required: False
default: True
lint_check: True
category: "Quality Control"

multistep_normalisation:
desc: "Enable / Disable multistep normalisation"
type: bool
Expand Down

0 comments on commit 36571f7

Please sign in to comment.