SnpArrays.jl icon indicating copy to clipboard operation
SnpArrays.jl copied to clipboard

Support Absolute path for merge_plink

Open olivierlabayle opened this issue 1 year ago • 1 comments

Hi,

Because merge_plink uses glob it does not support absolute paths (here. Would it be possible to add support for it? I think the following works:

dir, prefix = splitdir(prefix)
l = glob(prefix * "*.bed", dir)

Thanks!

olivierlabayle avatar Dec 04 '23 12:12 olivierlabayle

@olivierlabayle Yes, we can definitely consider it.

kose-y avatar Feb 15 '24 23:02 kose-y