Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions build/buildEnv.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/collections.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down