MRCIEU / ieugwasr

R interface to the IEU GWAS database API
https://mrcieu.github.io/ieugwasr/
Other
73 stars 23 forks source link

Argument list too long #46

Closed 931902655 closed 8 months ago

931902655 commented 8 months ago

I encountered this problem after running


X_clump <- X %>%
 rename(rsid = snp,
        pval = p1) %>%
 ieugwasr::ld_clump(dat = .,
                    clump_r2 = r2_thresh,
                    clump_p = pval_thresh,
                    plink_bin = "/usr/local/lib/R/site-library/plinkbinr/bin/plink_Linux", 
                    bfile = "/home/vee/code/pakage/EUR/EUR")

the following pic is the error 2b9119749f0178652a79bd731695fed Can you tell me how solve this problem? Thank you very much. Best regards.