You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Source data is supposed to be downloaded every month. It goes to /data/shared/biomuta/downloads/cbioportal/<yyyy_mm_dd> where <yyyy_mm_dd> is download date.
Data generated by scripts goes to /data/shared/biomuta/generated/datasets/<yyyy_mm_dd> where the date is not necessarily the same as in (1) but I expect it to be the same in most cases.
The logic I use to navigate to these file paths is to pull the main directories (downloads and datasets) from config.json, and then finding the latest subdirectory. Scripts that follow this logic:
The text was updated successfully, but these errors were encountered: