Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch 2 #7

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from
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/basic_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ You can use the ``-p PORT`` option to specify on which port the webserver will r

cbBuild -o ~/public_html/cells/ -p 8888

Pointint your web browser to ``http://localhost:8888`` to view your cell browser. To stop the cbBuild web server,
Point your web browser to ``http://localhost:8888`` to view your cell browser. To stop the cbBuild web server,
press Ctrl-C. To keep it running in the background, press Ctrl-Z and put it into the background with ``bg``.
If you have stopped the web server, you can always run the same ``cbBuild`` command to restart it.
Restarting the web server will not re-export the entire expression matrix again if there is already one under
Expand Down