Skip to content

Commit

Permalink
Configure multiqc so that it can handle more than 500 rows (#4058)(pa…
Browse files Browse the repository at this point in the history
…tch)

### Fixed
Configure multiqc so that it does not start using violin plots when a certain amount of rows has been reached.
  • Loading branch information
sofstam authored Jan 8, 2025
1 parent df97401 commit 53d7b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cg/constants/nf_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class NfTowerStatus(StrEnum):
memory = { 4.GB * task.attempt }
time = { 4.h * task.attempt }
cpus = 2
ext.args = ' --data-format json '
ext.args = ' --data-format json --cl-config "max_table_rows: 10000" '
}
}
"""
Expand Down

0 comments on commit 53d7b70

Please sign in to comment.