Skip to content

Commit b26799e

Browse files
committed
test
1 parent bcfa994 commit b26799e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

pkgdown/_pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
url: https://cbib.github.io/Seurat-Integrate/
1+
url: https://fspecque.github.io/test/
22
template:
33
bootstrap: 5
44
math-rendering: mathjax

vignettes/SeuratIntegrate.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,9 @@ DimPlot(liver_small, group.by = cell.var)
237237

238238
# Integration with SeuratIntegrate
239239

240-
```{r, echo=FALSE}
241-
options(parallelly.fork.enable = FALSE)
242-
```
240+
# ```{r, echo=FALSE}
241+
# options(parallelly.fork.enable = FALSE)
242+
# ```
243243

244244
```{r integrate, warning=FALSE}
245245
liver_small <-

vignettes/introduction.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,9 @@ seu <- DoIntegrate(
266266
confusion with `Seurat::HarmonyIntegration()`.
267267

268268
### Integration part 2) Using python-based methods
269-
```{r, echo=FALSE}
270-
options(parallelly.fork.enable = FALSE)
271-
```
269+
# ```{r, echo=FALSE}
270+
# options(parallelly.fork.enable = FALSE)
271+
# ```
272272

273273

274274
```{r integrate-python-methods, warning=FALSE}

0 commit comments

Comments
 (0)