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: cavatica/sb_doc.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# scpca-nf v0.10.1
1
+
# scpca-nf v0.10.2
2
2
3
3
4
4
The `scpca-nf` workflow is used to process 10x single-cell data as part of the [Single-cell Pediatric Cancer Atlas (ScPCA) project](https://scpca.alexslemonade.org/).
Copy file name to clipboardExpand all lines: external-instructions.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,12 +96,12 @@ Using the above command will run the workflow from the `main` branch of the work
96
96
To update to the latest released version you can run `nextflow pull AlexsLemonade/scpca-nf` before the `nextflow run` command.
97
97
98
98
To be sure that you are using a consistent version, you can specify use of a release tagged version of the workflow, set below with the `-r` flag.
99
-
The command below will pull the `scpca-nf` workflow directly from Github using the `v0.10.1` version.
99
+
The command below will pull the `scpca-nf` workflow directly from Github using the `v0.10.2` version.
100
100
Released versions can be found on the [`scpca-nf` repository releases page](https://github.com/AlexsLemonade/scpca-nf/releases).
101
101
102
102
```sh
103
103
nextflow run AlexsLemonade/scpca-nf \
104
-
-r v0.10.1 \
104
+
-r v0.10.2 \
105
105
-config {path to config file} \
106
106
-profile {name of profile}
107
107
```
@@ -332,7 +332,7 @@ If you will be analyzing spatial expression data, you will also need the Cell Ra
332
332
333
333
If your compute nodes do not have internet access, you will likely have to pre-pull the required container images as well.
334
334
When doing this, it is important to be sure that you also specify the revision (version tag) of the `scpca-nf` workflow that you are using.
335
-
For example, if you would run `nextflow run AlexsLemonade/scpca-nf -r v0.10.1`, then you will want to set `-r v0.10.1` for `get_refs.py` as well to be sure you have the correct containers.
335
+
For example, if you would run `nextflow run AlexsLemonade/scpca-nf -r v0.10.2`, then you will want to set `-r v0.10.2` for `get_refs.py` as well to be sure you have the correct containers.
336
336
By default, `get_refs.py` will download files and images associated with the latest release.
337
337
338
338
If your system uses Docker, you can add the `--docker` flag:
0 commit comments