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 d8bfccb commit 3bc5b46Copy full SHA for 3bc5b46
nf_core/test_datasets/search.py
@@ -67,6 +67,8 @@ def search_datasets(
67
stdout.print(create_download_url(branch, selection))
68
else:
69
table = rich.table.Table(show_header=False)
70
+ table.add_column("")
71
+ table.add_column("", overflow="fold")
72
table.add_row("File Name:", selection)
73
table.add_row("Nextflow Import:", create_pretty_nf_path(selection, branch == MODULES_BRANCH_NAME))
74
table.add_row("Download Link:", create_download_url(branch, selection))
0 commit comments