Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Absolute path for merge_plink #135

Open
olivierlabayle opened this issue Dec 4, 2023 · 1 comment
Open

Support Absolute path for merge_plink #135

olivierlabayle opened this issue Dec 4, 2023 · 1 comment

Comments

@olivierlabayle
Copy link

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
Copy link
Member

kose-y commented Feb 15, 2024

@olivierlabayle Yes, we can definitely consider it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants