Skip to content

Commit

Permalink
Select TRS version and bring users to run form
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek authored and dannon committed Oct 10, 2024
1 parent 5c0b40c commit 014ae84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/workflow/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const links = [
function launchUrl(workflow: Workflow) {
// https://usegalaxy.org/workflows/trs_import?trs_server=dockstore.org&trs_id=%23workflow/github.com/iwc-workflows/hic-hicup-cooler/hic-fastq-to-cool-hicup-cooler
return `https://usegalaxy.org/workflows/trs_import?trs_server=dockstore.org&trs_id=${encodeURIComponent(workflow.trsID)}`;
return `https://usegalaxy.org/workflows/trs_import?trs_server=dockstore.org&trs_id=${encodeURIComponent(workflow.trsID)}&trs_version=v${workflow.definition.release}&run_form=true`;
}
// const items = [{
Expand Down

0 comments on commit 014ae84

Please sign in to comment.