Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dataset ID Doesn't Work for datasetID #11

Open
DarioS opened this issue Oct 29, 2024 · 0 comments
Open

Dataset ID Doesn't Work for datasetID #11

DarioS opened this issue Oct 29, 2024 · 0 comments

Comments

@DarioS
Copy link
Member

DarioS commented Oct 29, 2024

Creating a new Trio doesn't work if a dataset ID is specified to datasetID!

> datasets[1:3, 1:4]
# A tibble: 3 × 4
  datasetID name     source   sourceID         
  <chr>     <chr>    <chr>    <chr>            
1 0000      GE1_data figshare 26142922/47361037
2 0001      GE2_data figshare 26142922/47361052
3 0002      GE3_data figshare 26142922/47361049

> Trio$new("0001")
✔ Reading from Curated Trio Datasets.Range ''Datasets''.
Error in `private$parseIDString()`:
! Specified dataset ("0001") is not avaiable.

Only source ID works, despite

datasetID: A string specifying a dataset, either a name from curated-trio-data or a format string of the form source:source_id.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant