@@ -72,7 +72,7 @@ A command line version of the tool is included. This tool is available after pro
7272 $ pyscenic -h
7373 usage: pyscenic [-h] {grn,add_cor,ctx,aucell} ...
7474
75- Single-Cell rEgulatory Network Inference and Clustering (0.12.0 )
75+ Single-Cell rEgulatory Network Inference and Clustering (0.12.1 )
7676
7777 positional arguments:
7878 {grn,add_cor,ctx,aucell}
@@ -114,12 +114,12 @@ Docker/Podman images are available at `Docker Hub pySCENIC`_ and `Docker Hub pyS
114114.. code-block :: bash
115115
116116 # pySCENIC CLI version (recommended).
117- docker pull aertslab/pyscenic:0.12.0
118- podman pull docker://aertslab/pyscenic:0.12.0
117+ docker pull aertslab/pyscenic:0.12.1
118+ podman pull docker://aertslab/pyscenic:0.12.1
119119
120120 # pySCENIC CLI version + ipython kernel + scanpy.
121- docker pull aertslab/pyscenic_scanpy:0.12.0_1 .9.1
122- podman pull docker://aertslab/pyscenic_scanpy:0.12.0_1 .9.1
121+ docker pull aertslab/pyscenic_scanpy:0.12.1_1 .9.1
122+ podman pull docker://aertslab/pyscenic_scanpy:0.12.1_1 .9.1
123123
124124 To run pySCENIC using Docker/Podman, use the following three steps.
125125A mount point (or more than one) needs to be specified, which contains the input data and necessary resources).
@@ -128,15 +128,15 @@ A mount point (or more than one) needs to be specified, which contains the input
128128
129129 docker run -it --rm \
130130 -v /data:/data \
131- aertslab/pyscenic:0.12.0 pyscenic grn \
131+ aertslab/pyscenic:0.12.1 pyscenic grn \
132132 --num_workers 6 \
133133 -o /data/expr_mat.adjacencies.tsv \
134134 /data/expr_mat.tsv \
135135 /data/allTFs_hg38.txt
136136
137137 docker run -it --rm \
138138 -v /data:/data \
139- aertslab/pyscenic:0.12.0 pyscenic ctx \
139+ aertslab/pyscenic:0.12.1 pyscenic ctx \
140140 /data/expr_mat.adjacencies.tsv \
141141 /data/hg19-tss-centered-5kb-7species.mc9nr.genes_vs_motifs.rankings.feather \
142142 /data/hg19-tss-centered-10kb-7species.mc9nr.genes_vs_motifs.rankings.feather \
@@ -148,7 +148,7 @@ A mount point (or more than one) needs to be specified, which contains the input
148148
149149 docker run -it --rm \
150150 -v /data:/data \
151- aertslab/pyscenic:0.12.0 pyscenic aucell \
151+ aertslab/pyscenic:0.12.1 pyscenic aucell \
152152 /data/expr_mat.tsv \
153153 /data/regulons.csv \
154154 -o /data/auc_mtx.csv \
@@ -162,19 +162,19 @@ Singularity/Apptainer images can be build from the Docker Hub image as source:
162162.. code-block :: bash
163163
164164 # pySCENIC CLI version.
165- singularity build aertslab-pyscenic-0.12.0 .sif docker://aertslab/pyscenic:0.12.0
166- apptainer build aertslab-pyscenic-0.12.0 .sif docker://aertslab/pyscenic:0.12.0
165+ singularity build aertslab-pyscenic-0.12.1 .sif docker://aertslab/pyscenic:0.12.1
166+ apptainer build aertslab-pyscenic-0.12.1 .sif docker://aertslab/pyscenic:0.12.1
167167
168168 # pySCENIC CLI version + ipython kernel + scanpy.
169- singularity build aertslab-pyscenic-scanpy-0.12.0 -1.9.1.sif docker://aertslab/pyscenic_scanpy:0.12.0_1 .9.1
170- apptainer build aertslab-pyscenic-0.12.0 -1.9.1.sif docker://aertslab/pyscenic_scanpy:0.12.0_1 .9.1
169+ singularity build aertslab-pyscenic-scanpy-0.12.1 -1.9.1.sif docker://aertslab/pyscenic_scanpy:0.12.1_1 .9.1
170+ apptainer build aertslab-pyscenic-0.12.1 -1.9.1.sif docker://aertslab/pyscenic_scanpy:0.12.1_1 .9.1
171171
172172
173173 To run pySCENIC with Singularity/Apptainer, the usage is very similar to that of Docker/Podman.
174174
175175.. code-block :: bash
176176
177- singularity run aertslab-pyscenic-0.12.0 .sif \
177+ singularity run aertslab-pyscenic-0.12.1 .sif \
178178 pyscenic grn \
179179 -B /data:/data
180180 --num_workers 6 \
0 commit comments