Skip to content

Commit

Permalink
Update workflows/differentialabundance.nf
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Manning <[email protected]>
  • Loading branch information
WackerO and pinin4fjords authored Oct 9, 2023
1 parent a73d256 commit 3e6c8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/differentialabundance.nf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if (params.study_type == 'affy_array'){
// Should the user have enabled --shinyngs_build_app and/or --gsea_run, throw an error
if (params.shinyngs_build_app) {
// This can be removed once shinyngs has an inbuilt NA handler
error("Cannot build shinyngs app for maxquant data; please set --shinyngs_build_app to false.")
error("Cannot currently build shinyngs app for maxquant data due to data sparsity; please set --shinyngs_build_app to false.")
}
if (params.gsea_run) {
error("Cannot run GSEA for maxquant data; please set --gsea_run to false.")
Expand Down

0 comments on commit 3e6c8fe

Please sign in to comment.