You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It got caught up in a loop, I was first a warning on the n of nextflow warning me about the def that should not be there.
If I apply the fix, then the warning is on the f of nextflow, saying that I need the def
and so on...
// Disable process selector warnings by default. Use debug profile to enable warnings.
nextflow.enable.configProcessNamesValidation =falsedef trace_timestamp =newjava.util.Date().format( 'yyyy-MM-dd_HH-mm-ss')
The text was updated successfully, but these errors were encountered:
It got caught up in a loop, I was first a warning on the
n
of nextflow warning me about the def that should not be there.If I apply the fix, then the warning is on the
f
of nextflow, saying that I need the defand so on...
The text was updated successfully, but these errors were encountered: