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

Add Dockstore instructions to Readme #16

Merged
merged 2 commits into from
May 19, 2024
Merged
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
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,20 @@
# embedder
Computing per-cell embeddings for all jump-cp data.
Method to compute per-cell embeddings for all JUMP-CP data.

## How to use this method

In the instructions below we use this method via [Docstore](https://dockstore.org/) and [Terra](https://app.terra.bio/) to generate embeddings for one JUMP-CP plate. When tested in May of 2024, this example plate took less than 1 hour to process via the workflow and cost $3.

1. Download to your local file system the file [single_plate_example_inputs.json](https://github.com/jump-cellpainting/embedder/blob/main/single_plate_example_inputs.json) which holds input parameters for an example JUMP-CP plate.
2. Go to [https://dockstore.org/workflows/github.com/jump-cellpainting/embedder](https://dockstore.org/workflows/github.com/jump-cellpainting/embedder:main?tab=info) and click on `Launch with: Terra`.
3. Either create a new [Terra](https://app.terra.bio/) workspace or choose an existing workspace into which to import the workflow method. Either way, you will be automatically redirected to the Terra page for the newly imported workflow.
4. On the [Terra](https://app.terra.bio/) workflow page:

1. Select `Run workflow with inputs defined by file paths`.
2. Then click on `Drag or click to upload json` and choose the file `single_plate_example_inputs.json` which you downloaded in the first step.
3. Set the value of parameter `embeddingOutputPath` to be a Google Cloud Storage path of your choosing, such as a folder within your [Terra Workspace bucket](https://support.terra.bio/hc/en-us/articles/360026059391-Where-s-the-link-for-a-file-in-workspace-storage).
4. Click `Save`
5. Click `Run Analysis`

When the workflow completes, Terra will send a notification email.

Loading