We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This method assumes a DockerRequirement with dockerPull, and will fail otherwise:
DockerRequirement
dockerPull
calrissian/calrissian/job.py
Lines 216 to 220 in b4526af
Related to #7, which would inject a DockerRequirement prior to this call
The text was updated successfully, but these errors were encountered:
List of CWL DockerRequirements: https://www.commonwl.org/v1.0/CommandLineTool.html#DockerRequirement
Currently we only need/use dockerPull, but the others should be supported where possible
Sorry, something went wrong.
dockerOutputDirectory is one of these requirements, closing #10 to consider it here.
Also of note, #35 implements checking of the specified docker requirements and fails if they are not supported.
No branches or pull requests
This method assumes a
DockerRequirement
withdockerPull
, and will fail otherwise:calrissian/calrissian/job.py
Lines 216 to 220 in b4526af
Related to #7, which would inject a DockerRequirement prior to this call
The text was updated successfully, but these errors were encountered: