diff --git a/nlp b/nlp index 1d929c3..3a3baaa 100755 --- a/nlp +++ b/nlp @@ -106,7 +106,6 @@ class NLPPipeline(WorkflowRunner): cmd = 'cd "{}"'.format(self.output_dir) cmd += ' && ' cmd += 'zip' - cmd += ' -m' cmd += ' -r' cmd += ' "{}".zip .'.format(self.zip) cmd += ' -x "pyflow.data*"'