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 run this profile on our pbspro cluster, but I am getting the following error at every submission:
Traceback (most recent call last):
File "/home/user/.config/snakemake/pbs-torque/pbs-status.py", line 12, in <module>
xmldoc = ET.ElementTree(ET.fromstring(res.stdout.decode())).getroot()
File "/home/user/mambaforge/envs/snakemake/lib/python3.10/xml/etree/ElementTree.py", line 1342, in XML
parser.feed(text)
xml.etree.ElementTree.ParseError: syntax error: line 1, column 0
Edit: apparently my cluster uses nonstandard names, so xmldoc fails as it cannot find a job in the format jobid (e.g., in my case it's jobid.something). I don't know if there is an easy fix for this, as it would need to match the specific cluster specs
The text was updated successfully, but these errors were encountered:
I am trying to run this profile on our pbspro cluster, but I am getting the following error at every submission:
Edit: apparently my cluster uses nonstandard names, so
xmldoc
fails as it cannot find a job in the formatjobid
(e.g., in my case it'sjobid.something
). I don't know if there is an easy fix for this, as it would need to match the specific cluster specsThe text was updated successfully, but these errors were encountered: