You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed when I run scan1snps with core set to greater than 1 I get an error that my kinship file ("k_loco" is not found). It works without a problem with cores=1
2 nodes produced errors; first error: object 'k_loco' not found
This works fine (using 1 core to do whole genome snp scan):
A user reported a problem with multi-core analysis with
scan1snps()
, where a kinship matrix wasn't found:I've noticed when I run scan1snps with core set to greater than 1 I get an error that my kinship file ("k_loco" is not found). It works without a problem with cores=1
This works fine (using 1 core to do whole genome snp scan):
But if I change the cores argument to 2:
Interestingly if I run scan1snps on just an interval of interest there is no problem with using more than 1 core:
The text was updated successfully, but these errors were encountered: