hubmapconsortium / airflow-dev

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

What's up with dockstore_to_singularity2.py? #22

Closed mccalluc closed 4 years ago

mccalluc commented 4 years ago

The differences are just the addition of 2 to IDs.

``` diff dags/dockstore_to_singularity{,2}.py 35c35 < 'dockstore_singularity', --- > 'dockstore_singularity2', 41c41 < task_id='print_date', --- > task_id='print_date2', 46c46 < task_id='rm', --- > task_id='rm2', 51c51 < task_id='singularity_pull', --- > task_id='singularity_pull2', 56c56 < task_id='singularity_exec', --- > task_id='singularity_exec2', 61c61 < task_id='cat', --- > task_id='cat2', ```

Should I be thinking of this repo as software? Do we want to separate production code from tutorial examples? Is duplicating a workflow like this an operation we need?

pdblood commented 4 years ago

This is a leftover from earlier testing and can be deleted.