grst / nxfvars

Access nextflow variables from python scripts or notebooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle output files

grst opened this issue · comments

Add a function/context manager that gets the default output path.

  • The default output path is . when running from nextflow
  • It can be a temporary directory or a custom path when running outside nextflow.

Need to think how to handle this again...