view alveo_api_key.cwl @ 18:5e1b7d922ea3 draft default tip

planemo upload for repository https://github.com/Alveo/alveo-galaxy-tools commit 53cde5cc9b8c1adcccdc3cfa52d8ca82079aeda7
author stevecassidy
date Mon, 15 Jan 2018 18:34:57 -0500
parents a38315ecf593
children
line wrap: on
line source

#!/usr/bin/env cwl-runner
arguments:
- valueFrom:
    engine: '#galaxy_command_line'
    script: |-
      python
              alveo_api_key.py --api_key "$api_key" --output_path $output
baseCommand: [/bin/sh, -c]
class: CommandLineTool
inputs:
- {default: '', id: '#api_key', label: API Key, type: string}
- {default: output, id: '#output', type: string}
label: Store Alveo API Key
outputs:
- id: '#output_out'
  outputBinding: {glob: output}
  type: File
requirements:
- {class: ExpressionEngineRequirement, engineCommand: ./galaxy-command-line.py, id: '#galaxy_command_line'}
- {class: ExpressionEngineRequirement, engineCommand: ./galaxy-template.py, id: '#galaxy_template'}
- class: EnvVarRequirement
  envDef:
  - {envName: GALAXY_SLOTS, envValue: ''}