From 6745c812c13301502268b21cfd68f0e440519954 Mon Sep 17 00:00:00 2001 From: Upendra Raj Bhattarai Date: Thu, 23 Jan 2025 10:24:10 -0500 Subject: [PATCH] edited index.md, changed bcbio:: to bcbioR:: and added missing parenthesis for scRNAseq and ChipSeq template deployment code chunk --- docs/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index 19ff87b..b08279f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -77,8 +77,8 @@ bcbioR::bcbio_templates(type="rnaseq", outpath="reports") Please, change to this common library path to perform your analysis: ``` -bcbio::use_library("/n/app/bcbio/R4.3.1_singlecell") -bcbioR::bcbio_templates(type="singlecell, outpath="reports") +bcbioR::use_library("/n/app/bcbio/R4.3.1_singlecell") +bcbioR::bcbio_templates(type="singlecell", outpath="reports") ``` ## ChipSeq @@ -86,8 +86,8 @@ bcbioR::bcbio_templates(type="singlecell, outpath="reports") Please, change to this common library path to perform your analysis: ``` -bcbio::use_library("/n/app/bcbio/R4.3.1_chipseq") -bcbioR::bcbio_templates(type="chipseq, outpath="reports") +bcbioR::use_library("/n/app/bcbio/R4.3.1_chipseq") +bcbioR::bcbio_templates(type="chipseq", outpath="reports") ``` # bcbioR supported templates