question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

problems running stats with toil 3.15.0

See original GitHub issue

doing a normal local toil with the --stats flag, but while trying to query the job_store while the run is still going i get:

$ toil stats runs/run_2018-04-23-16-45-17/job_store
tshikovski 2018-04-23 17:04:24,562 MainThread INFO toil.lib.bioio: Root logger is at level 'INFO', 'toil' logger at level 'INFO'.
tshikovski 2018-04-23 17:04:24,562 MainThread INFO toil.utils.toilStats: Parsed arguments
tshikovski 2018-04-23 17:04:24,562 MainThread INFO toil.utils.toilStats: Checking if we have files for toil
tshikovski 2018-04-23 17:04:24,562 MainThread INFO toil.utils.toilStats: Checked arguments
Traceback (most recent call last):
  File ".virtualenv/bin/toil", line 11, in <module>
    sys.exit(main())
  File "/home/gijs/Work/spiel/.virtualenv/local/lib/python2.7/site-packages/toil/utils/toilMain.py", line 34, in main
    module.main()
  File "/home/gijs/Work/spiel/.virtualenv/local/lib/python2.7/site-packages/toil/utils/toilStats.py", line 605, in main
    collatedStatsTag = processData(jobStore.config, stats)
  File "/home/gijs/Work/spiel/.virtualenv/local/lib/python2.7/site-packages/toil/utils/toilStats.py", line 547, in processData
    total_clock=stats.total_clock,
AttributeError: 'Expando' object has no attribute 'total_clock'

┆Issue is synchronized with this JIRA Story ┆Issue Number: TOIL-86

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
gijzelaerrcommented, Apr 24, 2018

will test it tomorrow. I remember now, I have to install toil[azure] to get it working, although i dont use azure.

0reactions
gijzelaerrcommented, Jan 25, 2019

Im still experiencing this issue and indeed it has to to with that the job is not finished. There is a bug in the code. I’ll issue a PR.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Commandline Options — Toil 3.15.1a1 documentation
Records statistics about the toil workflow to be used by 'toil stats'. Determines deletion of temporary worker directory upon completion of a job....
Read more >
Incorrect exit code / status for CWL run with Toil backend #58
When running the md5sum.cwl workflow using Toil, the job seems to hang indefinitely in "RUNNING" state. Looking at the run log, the workflow ......
Read more >
bd2k-genomics-toil/Lobby - Gitter
Does Toil support human interaction in the pipelines. e.g. data is being processed in the pipeline but must be validated manually before the...
Read more >
toil - PyPI
Pipeline management software for clusters.
Read more >
toil Changelog - PyUp.io
Toil now looks for lost jobs every minute instead of every hour (3948) ... Coalesce status calls in slurm. ... Run CWL conformance...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found