We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6748478 commit 1dd7e17Copy full SHA for 1dd7e17
nf_core/test_datasets/list.py
@@ -73,11 +73,11 @@ def list_datasets(
73
else:
74
table = rich.table.Table()
75
if generate_nf_path:
76
- table.add_column("Nextflow Import")
+ table.add_column("Nextflow Import", overflow="fold")
77
elif generate_dl_url:
78
- table.add_column("Download URL")
+ table.add_column("Download URL", overflow="fold")
79
80
- table.add_column("File")
+ table.add_column("File", overflow="fold")
81
82
for el in out:
83
table.add_row(el)
0 commit comments