From 8b69bdad94ab0c4c14db7d9486f52fc21f0032cd Mon Sep 17 00:00:00 2001 From: mancini <mancini@astron.nl> Date: Wed, 30 Oct 2019 14:06:09 +0100 Subject: [PATCH] Add hint --- steps/makesourcedb.cwl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/steps/makesourcedb.cwl b/steps/makesourcedb.cwl index 5d16e424..0dcf1bed 100755 --- a/steps/makesourcedb.cwl +++ b/steps/makesourcedb.cwl @@ -4,7 +4,7 @@ class: CommandLineTool cwlVersion: v1.0 $namespaces: sbg: 'https://www.sevenbridges.com/' -id: make_sourcedb_ateam +id: make_sourcedb baseCommand: - makesourcedb inputs: @@ -39,7 +39,7 @@ outputs: outputBinding: glob: $(inputs.output_file_name) label: make_sourcedb_ateam -requirements: +hints: - class: DockerRequirement dockerPull: prefactor - class: InlineJavascriptRequirement -- GitLab