OpenMendel / SnpArrays.jl

Compressed storage for SNP data
https://openmendel.github.io/SnpArrays.jl/latest
Other
44 stars 9 forks source link

Support Absolute path for merge_plink #135

Open olivierlabayle opened 9 months ago

olivierlabayle commented 9 months ago

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!

kose-y commented 6 months ago

@olivierlabayle Yes, we can definitely consider it.