Skip to content

RUNNING, SUBMITTED status not found in trace file #4865

Answered by bentsherman
typekey asked this question in Q&A
Discussion options

You must be logged in to vote

The stdout of the nextflow run is the only other way that I can think of. If you run with -ansi-log false then it will log each task submission separately rather than showing the process list with percentages, but it doesn't log when a task completed so it's not a perfect solution. This recent blog post shows an upcoming feature in the nf-core CLI which displays the log in a more user-friendly way.

If you want to monitor the status of individual tasks through the terminal, you could build a tool that consumes the nextflow log and produces a task table with individual task statuses. The log will contain all of the necessary information for it but you'll need to preprocess the logs to produ…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@typekey
Comment options

Answer selected by typekey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #4863 on March 28, 2024 13:30.