Skip to content

Commit

Permalink
Merge pull request #4872 from galaxyproject/jennaj-faqs-1
Browse files Browse the repository at this point in the history
Cleanup datasets_job_status.md
  • Loading branch information
hexylena committed Mar 29, 2024
2 parents ce8f116 + a657344 commit 3338ee8
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions faqs/galaxy/datasets_job_status.md
Expand Up @@ -7,14 +7,18 @@ box_type: tip
contributors: [jennaj, garimavs]
---

The following job statuses will help you better understand the working stage of the process.
Compare the color of your datasets to these job processing stages.

- **Green**: The job was completed successfully.
- **Yellow**: The job is executing. Allow this to complete! Should they run longer, they will fail with a "wall-time" error and turn _red_.
- **Grey**: The job is being evaluated to run (new dataset) or is queued. Allow this to complete.
- **Red**: The job has failed.
- **Grey**: The job is queued. Allow this to complete!
- **Yellow**: The job is executing. Allow this to complete!
- **Green**: The job has completed successfully.
- **Red**: The job has failed. Check your inputs and parameters with Help examples and GTN tutorials. Scroll to the bottom of the tool form to find these.
- **Light Blue**: The job is paused. This indicates either an input has a problem or that you have exceeded the disk quota set by the administrator of the Galaxy instance you are working on.
- **Grey, Yellow, Grey again**: The job is waiting to run due to admin re-run or an automatic fail-over to a longer-running cluster.
- **Bright blue with moving arrow**: May be found in earlier Galaxy versions. Applies to the "Get Data → Upload File" tool only - the upload job is queuing or running.

**It is _essential_ to allow queued jobs to remain queued and not delete/re-run them.**
{% icon galaxy-info %} Don't lose your queue placement! **It is _essential_ to allow queued jobs to remain queued, and to never interrupt an executing job.** If you delete/re-run jobs, they are added back to the _end of the queue again_.

Related FAQs
- [Troubleshooting errors]({% link faqs/galaxy/analysis_troubleshooting.md %})
- [My jobs aren't running!]({% link faqs/galaxy/analysis_jobs_not_running.md %})
- [Extended Help for Differential Expression Analysis Tools]({% link faqs/galaxy/analysis_differential_expression_help.md %})

0 comments on commit 3338ee8

Please sign in to comment.