dsgelab / finregistry-data

FinRegistry data preprocessing scripts
3 stars 2 forks source link

minimal_phenotype .feather file is missing #19

Closed demmlerj closed 1 year ago

demmlerj commented 1 year ago

I can create this once ePouta is back up and running.

Something like....

R -e "library(feather); library(readr); tmp <- read_csv("minimal_phenotype_20221216.csv"); write_feather(tmp, minimal_phenotype_20221216.feather)"

demmlerj commented 1 year ago

install.packages('feather', repos='file://data/cran/') does not work for me

pecsimax commented 1 year ago

implemented in release https://github.com/dsgelab/finregistry-data/releases/tag/minimal_phenotype_2023-05-02