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 cwlVersion: v1.0 class: CommandLineTool
label: An example tool demonstrating metadata. doc: blabla
baseCommand: cpptraj_average hints: DockerRequirement: dockerPull: mmbirb/biobb_analysis:latest inputs: input_top_path: label: An example tool demonstrating metadata. type: File inputBinding: position: 1 prefix: --input_top_path
https://www.commonwl.org/user_guide/17-metadata/index.html
container_working_dir a docs i container Specific
no passar res al user_id
afegir container_working_dir=self.container_working_dir a create_cmd_line
canviar user_uid per container_user_uid a create_cmd_line
The text was updated successfully, but these errors were encountered:
No branches or pull requests
#!/usr/bin/env cwl-runner
cwlVersion: v1.0
class: CommandLineTool
label: An example tool demonstrating metadata.
doc: blabla
baseCommand: cpptraj_average
hints:
DockerRequirement:
dockerPull: mmbirb/biobb_analysis:latest
inputs:
input_top_path:
label: An example tool demonstrating metadata.
type: File
inputBinding:
position: 1
prefix: --input_top_path
https://www.commonwl.org/user_guide/17-metadata/index.html
container_working_dir a docs i container Specific
no passar res al user_id
afegir container_working_dir=self.container_working_dir a create_cmd_line
canviar user_uid per container_user_uid a create_cmd_line
The text was updated successfully, but these errors were encountered: