You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cellranger/README.md
+19-16Lines changed: 19 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,33 +32,34 @@ Since Cell Ranger requires accepting the 10x Genomics license agreement, you mus
32
32
2. Accept the license agreement
33
33
3. Copy the download URL for your desired version (e.g., `cellranger-10.0.0.tar.gz`)
34
34
35
-
> **Note:**Download URLs contain a signed key that expires. You will need to obtain a fresh URL each time you build.
35
+
> **Note:**Each version has its own unique download URL with a signed key that expires. If you are building multiple versions, you will need a separate URL for each. You will also need to obtain a fresh URL each time the signed key expires.
36
36
37
37
### Step 2: Build the Image
38
38
39
39
The Dockerfile accepts two build arguments:
40
40
41
-
| Argument | Required |Default |Description |
42
-
|---|---|---|---|
43
-
|`CELLRANGER_URL`| Yes |— | The signed download URL from 10x Genomics|
44
-
|`CELLRANGER_VERSION`|No|`10.0.0`|The Cell Ranger version being installed|
41
+
| Argument | Required | Description |
42
+
|---|---|---|
43
+
|`CELLRANGER_VERSION`| Yes |The Cell Ranger version to install (e.g., `10.0.0`, `6.0.2`)|
44
+
|`CELLRANGER_URL`|Yes| The signed download URL from 10x Genomics|
> **Important:** Ensure your registry repository is set to **private** to comply with 10x Genomics' licensing terms. Do not distribute Cell Ranger images publicly.
0 commit comments