Skip to content

Process stalled when running make_prg on a set of fasta file #70

@mthang

Description

@mthang

I am using make_prg tool (i.e make_prg from_msa ...) in a pipeline that I am refactoring. The make_prg tool happpens to stall when I run my pipeline. What I have noticed is the usage memory keeps growing until the memory on my system exceeded the limit. Then, the make_prg process was stuck. I have spent some time to look into the script below and modified the script by replacing the multiprocess with queue. It seems to work, but I am not certain if that would affect the logic of the tool.

with multiprocessing.Pool(options.threads, maxtasksperchild=1) as pool:

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions