Skip to content

Commit

Permalink
update data
Browse files Browse the repository at this point in the history
  • Loading branch information
onursumer committed Dec 26, 2024
1 parent b15d761 commit 955a912
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions data/processSynapseJSON.log
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ ncc: Version 0.28.6
ncc: Compiling file index.js
ncc: Using [email protected] (local user-provided)
40kB sourcemap-register.js
10961kB index.js
1425kB index.js.map
11001kB [9288ms] - ncc 0.28.6
10201kB index.js
1427kB index.js.map
10241kB [26259ms] - ncc 0.28.6
Missing ParentBiospecimenID: {
Component: 'ScRNA-seqLevel3',
Filename: 'single_cell_RNAseq_level_3_ped_glioma/HTAN_pHGG_161_New_Reg1_snRNA/barcodes.tsv.gz',
Expand Down
2 changes: 1 addition & 1 deletion lib/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export async function fetchData(): Promise<LoadDataResult> {
const processedSynURL =
process.env.NODE_ENV === 'development'
? '/processed_syn_data.json'
: `${getCloudBaseUrl()}/processed_syn_data_20241211_2209.json`;
: `${getCloudBaseUrl()}/processed_syn_data_20241226_1531.json`;
return fetchSynData(processedSynURL);
}

Expand Down
Binary file modified public/processed_syn_data.json.gz
Binary file not shown.

0 comments on commit 955a912

Please sign in to comment.