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
The goal of this feature is to allow the definition of custom library of functions that are automatically imported in the global scope of either the nextflow.config file and the main application script.
This would allow users to define custom helper functions without the hassle to explicitly import then as Java imports.
Additionally it should allow the usage of implicit nextflow objects i.e. params, workflow, baseDir, workDir and log when available.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
The goal of this feature is to allow the definition of custom library of functions that are automatically imported in the global scope of either the nextflow.config file and the main application script.
This would allow users to define custom helper functions without the hassle to explicitly import then as Java imports.
Additionally it should allow the usage of implicit nextflow objects i.e.
params
,workflow
,baseDir
,workDir
andlog
when available.The text was updated successfully, but these errors were encountered: