You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
I think --mount could be used instead. moby/moby#8604 (comment) (and further down that thread, if the commas become an issue, the args can be quoted like a CSV.)
From Joel:
The text was updated successfully, but these errors were encountered: