refresh with latest schema-salad, proposed CWL v1.2.1 changes#89
Merged
refresh with latest schema-salad, proposed CWL v1.2.1 changes#89
Conversation
kinow
approved these changes
Jun 26, 2022
| * Auto-generated interface for <I>https://w3id.org/cwl/cwl#InitialWorkDirRequirement</I><BR>This interface is implemented by {@link InitialWorkDirRequirementImpl}<BR> <BLOCKQUOTE> | ||
| Define a list of files and subdirectories that must be staged by the workflow platform prior to executing the command line tool. | ||
| Normally files are staged within the designated output directory. However, when running inside containers, files may be staged at arbitrary locations, see discussion for `Dirent.entryname`. Together with `DockerRequirement.dockerOutputDirectory` this it possible to control the locations of both input and output files when running in containers. </BLOCKQUOTE> | ||
| Normally files are staged within the designated output directory. However, when running inside containers, files may be staged at arbitrary locations, see discussion for [`Dirent.entryname`](#Dirent). Together with `DockerRequirement.dockerOutputDirectory` it is possible to control the locations of both input and output files when running in containers. </BLOCKQUOTE> |
Member
There was a problem hiding this comment.
Interesting, maybe the markdown links could be rendered to HTML links in the future, at least for Java. Producing something like <a href="">{@code Dirent.entryName}</a> (not sure if {@code } can go there, but basically a markdown -> javadoc step). Similarly a markdown -> pydoc, and so it goes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #27 amongst other things
Savable→Saveabletypo fix changes some class namesdefaultfield type is now explicitly includingFileandDirectoryalongsideAnyhintsis now defined as any of the known requirements, orAny(should be a nice simplification)outputSourcewas corrected from 0 to 1