File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ path.emptyOrWhitespace = You must provide a path to the workflow within the repo
44
55git.retrievalError = The workflow could not be retrieved from the Git repository using the details given
66git.pathTraversal = The path given did not resolve to a location within the repository
7+ git.sshError = SSH URLs are not supported, please provide a HTTPS URL for the repository or submodules
78
89url.parsingError = An unexpected error occurred when parsing the workflow
910url.noWorkflowsInDirectory = No workflow files were found in the given directory
Original file line number Diff line number Diff line change @@ -187,6 +187,11 @@ <h2>Research Objects</h2>
187187 (< a href ="https://github.com/common-workflow-language/cwlviewer/issues/103 "> see Github issue</ a > )</ p >
188188 < p > We recommend that you keep all files in the containing folder for current use of CWL Viewer</ p >
189189
190+ < h2 > SSH Cloning</ h2 >
191+ < p > SSH URLs are not able to be cloned or used as submodules due to the need for SSH keys to be set up.</ p >
192+ < p > We do not plan SSH support due to the impact on reproducibility from this being made a required
193+ step to download the workflow.</ p >
194+
190195 < h2 > Others</ h2 >
191196 < p > Other limitations or unimplemented features can be viewed
192197 < a href ="https://github.com/common-workflow-language/cwlviewer "> on the Github issues page</ a > </ p >
You can’t perform that action at this time.
0 commit comments