diff --git a/build/buildEnv.sh b/build/buildEnv.sh index e32481d2..19855554 100644 --- a/build/buildEnv.sh +++ b/build/buildEnv.sh @@ -1,7 +1,13 @@ -export CBVERSION=v1.2.5 -export CBDATE=2024-02-16 -export CBLASTVERSION=v1.2.4 -export CBLASTDATE=2024-01-26 +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 +#export CBLASTDATE=2024-01-26 #export CBLASTVERSION=v1.2.3 #export CBLASTDATE=2023-05-23 #export CBLASTVERSION=v1.2.2 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.