Skip to content

Commit

Permalink
Merge pull request #4 from upendrabhattarai/upen_dev
Browse files Browse the repository at this point in the history
few edits in index.md
  • Loading branch information
lpantano authored Jan 23, 2025
2 parents c6ea913 + 6745c81 commit 443e3a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,17 @@ 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

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
Expand Down

0 comments on commit 443e3a5

Please sign in to comment.