problems running stats with toil 3.15.0
See original GitHub issuedoing 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:
- Created 5 years ago
- Comments:9 (8 by maintainers)
Top 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 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
will test it tomorrow. I remember now, I have to install
toil[azure]
to get it working, although i dont use azure.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.