From 41910afb79cb751356154226660b7db4bb012b85 Mon Sep 17 00:00:00 2001 From: stephan Date: Tue, 18 Feb 2020 10:17:24 +0100 Subject: [PATCH] Add nlp to filename --- nlp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nlp b/nlp index 9dc9e11..6458611 100755 --- a/nlp +++ b/nlp @@ -114,7 +114,7 @@ class NLPWorkflow(WorkflowRunner): if zip: vrt_zip_jobs = [] vrt_zip_job_dependencies = nlp_jobs - cmd = 'cd "%s" && zip -m "%s".zip */*.vrt -x "pyflow.data*" && cd -' % ( + cmd = 'cd "%s" && zip -m "%s"-nlp.zip */*.vrt -x "pyflow.data*" && cd -' % ( self.output_dir, self.zip )