From 47a95388c2d15f080a305184f75e0d5816889008 Mon Sep 17 00:00:00 2001 From: jasmezz Date: Thu, 5 May 2022 13:17:36 +0200 Subject: [PATCH] Remove trailing whitespaces (ECLint check) --- modules/antismash/antismashlite/meta.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/antismash/antismashlite/meta.yml b/modules/antismash/antismashlite/meta.yml index 310b542e..f47dbad0 100644 --- a/modules/antismash/antismashlite/meta.yml +++ b/modules/antismash/antismashlite/meta.yml @@ -47,8 +47,8 @@ input: type: directory description: | A local copy of an AntiSMASH installation folder. This is required when running with - docker and singularity (not required for conda), due to attempted 'modifications' of - files during database checks in the installation directory, something that cannot + docker and singularity (not required for conda), due to attempted 'modifications' of + files during database checks in the installation directory, something that cannot be done in immutable docker/singularity containers. Therefore, a local installation directory needs to be mounted (including all modified files from the downloading step) to the container as a workaround.