grst / nxfvars

Access nextflow variables from python scripts or notebooks
MIT License
21 stars 0 forks source link

Add possibility to retrieve global implicit variables #5

Closed grst closed 3 years ago

grst commented 3 years ago

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?