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

get_gambl_metadata looks in the wrong place for a case set file #158

Open
rdmorin opened this issue Jan 20, 2023 · 2 comments
Open

get_gambl_metadata looks in the wrong place for a case set file #158

rdmorin opened this issue Jan 20, 2023 · 2 comments
Assignees

Comments

@rdmorin
Copy link
Collaborator

rdmorin commented Jan 20, 2023

This is probably an easy fix. This file is in the GAMBL repo but in a remote computer the code is still looking for it in the GSC path. Can this be updated to use the GAMBL repo prefix from the active config?

metadata_fl_dlbcl = get_gambl_metadata(case_set = "tFL-study")
Error: '/projects/rmorin/projects/gambl-repos/gambl-rmorin/data/metadata/raw_metadata/gambl_tFL_manual.tsv' does not exist.                         
@Kdreval
Copy link
Contributor

Kdreval commented Jan 20, 2023

Just looking into this. I fixed this but noticed there are some other files used in this case set. Do you know if they are synced to the remote computer? I'll implement the similar repo prefix for them so same error won't come up again

gambl_transformations = suppressMessages(read_delim("/projects/rmorin/projects/gambl-repos/gambl-rmorin/data/metadata/raw_metadata/gambl_transformation.txt", delim = " "))
fl_transformation_meta = suppressMessages(read_tsv("/projects/rmorin/projects/gambl-repos/gambl-rmorin/shared/gambl_fl_transformed.tsv"))
curated = suppressMessages(read_tsv("/projects/rmorin/projects/gambl-repos/gambl-rmorin/data/metadata/raw_metadata/clin_review_fl.tsv"))

@Kdreval
Copy link
Contributor

Kdreval commented Jan 20, 2023

This one also seems to be out of sync with master and is not in version control (not on GAMBL master): /projects/rmorin/projects/gambl-repos/gambl-rmorin/shared/gambl_fl_transformed.tsv

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

2 participants