-
Notifications
You must be signed in to change notification settings - Fork 9
Finding Original Submitted Data in a Release
Sierra Moxon edited this page Apr 20, 2020
·
1 revision
Where are my files? Throughout a release cycle, it is helpful to have access to the originally submitted data files to use to debug issues in the user interface. Below is a recipe for finding and downloading submitted data files.
- Navigate to this FMS API endpoint: https://fms.alliancegenome.org/api/snapshot/release/[software-release-version]. [software-release-version]is something like '3.0.0'
- Search for the file of interest using [Ctrl-F]. Where the file of interest is something like "BGI" or "DAF" or "VEPGENE"
- Extract the 's3Path' variable value, ie: "3.0.0/VEPTRANSCRIPT/ZFIN/VEPTRANSCRIPT_ZFIN_0.txt"
- Add the extracted s3Path variable value to download.alliancegenome.org/ like: "download.alliancegenome.org/3.0.0/VEPTRANSCRIPT/ZFIN/VEPTRANSCRIPT_ZFIN_0.txt"