luederm

Results 5 comments of luederm

I use the following code to override multiprocessing imports in a 3rd party package (luigi) with biliard: ``` def _import(name, *args, **kwargs): if name == 'multiprocessing': name = 'billiard' return...

@darkl1ght That is what is shown in the code in my comment above. That code needs to run before you import multiprocessing. WRT you stackoverflow question (I don't have enough...

Having the same issue. My fasta file is only 11.7 MB. Hangs after the following output: [wgsim_core] calculating the total length of the reference sequence...

Got it to work by removing all 'N's from the reference