From 0e584fa8562c7af3b6d4e34344db2724f396d068 Mon Sep 17 00:00:00 2001 From: ekiernan Date: Wed, 23 Oct 2024 14:31:31 -0400 Subject: [PATCH] updated typo in changelog --- pipelines/skylab/atac/atac.changelog.md | 1 + pipelines/skylab/multiome/Multiome.changelog.md | 1 + pipelines/skylab/paired_tag/PairedTag.changelog.md | 1 + 3 files changed, 3 insertions(+) diff --git a/pipelines/skylab/atac/atac.changelog.md b/pipelines/skylab/atac/atac.changelog.md index 401a1bd8bf..4b886f32b2 100644 --- a/pipelines/skylab/atac/atac.changelog.md +++ b/pipelines/skylab/atac/atac.changelog.md @@ -3,6 +3,7 @@ * Added a new input parameter for atac_expected_cells, which describes the numnber of cells used for the library preparation * Updated the ATAC library CSV to be consistent in file naming convention and to have similar case for metric names to the Optimus workflow library CSV +* Added a new metric to the ATAC library CSV to calculate percent_target, which is the number of estimated cells by SnapATAC2 divided by expected_cells input # 2.3.2 diff --git a/pipelines/skylab/multiome/Multiome.changelog.md b/pipelines/skylab/multiome/Multiome.changelog.md index da21c8046e..1cdbef30a8 100644 --- a/pipelines/skylab/multiome/Multiome.changelog.md +++ b/pipelines/skylab/multiome/Multiome.changelog.md @@ -3,6 +3,7 @@ * Updated the workflow to include a new expected_cells input parameter describing the number of cells used as input to the library preparation; this is passed to both the ATAC workflows and Optimus workflows and the default is set to 3000 cells * Updated the ATAC library CSV and the Gene Expression library CSV to be consistent in file naming convention and to have similar case for metric names +* Added a new metric to the ATAC library CSV to calculate percent_target, which is the number of estimated cells by SnapATAC2 divided by expected_cells input # 5.7.1 2024-10-18 (Date of Last Commit) diff --git a/pipelines/skylab/paired_tag/PairedTag.changelog.md b/pipelines/skylab/paired_tag/PairedTag.changelog.md index b43cabd679..a7071e222f 100644 --- a/pipelines/skylab/paired_tag/PairedTag.changelog.md +++ b/pipelines/skylab/paired_tag/PairedTag.changelog.md @@ -3,6 +3,7 @@ * Updated the workflow to include a new expected_cells input parameter describing the number of cells used as input to the library preparation; this is passed to both the ATAC workflows and Optimus workflows and the default is set to 3000 cells * Updated the ATAC library CSV and the Gene Expression library CSV to be consistent in file naming convention and to have similar case for metric names +* Added a new metric to the ATAC library CSV to calculate percent_target, which is the number of estimated cells by SnapATAC2 divided by expected_cells input # 1.7.1 2024-10-18 (Date of Last Commit)