nextflow-io/nextflow

In Summary Report Task Table long process names overflow into adjacent cells

Open

#4.752 geöffnet am 16. Feb. 2024

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Groovy (784 Forks)batch import
good first issuestale

Repository-Metriken

Stars
 (3.382 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 3T 18h) (38 gemergte PRs in 30 T)

Beschreibung

Bug report

image

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

image

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