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
It seems this bug has been described and fixed previously in 0.5.10 (#235, #264), but I'm finding the same issue with v0.6.2
mv_extract_exposures_local() returns "Error in format_data(as.data.frame(outcome_dat), type = "outcome", snps = snps, :
None of the specified columns present" like before.
Describe the current behaviour you observe (required)
when using the mv_extract_exposures_local() function, it seems to read in the files fine, but tries looking for a outcome column, which doesn't exist.
Describe the bug (required)
It seems this bug has been described and fixed previously in 0.5.10 (#235, #264), but I'm finding the same issue with v0.6.2
mv_extract_exposures_local() returns "Error in format_data(as.data.frame(outcome_dat), type = "outcome", snps = snps, :
None of the specified columns present" like before.
Describe the current behaviour you observe (required)
when using the mv_extract_exposures_local() function, it seems to read in the files fine, but tries looking for a outcome column, which doesn't exist.
mv_extract_exposures_local(c("/exposure1sumstats.txt", "/exposure2sumstats.txt"))
Any help would be appreciated!
The text was updated successfully, but these errors were encountered: