NLeSC / scriptcwl

Create cwl workflows by writing a simple Python script
https://scriptcwl.readthedocs.io/
Apache License 2.0
40 stars 9 forks source link

Improve save interface #87

Closed jvdzwaan closed 5 years ago

jvdzwaan commented 6 years ago

Instead of all the boolean options (inline, relative, pack, wd) use a mode string or have separate save functions (e.g., save_inline). Because all save options are mutually exclusive.