Barski-lab / cwl-airflow

Python package to extend Airflow functionality with CWL1.1 support
https://barski-lab.github.io/cwl-airflow
Apache License 2.0
185 stars 32 forks source link

Missing tmp_folder in the workflow step, if it has empty "in" section #46

Closed michael-kotliar closed 3 years ago

michael-kotliar commented 3 years ago

Describe the bug If the step doesn't have any upstream connection, it looses "tmp_folder"

Expected behavior Should work

Additional context Either force its connection to CWLJobDispatcher or pass "tmp_folder" in a different way

michael-kotliar commented 3 years ago

Fixed in the latest commit