Skip to content

Commit 8088dac

Browse files
committed
Fix af3 warning
1 parent 9cf18bd commit 8088dac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • subworkflows/local/utils_nfcore_proteinfold_pipeline

subworkflows/local/utils_nfcore_proteinfold_pipeline/main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
//
283283
def 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
}

0 commit comments

Comments
 (0)