Closed burrowsk closed 1 year ago
This is normal, "vep_file" is internal when defined eggla_lapply
.
Although I simplified this and anyway renamed the main argument to be more consistent with syntax of other arguments.
I believe the issue you are having is somewhere else, i.e., https://github.com/mcanouil/eggla/blob/1eb2dd56b4c0f883493f99e8d186425361ca4ffd/R/run_eggla_gwas.R#L449-L480
Note that the changes are in the current PR #97
Bug description
The parameter to add the path to a VEP annotation file is
vep
withinrun_eggla_gwas()
[line 95]. the parametervep
is called in line 443vep_file = vep
, however, all other instances specifyvep_file
which causes the function to exit upon the first instance [lines 408-423]. Only applicable should a user want to specify a vep file.eggla
version outputeggla 0.18.5
Checklist
eggla
you're running, by pasting the output from runningpackageVersion('eggla')
in the "eggla
version output" text area?