mmollina / mappoly2

Genetic Linkage Maps in Autopolyploids v 2.0
MIT License
6 stars 3 forks source link

calc_consensus_haplo error when ncpus>=2 #2

Closed jeekinlau closed 9 months ago

jeekinlau commented 9 months ago

I constructed a map using BExMG and SWxBE and trying to integrate the two... in the calc_consensus_haplo() if i set ncpus=2 then it says, "Error in get(name, envir = envir) : object 'pedigree' not found"

ncpus=1 works fine.

thanks

Jeekin

mmollina commented 9 months ago

@jeekinlau: The problem, a Windows-related issue, was fixed in commit #8586a1b. I tested it on my local MacOS. Please check if it is now working on your system. Thanks.

jeekinlau commented 9 months ago

This fixed it on my window system. thanks