We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a64e96 commit 63a33beCopy full SHA for 63a33be
scripts/usegalaxy_star_upload.py
@@ -51,7 +51,8 @@
51
"trs_server": "dockstore",
52
"trs_tool_id": versioned_dockstore_wf["id"].split(":")[0],
53
"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
+ "importable": True,
55
+ "published": True,
56
}
57
trs_import = gi.make_post_request(
58
f"{gi.url}/workflows", payload=payload
@@ -69,6 +70,7 @@
69
70
+ " (release " # include release in the name otherwise the user can't find it
71
+ versioned_dockstore_wf["id"].split(":")[-1]
72
+ ")",
73
+ importable=True,
74
published=True,
75
)
76
newly_installed_wf_trs_ids.append(
0 commit comments