|
154 | 154 | "name": "stderr", |
155 | 155 | "output_type": "stream", |
156 | 156 | "text": [ |
157 | | - "\r", |
| 157 | + "\r\n", |
158 | 158 | " 0%| | 0/2091 [00:00<?, ?it/s, 16.3MiB, filtered_feature_bc_matrix.h5, pbmc5k_citeseq]" |
159 | 159 | ] |
160 | 160 | }, |
161 | 161 | { |
162 | 162 | "name": "stderr", |
163 | 163 | "output_type": "stream", |
164 | 164 | "text": [ |
165 | | - "\r", |
| 165 | + "\r\n", |
166 | 166 | " 0%| | 7/2091 [00:00<00:40, 52.00it/s, 16.3MiB, filtered_feature_bc_matrix.h5, pbmc5k_citeseq]" |
167 | 167 | ] |
168 | 168 | }, |
169 | 169 | { |
170 | 170 | "name": "stderr", |
171 | 171 | "output_type": "stream", |
172 | 172 | "text": [ |
173 | | - "\r", |
| 173 | + "\r\n", |
174 | 174 | " 2%|▏ | 36/2091 [00:00<00:13, 146.98it/s, 16.3MiB, filtered_feature_bc_matrix.h5, pbmc5k_citeseq]" |
175 | 175 | ] |
176 | 176 | }, |
177 | 177 | { |
178 | 178 | "name": "stderr", |
179 | 179 | "output_type": "stream", |
180 | 180 | "text": [ |
181 | | - "\r", |
| 181 | + "\r\n", |
182 | 182 | " 7%|▋ | 151/2091 [00:00<00:03, 509.45it/s, 16.3MiB, filtered_feature_bc_matrix.h5, pbmc5k_citeseq]" |
183 | 183 | ] |
184 | 184 | }, |
185 | 185 | { |
186 | 186 | "name": "stderr", |
187 | 187 | "output_type": "stream", |
188 | 188 | "text": [ |
189 | | - "\r", |
| 189 | + "\r\n", |
190 | 190 | " 19%|█▉ | 401/2091 [00:00<00:01, 1194.28it/s, 16.3MiB, filtered_feature_bc_matrix.h5, pbmc5k_citeseq]" |
191 | 191 | ] |
192 | 192 | }, |
193 | 193 | { |
194 | 194 | "name": "stderr", |
195 | 195 | "output_type": "stream", |
196 | 196 | "text": [ |
197 | | - "\r", |
| 197 | + "\r\n", |
198 | 198 | " 38%|███▊ | 791/2091 [00:00<00:00, 1407.51it/s, 16.3MiB, filtered_feature_bc_matrix.h5, pbmc5k_citeseq]" |
199 | 199 | ] |
200 | 200 | }, |
201 | 201 | { |
202 | 202 | "name": "stderr", |
203 | 203 | "output_type": "stream", |
204 | 204 | "text": [ |
205 | | - "\r", |
| 205 | + "\r\n", |
206 | 206 | " 49%|████▉ | 1023/2091 [00:00<00:00, 1353.59it/s, 16.3MiB, filtered_feature_bc_matrix.h5, pbmc5k_citeseq]" |
207 | 207 | ] |
208 | 208 | }, |
209 | 209 | { |
210 | 210 | "name": "stderr", |
211 | 211 | "output_type": "stream", |
212 | 212 | "text": [ |
213 | | - "\r", |
| 213 | + "\r\n", |
214 | 214 | " 87%|████████▋ | 1816/2091 [00:01<00:00, 1946.52it/s, 16.3MiB, filtered_feature_bc_matrix.h5, pbmc5k_citeseq]" |
215 | 215 | ] |
216 | 216 | }, |
217 | 217 | { |
218 | 218 | "name": "stderr", |
219 | 219 | "output_type": "stream", |
220 | 220 | "text": [ |
221 | | - "\r", |
| 221 | + "\r\n", |
222 | 222 | " 98%|█████████▊| 2047/2091 [00:01<00:00, 1862.19it/s, 16.3MiB, filtered_feature_bc_matrix.h5, pbmc5k_citeseq]" |
223 | 223 | ] |
224 | 224 | }, |
225 | 225 | { |
226 | 226 | "name": "stderr", |
227 | 227 | "output_type": "stream", |
228 | 228 | "text": [ |
229 | | - "\r", |
| 229 | + "\r\n", |
230 | 230 | "100%|██████████| 2091/2091 [00:01<00:00, 1536.82it/s, 16.3MiB, filtered_feature_bc_matrix.h5, pbmc5k_citeseq]" |
231 | 231 | ] |
232 | 232 | }, |
|
764 | 764 | }, |
765 | 765 | { |
766 | 766 | "cell_type": "code", |
767 | | - "execution_count": 22, |
| 767 | + "execution_count": null, |
768 | 768 | "metadata": {}, |
769 | 769 | "outputs": [ |
770 | 770 | { |
|
778 | 778 | } |
779 | 779 | ], |
780 | 780 | "source": [ |
781 | | - "print(\"Total number of cells %i and genes %r for raw rna anndata\" % (rna_raw.n_obs, rna_raw.n_vars))\n", |
782 | | - "print(\"Total number of cells %i and genes %r for preprocessed rna_a anndata\" % (rna_a.n_obs, rna_a.n_vars))\n", |
783 | | - "print(\"Total number of cells %i and genes %r for preprocessed rna_a anndata\" % (rna_b.n_obs, rna_b.n_vars))" |
| 781 | + "print(f\"Total number of cells {rna_raw.n_obs} and genes {rna_raw.n_vars} for raw rna anndata\")\n", |
| 782 | + "print(f\"Total number of cells {rna_a.n_obs} and genes {rna_a.n_vars} for preprocessed rna_a anndata\")\n", |
| 783 | + "print(f\"Total number of cells {rna_b.n_obs} and genes {rna_b.n_vars} for preprocessed rna_a anndata\")" |
784 | 784 | ] |
785 | 785 | }, |
786 | 786 | { |
|
0 commit comments