Interesting problem integrating Chuck's CWL workflow onto the salmon workflow: I can't call workflow.cwl in airflow because there are :'s in the paths for the directories in use. Airflow uses timestamps in the jobids, and the way things are set up now those id's get used in the path names. The extra :'s break the syntax of the docker volume specification, as below:
From Joel: