We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
merge_plink
glob
dir, prefix = splitdir(prefix) l = glob(prefix * "*.bed", dir)
Thanks!
The text was updated successfully, but these errors were encountered:
@olivierlabayle Yes, we can definitely consider it.
Sorry, something went wrong.
No branches or pull requests
Hi,
Because
merge_plink
usesglob
it does not support absolute paths (here. Would it be possible to add support for it? I think the following works:Thanks!
The text was updated successfully, but these errors were encountered: