lilab-bcb / altocumulus

Command line tool for submitting WDL jobs to Terra or Cromwell server.
https://altocumulus.readthedocs.io
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

added imports recursively #43

Closed joshua-gould closed 2 years ago

joshua-gould commented 2 years ago

define wf_option_filename

yihming commented 2 years ago

This error is actually caused by WDL package. It seems that WDL.load function only accepts import statements on local files, not URLs.