File tree Expand file tree Collapse file tree
subworkflows/local/utils_nfcore_proteinfold_pipeline Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -278,12 +278,12 @@ def validateFasta(fasta) {
278278}
279279
280280//
281- // Print a warning if macs_gsize parameter has not been provided
281+ // Print a warning when using Alphafold3
282282//
283283def alphafold3Warn(log) {
284284 log. warn " =============================================================================\n " +
285285 " You are using AlphaFold3 mode.\n " +
286- " We aware that the predicted structures can not be used for commercial purposes.\n " +
286+ " Be aware that the predicted structures can not be used for commercial purposes.\n " +
287287 " More information here: \" https://github.com/google-deepmind/alphafold3/blob/main/README.md#alphafold-3-source-code-and-model-parameters.\"\n " +
288288 " ==================================================================================="
289289}
You can’t perform that action at this time.
0 commit comments