mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nlp.git
synced 2024-12-26 08:44:18 +00:00
Add nlp to filename
This commit is contained in:
parent
5d2fee029e
commit
41910afb79
2
nlp
2
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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user