From aff3d44157fef920ce09267dd5ced8d6c89f266c Mon Sep 17 00:00:00 2001 From: Aaron Lun Date: Sun, 23 Jul 2023 00:10:48 -0700 Subject: [PATCH] Mention that the scran.js repo is already cloned in. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 56844b8..cc170ad 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,6 @@ Developers wishing to use the pre-installed Node.js commands should run the foll NODEBIN=$(echo /emsdk/node/*/bin) export PATH="${NODEBIN}:${PATH}" ``` + +The `/scran.js/` directory contains a copy of the **scran.js** repository, along with a `build/` subdirectory containing an initial CMake build. +