Skip to content

Commit 63a33be

Browse files
committed
Make workflows published and importable
1 parent 9a64e96 commit 63a33be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/usegalaxy_star_upload.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
"trs_server": "dockstore",
5252
"trs_tool_id": versioned_dockstore_wf["id"].split(":")[0],
5353
"trs_version_id": versioned_dockstore_wf["name"],
54-
"importable": True, # we have to set this here due to https://github.com/galaxyproject/galaxy/issues/10683
54+
"importable": True,
55+
"published": True,
5556
}
5657
trs_import = gi.make_post_request(
5758
f"{gi.url}/workflows", payload=payload
@@ -69,6 +70,7 @@
6970
+ " (release " # include release in the name otherwise the user can't find it
7071
+ versioned_dockstore_wf["id"].split(":")[-1]
7172
+ ")",
73+
importable=True,
7274
published=True,
7375
)
7476
newly_installed_wf_trs_ids.append(

0 commit comments

Comments
 (0)