Skip to content

Commit f67f8ce

Browse files
committed
Hardcode pulsar image known to work
1 parent 4755525 commit f67f8ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pulsar/client/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ def _generate_executable(
736736
--bind "job_directory":{staging_directory} \\
737737
--bind "persistence_directory":{persistence_directory} \\
738738
--pwd {staging_directory} \\
739-
{pulsar_submit_command.image} \\
739+
https://github.com/kysrpex/galaxyproject-pulsar/releases/download/27ec4e75/[email protected] \\
740740
{pulsar_submit_command.command} {" ".join(pulsar_submit_command.args)}
741741
742742
# copy symlinks to the job directory
@@ -760,7 +760,7 @@ def _generate_executable(
760760
--bind "job_directory":{staging_directory} \\
761761
--bind "persistence_directory":{persistence_directory} \\
762762
--pwd {tool_container_command.working_directory} \\
763-
{pulsar_manifest_command.image} \\
763+
https://github.com/kysrpex/galaxyproject-pulsar/releases/download/27ec4e75/[email protected] \\
764764
{pulsar_manifest_command.command} {" ".join(pulsar_manifest_command.args)}
765765
766766
cat job_directory/{output_manifest_path} | jq -r '.[] | "\(.from_path | sub("^{job_directory}/"; "job_directory/")) \(.url | capture("^(?<protocolurlhostport>[^:]+://[^/]+)(?<fileandmetadataoptions>/.*)") | "\(.protocolurlhostport);overwrite=yes\(.fileandmetadataoptions)" )"' > output.files

0 commit comments

Comments
 (0)