hubmapconsortium / airflow-dev

Configuration, workflows, and DAGs for the development instance of Airflow on HIVE infrastructure
MIT License
1 stars 0 forks source link

salmon_rnaseq.py: fix attempted import from `utils.py` #7

Closed mruffalo closed 4 years ago

mruffalo commented 4 years ago

This failed with "Broken DAG: [/hive/users/blood/workflow/cwl-airflow/dags/salmon_rnaseq.py] attempted relative import with no known parent package", which means that an absolute import is likely to work.

Also delete init.py since this shouldn't be treated as a Python package