From 011b0344f16792dcc68666b879badbe700cba1c0 Mon Sep 17 00:00:00 2001 From: Samuel Lampa Date: Wed, 11 May 2016 15:10:09 +0200 Subject: [PATCH] Move docker requirement to hints in bwa aln --- tools/bwa-aln.cwl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/bwa-aln.cwl b/tools/bwa-aln.cwl index 086b910c0..4af708d30 100755 --- a/tools/bwa-aln.cwl +++ b/tools/bwa-aln.cwl @@ -6,9 +6,11 @@ class: CommandLineTool requirements: - $import: envvar-global.yml - - $import: bwa-docker.yml - class: InlineJavascriptRequirement +hints: + - $import: bwa-docker.yml + inputs: - id: "prefix" type: File