BergelsonLab / BergelsonLab/blabr
get_vihi_annotations() does not work anymore
- Dominant language
- R
- Stars
- 1
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
I'm running the latest version of R, RStudio, and blabr, I have the vihi_annotations repo from BLAB_DATA cloned.
```
library(blabr)
transcripts <- blabr::get_vihi_annotations()
```
yelds the following error with no details in the error message and halts my code:
```
reading file: /Users/lrighter/BLAB_DATA/vihi_annotations/annotations.csv
reading file: /Users/lrighter/BLAB_DATA/vihi_annotations/intervals.csv
reading file: /Users/lrighter/BLAB_DATA/vihi_annotations/vi_td_matches.csv
Error in blabr::get_vihi_annotations() :
In addition: Warning message:
In handle_dataset_version(repo = "vihi_annotations", version = version, :
Getting a dataset without specifying a version is highly discouraged.
Add ", version = '0.0.0.9010'" to the `get_*` function call.
```
(warning message ofc I have gotten before) but it's the one above that with no error and no traceback)
Contributor guide
Assessment
This issue has not been assessed yet.