-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed 3d10334 with MkDocs version: 1.6.0
- Loading branch information
Showing
3 changed files
with
19 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"CellCanvas","text":"<p>CellCanvas is a tool for building geometric models of cellular architecture from images.</p> <p>CellCanvas combines machine learning with interactive visualization to facilitate the creation of geometric representations of cellular architectures.</p>"},{"location":"#what-can-cellcanvas-do","title":"What can CellCanvas do?","text":"<ul> <li>interactive segmentation when there is no ground truth</li> <li>extract complex geometries</li> </ul>"},{"location":"#modalities","title":"Modalities","text":"<p>CellCanvas currently supports:</p> <ul> <li>CryoET</li> </ul>"},{"location":"quick_start/","title":"Quick Start","text":"<ol> <li> <p>Install album</p> </li> <li> <p>Setup the CellCanvas album catalog: </p> </li> </ol> <pre><code>album add-catalog https://github.com/cellcanvas/album-catalog\n</code></pre> <ol> <li>Browse the catalog.</li> </ol>"},{"location":"tutorials/remote_workflow/","title":"Tutorial: Remote Workflow","text":"<p>Step 1: Follow the quick start</p> <p>Step 2: Install the server on the worker: <code>album install cellcanvas:server:0.0.4</code></p> <p>Step 3: Make a tunnel to the worker: </p> <pre><code>ssh -L 8080:worker-host:8000 user.name@login-host -N -f\nssh -L 2222:login-host:22 user.name@login-host -N -f\n</code></pre> <p>Step 4: Launch the server on the worker: <code>album run cellcanvas:server:0.0.4</code></p> <p>Step 5: Install the config file fetecher on your local machine: <code>album install cellcanvas:fetch-config:0.0.1 --filepath <my_path></code></p> <p>Step 6: Run the config file fetcher: <code>album run cellcanvas:fetch-config:0.0.1 --localhost localhost --port 8080 --overlay_remote True --static_remote True --filepath ~/Data/copick/cellcanvas_server/local_sshOverlay_sshStatic.json</code></p> <p>Step 7: Install the client on your local machine: <code>album install cellcanvas:napari-cellcanvas:0.0.1</code></p> <p>Step 8: Launch the client on your local machine: <code>album run cellcanvas:napari-cellcanvas:0.0.1 --copick_config_path <my path></code></p>"}]} | ||
{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"CellCanvas","text":"<p>CellCanvas is a tool for building geometric models of cellular architecture from images.</p> <p>CellCanvas combines machine learning with interactive visualization to facilitate the creation of geometric representations of cellular architectures.</p>"},{"location":"#what-can-cellcanvas-do","title":"What can CellCanvas do?","text":"<ul> <li>interactive segmentation when there is no ground truth</li> <li>extract complex geometries</li> </ul>"},{"location":"#modalities","title":"Modalities","text":"<p>CellCanvas currently supports:</p> <ul> <li>CryoET</li> </ul>"},{"location":"quick_start/","title":"Quick Start","text":"<ol> <li> <p>Install album</p> </li> <li> <p>Setup the CellCanvas album catalog: </p> </li> </ol> <pre><code>album add-catalog https://github.com/cellcanvas/album-catalog\n</code></pre> <ol> <li>Browse the catalog.</li> </ol>"},{"location":"tutorials/remote_workflow/","title":"Tutorial: Remote Workflow","text":"<p>Step 1: Follow the quick start</p> <p>Step 2: Install the server on the worker: <code>album install cellcanvas:server:0.0.4</code></p> <p>Step 3: Make a tunnel to the worker: </p> <pre><code>ssh -L 8080:worker-host:8000 user.name@login-host -N -f\nssh -L 2222:login-host:22 user.name@login-host -N -f\n</code></pre> <p>Step 4: Launch the server on the worker: </p> <pre><code>album run cellcanvas:server:0.0.4\n</code></pre> <p>Step 5: Install the config file fetecher on your local machine: </p> <pre><code>album install cellcanvas:fetch-config:0.0.1 --filepath <my_path>\n</code></pre> <p>Step 6: Run the config file fetcher: </p> <pre><code>album run cellcanvas:fetch-config:0.0.1 --localhost localhost --port\n8080 --overlay_remote True --static_remote True --filepath\n~/Data/copick/cellcanvas_server/local_sshOverlay_sshStatic.json\n</code></pre> <p>Step 7: Install the client on your local machine: </p> <pre><code>album install\ncellcanvas:napari-cellcanvas:0.0.1\n</code></pre> <p>Step 8: Launch the client on your local machine: </p> <pre><code>album run cellcanvas:napari-cellcanvas:0.0.1 --copick_config_path <my path>\n</code></pre>"}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters