-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Unit-test for this edge-case #73
Comments
When i understood right the "edge case" was the usage of #!/usr/bin/env cwl-runner
cwlVersion: v1.2
class: CommandLineTool
requirements:
- class: InitialWorkDirRequirement
listing:
- entryname: create_dir.py
entry:
$include: ../../create_dir.py
inputs: []
outputs:
- id: output_directory
type: Directory
outputBinding:
glob: $(runtime.outdir)
baseCommand:
- python
- create_dir.py integration test: m4.4_sciwin_client/tests/tool_integration_test.rs Lines 406 to 439 in 40e69c7
This should be a good test to mimic the creation of a cwl file such as https://github.com/fairagro/M4.4_UC6_ARC/blob/main/workflows/simulation/simulation.cwl |
No description provided.
The text was updated successfully, but these errors were encountered: