Skip to content

Commit 934fe52

Browse files
Merge pull request #313 from databio/dev
Release 0.12.4
2 parents 6d5561b + a2d1f5b commit 934fe52

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

PEPATACr/R/PEPATACr.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2446,7 +2446,8 @@ yamlToDT <- function(sample_name, yaml_file) {
24462446
"cFRiF",
24472447
"FRiF",
24482448
"FastQC report r1",
2449-
"FastQC report r2")
2449+
"FastQC report r2",
2450+
"meta")
24502451
cols_present <- character()
24512452
for (column_name in remove_cols) {
24522453
if (any(grepl(column_name, names(sample_DT)))) {

docs/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Change log
22
All notable changes to this project will be documented in this file.
33

4+
## [0.12.4] -- 2025-03-24
5+
- fix for issue [310](https://github.com/databio/pepatac/issues/310)
6+
47
## [0.12.3] -- 2025-03-05
58
- Bump rust-gtars to v0.2.4, looper to 2.0.1, ubiquerg to 0.8.1
69

pipelines/pepatac.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
__author__ = ["Jin Xu", "Nathan Sheffield", "Jason Smith"]
77
__email__ = "[email protected]"
8-
__version__ = "0.12.3"
8+
__version__ = "0.12.4"
99

1010

1111
from argparse import ArgumentParser

pipelines/pepatac_collator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
__author__ = ["Jason Smith", "Michal Stolarczyk"]
77
__email__ = "[email protected]"
8-
__version__ = "0.12.3"
8+
__version__ = "0.12.4"
99

1010
from argparse import ArgumentParser
1111
import os

0 commit comments

Comments
 (0)