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
In the README, the recommended way to use cwltool as a factory is to use the cwltool.factory.Factory class (https://github.com/common-workflow-language/cwltool#import-as-a-module). However, this doesn't set default command line options - these are normally set in the command line using argparse in main by:
If no default command line options are passed when instantiating the Factory, then this produces lots of unintended effects (e.g. use_container is False)
The text was updated successfully, but these errors were encountered:
In the README, the recommended way to use cwltool as a factory is to use the
cwltool.factory.Factory
class (https://github.com/common-workflow-language/cwltool#import-as-a-module). However, this doesn't set default command line options - these are normally set in the command line using argparse in main by:cwltool/cwltool/main.py
Line 756 in f691bf1
The text was updated successfully, but these errors were encountered: