Galaxy workflow path regex and workflow path length
See original GitHub issueIf you try and edit a galaxy workflow version, the save/update button is disabled. This is because it thinks the workflow path is invalid. I think this is likely due to the regex not testing for files ending in .ga
Also related somewhat, but I cannot set the workflow path when registering the workflow to be /topics/genome-annotation/tutorials/annotation-with-prokka/workflows/Galaxy-Workflow-Workflow_constructed_from_history__prokka-workflow_.ga
because it is too long. Not sure if this is UI only or also in webservice.
https://github.com/dockstore/dockstore/issues/3186
┆Issue is synchronized with this Jira Story ┆Fix Versions: Dockstore 1.9 ┆Issue Number: DOCK-1243 ┆Sprint: Sprint 30 Eel ┆Issue Type: Story
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (8 by maintainers)
Top Results From Across the Web
Configuration Options — Galaxy Project 22.05.1 documentation
Defaults to the directory in which galaxy.yml is located. ... Allow import of workflows from the TRS servers configured in the specified YAML...
Read more >API documentation for interacting with Galaxy - BioBlend
Get a PDF report for an invocation. Parameters. invocation_id (str) – Encoded workflow invocation ID. file_path (str) – Path to save the report....
Read more >pillarjs/path-to-regexp: Turn a path string such as `/user - GitHub
The pathToRegexp function will return a regular expression object based on the provided path argument. It accepts the following arguments: path A string,...
Read more >Getting Started with Nextflow - The Carpentries Incubator
This convention is used to enhance workflow readability. */ process NUM_LINES { input: path read output: stdout script: /* Triple quote syntax """ ......
Read more >A regular expression to find equal length paths (or unequal)
Solved: Hi all. Has anyone got a clue as to whether it is possible to construct a regular expression to show only those...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Clarification. The regex thing was done and merged before this issue was even created (should still be tested though). The only thing changed after this issue was created is the workflow path length.
Verified that I was able to edit Galaxy workflow version in dev.dockstore.net environment, and that I was able to set the workflow path to that long value.