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 have recently encountered an issue when running clumping using the ieugwasr::ld_clump() function (this is using ieugwasr_0.1.5).
Rather than an issue with the ieugwasr package, I actually suspect this may be an issue with the local file system and HPC I am using and may be due to the location of where the script is saving temporary files.
I see that ld_clump() calls ld_clump_local() if you provide a local version of plink for conducting the clumping and that within this function there is the following:
I.e. It creates a tempfile() and then this is used in --out and --clump. I wonder if it would be possible to have a version of this where you can optionally provide a tmpdir for this file, in case this is clashing with mine (and other's) file systems?
The text was updated successfully, but these errors were encountered:
Hi all,
I have recently encountered an issue when running clumping using the
ieugwasr::ld_clump()
function (this is usingieugwasr_0.1.5
).Rather than an issue with the ieugwasr package, I actually suspect this may be an issue with the local file system and HPC I am using and may be due to the location of where the script is saving temporary files.
I see that
ld_clump()
callsld_clump_local()
if you provide a local version of plink for conducting the clumping and that within this function there is the following:I.e. It creates a tempfile() and then this is used in
--out
and--clump
. I wonder if it would be possible to have a version of this where you can optionally provide a tmpdir for this file, in case this is clashing with mine (and other's) file systems?The text was updated successfully, but these errors were encountered: