-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Follow the first part of the manual for armadillo without logging in (if something went wrong with the login the error will also occur and it's unclear what went wrong:
login_data <- [data.frame](https://rdrr.io/r/base/data.frame.html)(
server = "https://armadillo.test.molgenis.org",
storage = "https://armadillo-minio.test.molgenis.org",
driver = "ArmadilloDriver")
du.upload(
cohort_id = 'gecko',
dict_version = '2_1',
dict_kind = 'core',
data_version = '1_0',
data_input_format = 'CSV',
data_input_path = 'https://github.com/lifecycle-project/ds-upload/blob/master/inst/examples/data/WP1/data/all_measurements_v1_2.csv?raw=true',
run_mode = "non_interactive"
)
Error:
* Check released dictionaries
Error in if (ds_upload.globals$login_data$driver == du.enum.backends()$ARMADILLO) { :
argument is of length zero
Expected something like:
Armadillo driver not specified in login_data. Please take a look at your login_data and login using du.login(login_data = login_data).
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request