Skip to content

Commit

Permalink
Merge branch 'master' into add-cell-level-to-differential-expression
Browse files Browse the repository at this point in the history
  • Loading branch information
cosa65 authored Nov 21, 2023
2 parents b14b5b0 + 9d1ee07 commit 621e690
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 20 deletions.
3 changes: 2 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

labels:
- "safe to run"
49 changes: 34 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@
"@babel/core": "^7.21.0",
"@babel/plugin-transform-runtime": "^7.21.0",
"@babel/polyfill": "^7.8.7",
"@next/bundle-analyzer": "^10.0.9",
"@next/bundle-analyzer": "^14.0.3",
"@socialgouv/matomo-next": "^1.2.2",
"@vitessce/heatmap": "^3.2.2",
"@vitessce/scatterplot": "^3.2.2",
"antd": "^4.24.8",
"aws-amplify": "^5.3.11",
"axios": "^0.21.2",
"axios": "^1.6.2",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-import": "^1.13.6",
Expand All @@ -77,7 +77,7 @@
"localforage": "^1.7.4",
"lodash": "^4.17.13",
"lru-memoize": "^1.1.0",
"mathjs": "^11.0.1",
"mathjs": "^12.1.0",
"next": "^12.3.4",
"next-images": "^1.4.0",
"next-plugin-antd-less": "^1.8.0",
Expand Down
3 changes: 2 additions & 1 deletion src/utils/upload/fileUploadSpecifications.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ const fileUploadSpecifications = {
inputInfo: [
['<code>scdata$samples</code>: sample assignment. If absent, treated as unisample.'],
['<code>scdata[[\'RNA\']]@counts</code>: raw feature counts.'],
['<code>scdata@reductions</code>: contains the embbedings for <code>pca</code> as well as either <code>umap</code> or <code>tsne</code>.'],
['<code>scdata@reductions</code>: contains the embeddings for <code>pca</code>, as well as either <code>umap</code> or <code>tsne</code>.'],
['<strong>Important notes on dimensionality reductions:</strong> ensure the default dimensionality reduction in your Seurat object is named exactly <code>umap</code> or <code>tsne</code>. If the default reduction name includes <code>umap</code> or <code>tsne</code> (e.g., <code>ref.umap</code>), it will be automatically renamed. If the default reduction is different and does not contain these names, the upload will not be successful.'],
['\uD83D\uDCA1cluster metadata in <code>[email protected]</code> is auto-detected.'],
['\uD83D\uDCA1sample level metadata in <code>[email protected]</code> that groups samples in <code>scdata$samples</code> is auto-detected for downstream analysis.'],
['\uD83D\uDCA1if file size is over 15GB, try removing any assays not indicated above.'],
Expand Down

0 comments on commit 621e690

Please sign in to comment.