Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 460aab2

Browse files
committed
Add note regarding bcbio-nextgen discontinuation
1 parent 3001fcf commit 460aab2

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# bcbioSingleCell
22

3-
[![Install with Bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg)](http://bioconda.github.io/recipes/r-bcbiosinglecell/README.html) ![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)
3+
[![Install with Bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg)](http://bioconda.github.io/recipes/r-bcbiosinglecell/README.html)
4+
![Lifecycle: retired](https://img.shields.io/badge/lifecycle-retired-red.svg)
5+
6+
**NOTE: [bcbio-nextgen][bcbio] is no longer under active development.**
7+
Refer to the [notice of discontinuation][] for additional details.
48

59
[R][] package for [bcbio][] single-cell RNA-seq analysis.
610

@@ -28,8 +32,8 @@ Configure [Conda][] to use the [Bioconda][] channels.
2832

2933
```sh
3034
# Don't install recipe into base environment.
31-
conda create --name='r-bcbiosinglecell@0.6.3' 'r-bcbiosinglecell==0.6.3'
32-
conda activate 'r-bcbiosinglecell@0.6.3'
35+
conda create --name='r-bcbiosinglecell' 'r-bcbiosinglecell'
36+
conda activate 'r-bcbiosinglecell'
3337
R
3438
```
3539

@@ -122,6 +126,7 @@ library](https://paperpile.com/shared/C8EMxl) on [Paperpile][].
122126
[bioconda]: https://bioconda.github.io/
123127
[bioconductor]: https://bioconductor.org/
124128
[conda]: https://conda.io/
129+
[notice of discontinuation]: https://github.com/bcbio/bcbio-nextgen/issues/3749
125130
[paperpile]: https://paperpile.com/
126131
[r]: https://www.r-project.org/
127132
[sce]: https://bioconductor.org/packages/SingleCellExperiment/

0 commit comments

Comments
 (0)