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
#!/usr/bin/env cwl-runner # Inline schemadef class: CommandLineTool cwlVersion: v1.0 requirements: SchemaDefRequirement: types: - name: user_type1 type: record fields: - name: prop type: string inputs: in1: user_type1 outputs: out1: type: user_type1 outputBinding: outputEval: $(inputs.in1) baseCommand: [] arguments: []
Consider moving components of the sbpack library here and then reusing it, since the code has large overlaps.
sbpack
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Consider moving components of the
sbpack
library here and then reusing it, since the code has large overlaps.The text was updated successfully, but these errors were encountered: