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 am trying to use gwf on my SGE-based HPC and am having trouble getting a toy example to run. I'll leave attached the toy example I am trying to run on my HPC. The error seems to occur closer to the end of the command, where it has a hard time closing the script.
I am entering these commands in the directory where my toy environment is. gwf config set backend sge gwf status
Here is the error message I get when trying to check the status of the toy example.
Traceback (most recent call last):
File "/wynton/home/hernandez/guardado075/.conda/envs/gwf_tutorial/bin/gwf", line 10, in <module>
sys.exit(main())
^^^^^^
File "/wynton/home/hernandez/guardado075/.conda/envs/gwf_tutorial/lib/python3.12/site-packages/click/core.py", line 1157, in __call__
return self.main(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/wynton/home/hernandez/guardado075/.conda/envs/gwf_tutorial/lib/python3.12/site-packages/click/core.py", line 1078, in main
rv = self.invoke(ctx)
^^^^^^^^^^^^^^^^
File "/wynton/home/hernandez/guardado075/.conda/envs/gwf_tutorial/lib/python3.12/site-packages/click/core.py", line 1688, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/wynton/home/hernandez/guardado075/.conda/envs/gwf_tutorial/lib/python3.12/site-packages/click/core.py", line 1434, in invoke
return ctx.invoke(self.callback, **ctx.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/wynton/home/hernandez/guardado075/.conda/envs/gwf_tutorial/lib/python3.12/site-packages/click/core.py", line 783, in invoke
return __callback(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/wynton/home/hernandez/guardado075/.conda/envs/gwf_tutorial/lib/python3.12/site-packages/click/decorators.py", line 92, in new_func
return ctx.invoke(f, obj, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/wynton/home/hernandez/guardado075/.conda/envs/gwf_tutorial/lib/python3.12/site-packages/click/core.py", line 783, in invoke
return __callback(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/wynton/home/hernandez/guardado075/.conda/envs/gwf_tutorial/lib/python3.12/site-packages/gwf/plugins/status.py", line 109, in status
with create_backend(
File "/wynton/home/hernandez/guardado075/.conda/envs/gwf_tutorial/lib/python3.12/site-packages/gwf/backends/base.py", line 124, in __exit__
self.close()
^^^^^^^^^^
AttributeError: 'TrackingBackend' object has no attribute 'close'
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to use gwf on my SGE-based HPC and am having trouble getting a toy example to run. I'll leave attached the toy example I am trying to run on my HPC. The error seems to occur closer to the end of the command, where it has a hard time closing the script.
I am entering these commands in the directory where my toy environment is.
gwf config set backend sge gwf status
Here is the error message I get when trying to check the status of the toy example.
The text was updated successfully, but these errors were encountered: