Skip to content

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.

  1. 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'
  2. Search for the file of interest using [Ctrl-F]. Where the file of interest is something like "BGI" or "DAF" or "VEPGENE"
  3. Extract the 's3Path' variable value, ie: "3.0.0/VEPTRANSCRIPT/ZFIN/VEPTRANSCRIPT_ZFIN_0.txt"
  4. Add the extracted s3Path variable value to download.alliancegenome.org/ like: "download.alliancegenome.org/3.0.0/VEPTRANSCRIPT/ZFIN/VEPTRANSCRIPT_ZFIN_0.txt"