Skip to content

Commit

Permalink
update publication data
Browse files Browse the repository at this point in the history
  • Loading branch information
onursumer committed Nov 7, 2024
1 parent bbc7d61 commit 95d8b16
Show file tree
Hide file tree
Showing 6 changed files with 10,208 additions and 2,853 deletions.
2 changes: 1 addition & 1 deletion data/processSynapseJSON.log
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ncc: Using [email protected] (local user-provided)
40kB sourcemap-register.js
8475kB index.js
1420kB index.js.map
8515kB [8818ms] - ncc 0.28.6
8515kB [39493ms] - 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
13,051 changes: 10,202 additions & 2,849 deletions data/publications_manifest_all.json

Large diffs are not rendered by default.

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_20241104_1913.json`;
: `${getCloudBaseUrl()}/processed_syn_data_20241106_1857.json`;
return fetchSynData(processedSynURL);
}

Expand Down
3 changes: 2 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ module.exports = withMDX({
},
{
source: '/publications/htapp_mbc_klughammer_2024',
destination: '/publications/hta1_2024_pdf_johanna-klughammer',
destination:
'/publications/hta1_2024_nature-medicine_johanna-klughammer',
permanent: false,
},
{
Expand Down
3 changes: 2 additions & 1 deletion pages/publications/static_page_ids.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[
"hta1_2024_pdf_johanna-klughammer",
"hta1_2024_nature-medicine_johanna-klughammer",
"hta1_2024_biorxiv_anand-g-patel",
"hta1_2021_cell_karin-pelka",
"hta1_2024_biorxiv_william-zhao",
Expand All @@ -26,5 +26,6 @@
"hta6_2022_cell_tyler-risom",
"hta6_2022_cancer-cell_siri-h-strand",
"hta10_2022_nature-genetics_winston-r-becker",
"hta10_2024_nature-cancer_edward-d-esplin",
"hta10_2024_nature-cancer_yizhou-zhu"
]
Binary file modified public/processed_syn_data.json.gz
Binary file not shown.

0 comments on commit 95d8b16

Please sign in to comment.