Skip to content

Commit

Permalink
Np deprecate cemba (#1386)
Browse files Browse the repository at this point in the history
* pin all latest docker version

* move cemba to deprecated folder

* Updated pipeline_versions.txt with all pipeline version information

* update cemba readme

* update cemba readme

* update cemba readme

* changelogs

---------

Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
nikellepetrillo and actions-user authored Oct 18, 2024
1 parent 27adc7f commit 5c8cc8a
Show file tree
Hide file tree
Showing 16 changed files with 20 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 1.0.1
2024-10-16 (Date of Last Commit)

* The CEMBA workflow is deprecated and is no longer supported. However, the CEMBA documentation is still available. See [CEMBA Pipeline Overview](https://broadinstitute.github.io/warp/docs/Pipelines/CEMBA_MethylC_Seq_Pipeline/README) on the [WARP documentation site](https://broadinstitute.github.io/warp/)!

# 1.0.0
2020-11-15 (Date of Last Commit)

###Initial release of BuildCembareferences Pipeline
Builds genomic reference files for [CEMBA pipeline](https://broadinstitute.github.io/warp/docs/Pipelines/CEMBA_MethylC_Seq_Pipeline/README)

* Added version number to the BuildCembaReferences workflow
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.1.8
2024-10-16 (Date of Last Commit)

* The CEMBA workflow is deprecated and is no longer supported. However, the CEMBA documentation is still available. See [CEMBA Pipeline Overview](https://broadinstitute.github.io/warp/docs/Pipelines/CEMBA_MethylC_Seq_Pipeline/README) on the [WARP documentation site](https://broadinstitute.github.io/warp/)!

# 1.1.7
2024-09-06 (Date of Last Commit)

Expand Down
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ workflow CEMBA {
}

# version of this pipeline
String pipeline_version = "1.1.7"
String pipeline_version = "1.1.8"

# trim off hardcoded sequence adapters
call Trim as TrimAdapters {
Expand Down
File renamed without changes.
2 changes: 0 additions & 2 deletions pipeline_versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,3 @@ Optimus 7.7.0 2024-09-24
atac 2.3.1 2024-09-11
SmartSeq2SingleSample 5.1.21 2024-09-11
SlideSeq 3.4.2 2024-09-24
BuildCembaReferences 1.0.0 2020-11-15
CEMBA 1.1.7 2024-09-06

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ slug: /Pipelines/CEMBA_MethylC_Seq_Pipeline/README
# CEMBA Overview

:::warning
9/12/2024
10/16/2024

We are deprecating the CEMBA pipeline. Although the code will continue to be available, we are no longer supporting it. A possible alternative is the [Single-nucleus Methyl-seq and Chromatin Capture](../../Pipelines/snM3C/README.md) workflow.
The CEMBA pipeline has been officially deprecated, with support ending on October 16, 2024. Users currently utilizing this pipeline are advised to transition to other options. A recommended alternative is the [Single-nucleus Methyl-seq and Chromatin Capture](../../Pipelines/snM3C/README.md) workflow, which offers similar capabilities for methylation and chromatin analysis.
:::

| Pipeline Version | Date Updated | Documentation Author | Questions or Feedback |
Expand Down

0 comments on commit 5c8cc8a

Please sign in to comment.