From a030157f96792765f6d46089834b938a6210d3c0 Mon Sep 17 00:00:00 2001 From: Alex Pickering Date: Fri, 13 Sep 2024 11:37:29 -0700 Subject: [PATCH] gentler warning Signed-off-by: Alex Pickering --- src/utils/upload/fileUploadUtils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/upload/fileUploadUtils.js b/src/utils/upload/fileUploadUtils.js index d8cb8010b..9f92c1279 100644 --- a/src/utils/upload/fileUploadUtils.js +++ b/src/utils/upload/fileUploadUtils.js @@ -116,8 +116,8 @@ const fileUploadUtils = { inputInfo: [ ['scdata$samples: sample assignment. If absent, treated as unisample.'], ['scdata[[\'RNA\']]@counts: raw feature counts.'], - ['scdata@reductions: contains the embeddings for pca, as well as either umap or tsne.'], - ['Important notes on dimensionality reductions: ensure the default dimensionality reduction in your Seurat object is named exactly umap or tsne. If the default reduction name includes umap or tsne (e.g., ref.umap), it will be automatically renamed. If the default reduction is different and does not contain these names, the upload will not be successful.'], + ['scdata@reductions: includes a pca reduction.'], + ['DefaultDimReduc(scdata): includes either umap or tsne (e.g. ref.umap will work).'], ['\uD83D\uDCA1cluster metadata in scdata@meta.data is auto-detected.'], ['\uD83D\uDCA1sample level metadata in scdata@meta.data that groups samples in scdata$samples is auto-detected for downstream analysis.'], ['\uD83D\uDCA1if file size is over 15GB, try removing any assays not indicated above.'],