nextflow-io / nextflow-io/nextflow
In Summary Report Task Table long process names overflow into adjacent cells
Nobody has claimed this yet.
- Dominant language
- Groovy
- Stars
- 3.5k
- Forks
- 811
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 61
Description
Bug report
Expected behavior and actual behavior
I expect the long name to be either trimmed or scrollable.
Instead in actuality, it overflows into adjacent cells
Steps to reproduce the problem
Either use multiply nested workflows, or a process with a very long name.
Program output
Environment
- Nextflow version: version 23.10.0, build 5891 (15-10-2023 15:14 UTC)
- Java version: OpenJDK 64-Bit Server VM 18.9 (build 11.0.16+8, mixed mode)
- Operating system: Linux
- Bash version: GNU bash, version 4.2.46(2)-release (x86_64-redhat-linux-gnu)
Additional context
Related in issue #4751, the overflow in my case is caused by multiply nested subworkflows. I would probably like to see this table broken up by the sub workflows, but this still won't fix overflow of too long a name in general.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the Summary Report Task Table issue with multiply nested workflows or a process with a very long name, then trace the report table output. Done means long process names are trimmed or scrollable instead of overflowing into adjacent cells.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- groovy
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100