grst / nxfvars

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

nxfvars breaks caching #6

Open grst opened 3 years ago

grst commented 3 years ago

If variables are not subsetted to sensible defaults, the parameter string will contain timestamps or object ids that change on every execution. This needs to be addressed while implementing #1.

grst commented 3 years ago

filtered out workflow and nextflow keys for now... but need to observe that further.