grst / nxfvars

Access nextflow variables from python scripts or notebooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add possibility to retrieve global implicit variables

grst opened this issue · comments

such as moduleDir, workDir, ...

They are stored in this.binding.variables.

Should they get an own getter e.g. nxf.implicit_var() or should it be part of input/params/task?