Ability to run tools and workflows offline
See original GitHub issueA user wanted to be able to run tools and workflows with no internet connection from the CLI.
Workaround:
- Download descriptor files locally
- Add the following to the config file:
cwltool-extra-parameters: --disable-pull
- Follow steps here https://stackoverflow.com/a/48125632 to get a copy of the docker image loaded locally
- Launch the tool
dockstore tool launch --local-entry <local-file-path> --json <input-json-path>
We should update the documentation to include this.
Note: The user had an issue getting the image working on a cluster. On the head node the image existed and was named with a tag, however on the compute nodes the repository and tag were missing. Will update here once a solution is found.
┆Issue is synchronized with this Jira Story ┆Fix Versions: Dockstore 1.6 ┆Issue Number: DOCK-422 ┆Sprint: Seabright Sprint 5 Electric ┆Issue Type: Story
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Workflow Management Software with Offline Access - GetApp
View the best Workflow Management software with Offline Access in 2022. Compare verified user ratings & reviews ... The Smart Way to Collect...
Read more >Offline strategies to manage your productivity - Fast Company
Handling workflows offline prevents you from taking advantage of management tools' most ROI-inducing features: sharing and synchronizing ...
Read more >Work with business process flows offline - Microsoft Learn
You can now use business process flows offline if the following conditions are met: The business process flow is used from a Power...
Read more >WorkFlows - Offline Mode
This article and video tutorial (below) cover opening, operating in, and closing offline mode in WorkFlows. Offline mode enables checking out when network ......
Read more >Workflow Editor "v2" (Open Source & Offline Workflow Editor)
The new editor is built in a way that you'll be able to run it “offline”, on your own Mac/PC, without signing in...
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
What they wanted:
Problem:
Solution:
Situation explained by user:
Tested on staging and works, but image tar files need to be in their own directory with no other types of files. Also works if you specify dockerImageId instead of dockerPull in the requirements section of the CWL.