From 420909968ac2d91d6c2ba050ea1c689f38fe8002 Mon Sep 17 00:00:00 2001 From: Christopher Lee Date: Fri, 24 May 2024 11:52:29 -0700 Subject: [PATCH 1/4] New cell browser build --- build/buildEnv.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/build/buildEnv.sh b/build/buildEnv.sh index e32481d2..104d9bd5 100644 --- a/build/buildEnv.sh +++ b/build/buildEnv.sh @@ -1,7 +1,9 @@ -export CBVERSION=v1.2.5 -export CBDATE=2024-02-16 -export CBLASTVERSION=v1.2.4 -export CBLASTDATE=2024-01-26 +export CBVERSION=v1.2.6 +export CBDATE=2024-05-24 +export CBLASTVERSION=v1.2.5 +export CBLASTDATE=2024-02-16 +#export CBLASTVERSION=v1.2.4 +#export CBLASTDATE=2024-01-26 #export CBLASTVERSION=v1.2.3 #export CBLASTDATE=2023-05-23 #export CBLASTVERSION=v1.2.2 From bff421579e0abe0bc03a1f7fcc7d405155ca6d8f Mon Sep 17 00:00:00 2001 From: Christopher Lee Date: Tue, 2 Jul 2024 12:15:16 -0700 Subject: [PATCH 2/4] New cell browser release, refs #34059 --- build/buildEnv.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/build/buildEnv.sh b/build/buildEnv.sh index 104d9bd5..c7b799ef 100644 --- a/build/buildEnv.sh +++ b/build/buildEnv.sh @@ -1,7 +1,9 @@ -export CBVERSION=v1.2.6 -export CBDATE=2024-05-24 -export CBLASTVERSION=v1.2.5 -export CBLASTDATE=2024-02-16 +export CBVERSION=v1.2.7 +export CBDATE=2024-07-02 +export CBLASTVERSION=v1.2.6 +export CBLASTDATE=2024-05-24 +#export CBLASTVERSION=v1.2.5 +#export CBLASTDATE=2024-02-16 #export CBLASTVERSION=v1.2.4 #export CBLASTDATE=2024-01-26 #export CBLASTVERSION=v1.2.3 From 0775adae1db21db211175fe6099fd4217f7a21ac Mon Sep 17 00:00:00 2001 From: Christopher Lee Date: Tue, 9 Jul 2024 12:41:36 -0700 Subject: [PATCH 3/4] Release 1.2.8 --- build/buildEnv.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/build/buildEnv.sh b/build/buildEnv.sh index c7b799ef..19855554 100644 --- a/build/buildEnv.sh +++ b/build/buildEnv.sh @@ -1,7 +1,9 @@ -export CBVERSION=v1.2.7 -export CBDATE=2024-07-02 -export CBLASTVERSION=v1.2.6 -export CBLASTDATE=2024-05-24 +export CBVERSION=v1.2.8 +export CBDATE=2024-07-09 +export CBLASTVERSION=v1.2.7 +export CBLASTDATE=2024-07-02 +#export CBLASTVERSION=v1.2.6 +#export CBLASTDATE=2024-05-24 #export CBLASTVERSION=v1.2.5 #export CBLASTDATE=2024-02-16 #export CBLASTVERSION=v1.2.4 From af73f550c1ca42ea04ccb7c29cdf02d24fc341cb Mon Sep 17 00:00:00 2001 From: Malcolm Cook Date: Tue, 24 Sep 2024 14:33:05 -0500 Subject: [PATCH 4/4] Update collections.rst typos --- docs/collections.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/collections.rst b/docs/collections.rst index 223f4e55..406a3c6e 100644 --- a/docs/collections.rst +++ b/docs/collections.rst @@ -8,7 +8,7 @@ When you open a collection, it will show you all of the datasets within it. This requires your datasets to be arranged in directories on disk. Let's say you have two directories with data files, one in directory ``data1`` and one in directory ``data2``, each with their own cellbrowser.conf files, then these -two directories must be both subdirectories of a parent directoryn +two directories must be both subdirectories of a parent directory named e.g. ``dataParent``. The names of all the datasets are the names of their directories, not the names specified via the ``name`` statement in their ``cellbrowser.conf`` files anymore.