-
Notifications
You must be signed in to change notification settings - Fork 8
Description
The midasHLA was installed using devtools::install_github("Genentech/MiDAS").
And then Rscript ./download_extdata.R. Some errors popped up.
! Skipping missing files: /mnt/chsrhome/miniconda3/lib/R/library/midasHLA/R/asserts.R, /mnt/chsrhome/miniconda3/lib/R/library/midasHLA/R/class.R,
/mnt/chsrhome/miniconda3/lib/R/library/midasHLA/R/data.R, /mnt/chsrhome/miniconda3/lib/R/library/midasHLA/R/global.R,
/mnt/chsrhome/miniconda3/lib/R/library/midasHLA/R/midasHLA.R, /mnt/chsrhome/miniconda3/lib/R/library/midasHLA/R/parsingFunctions.R,
/mnt/chsrhome/miniconda3/lib/R/library/midasHLA/R/stats.R, /mnt/chsrhome/miniconda3/lib/R/library/midasHLA/R/summarise.R,
/mnt/chsrhome/miniconda3/lib/R/library/midasHLA/R/transformationFunctions.R, and /mnt/chsrhome/miniconda3/lib/R/library/midasHLA/R/utils.R
.......
5: S3 method ‘as.data.frame.MiDAS’ was declared in NAMESPACE but not found
6: Objects listed as exports, but not present in namespace:
.......
Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 'rownames': could not find function "readHlaAlignments"
Calls: %>% ... lapply -> FUN -> rownames -> .handleSimpleError -> h
Execution halted
By the way, what is the external data version for midasHLA 1.11.1?
Thanks