Skip to content

Lock GVL files to avoid multiple file creation/deletion in multi-job settings #21

@d-laub

Description

@d-laub

For example, when running GVL using the same reference genome file with parallel jobs, the GVL file created for the reference can be corrupted since each job tries to create the file at the same time. Adding file locks to all instances of GVL file reading and creation should fix this. For implementation, a starting place may be the write/init funcs of each class that corresponds to a file.

Metadata

Metadata

Assignees

Labels

type: bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions