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
After doing some experimental analysis to debug, I found that the job name was Mg4O4c,try4. Either PBS, linux, or python is adding an escape character (maybe twice). So the variable list shows PBS_O_WORKDIR=/ddn/.../mg404c\\,try4.
When just using the qstat -f <job_id> -F json command the output looks fine.
The text was updated successfully, but these errors were encountered:
When parsing jobs I came across something interesting. If someone names a job using a coma, then there will be an index error at
OrthoEvolution/OrthoEvol/Tools/pbs/qstat.py
Line 386 in 86a3953
After doing some experimental analysis to debug, I found that the job name was
Mg4O4c,try4
. Either PBS, linux, or python is adding an escape character (maybe twice). So the variable list showsPBS_O_WORKDIR=/ddn/.../mg404c\\,try4
.When just using the qstat -f <job_id> -F json command the output looks fine.
The text was updated successfully, but these errors were encountered: