Skip to content

Commit

Permalink
Linted
Browse files Browse the repository at this point in the history
  • Loading branch information
jscgh committed Dec 10, 2024
1 parent ca466e6 commit 3db3aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ workflow NFCORE_PROTEINFOLD {
//
// WORKFLOW: Run rosettafold_all_atom
//
if(params.mode == "rosettafold_all_atom") {
if(requested_modes.contains("rosettafold_all_atom")) {
//
// SUBWORKFLOW: Prepare Rosettafold-all-atom DBs
//
Expand Down

0 comments on commit 3db3aa0

Please sign in to comment.