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
I have run this wdl successfully with the cromwell run mode.
But I run widdler with some errors:
python2 widdler-1.4.5a/widdler.py run pipeline_udocker.wdl inputs.json -S localhost
Traceback (most recent call last):
File "widdler-1.4.5a/widdler.py", line 35, in
fh = logging.FileHandler(os.path.join(c.log_dir, '{}.widdler.log'.format(str(time.strftime("%m.%d.%Y")))))
File "/path/lib/python2.7/logging/init.py", line 913, in init
StreamHandler.init(self, self._open())
File "/path/lib/python2.7/logging/init.py", line 943, in _open
stream = open(self.baseFilename, self.mode)
IOError: [Errno 2] No such file or directory: '/cil/shed/resources/widdler/logs/07.04.2019.widdler.log'
Best
The text was updated successfully, but these errors were encountered:
hello,
I have run this wdl successfully with the cromwell run mode.
But I run widdler with some errors:
python2 widdler-1.4.5a/widdler.py run pipeline_udocker.wdl inputs.json -S localhost
Traceback (most recent call last):
File "widdler-1.4.5a/widdler.py", line 35, in
fh = logging.FileHandler(os.path.join(c.log_dir, '{}.widdler.log'.format(str(time.strftime("%m.%d.%Y")))))
File "/path/lib/python2.7/logging/init.py", line 913, in init
StreamHandler.init(self, self._open())
File "/path/lib/python2.7/logging/init.py", line 943, in _open
stream = open(self.baseFilename, self.mode)
IOError: [Errno 2] No such file or directory: '/cil/shed/resources/widdler/logs/07.04.2019.widdler.log'
Best
The text was updated successfully, but these errors were encountered: