From 09407e3836e794fc5ca37d4e8b2dfb0d66a2a24d Mon Sep 17 00:00:00 2001 From: chuan-wang Date: Fri, 5 Jul 2024 09:55:28 +0200 Subject: [PATCH] Add section header in samplesheet for run folder transfer --- VERSIONLOG.md | 4 ++++ taca/analysis/analysis.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/VERSIONLOG.md b/VERSIONLOG.md index 86a7001c..73323deb 100644 --- a/VERSIONLOG.md +++ b/VERSIONLOG.md @@ -1,5 +1,9 @@ # TACA Version Log +## 20240705.1 + +Add section header in samplesheet for run folder transfer + ## 20240701.1 Improve CI for pipreqs check and pytest/codecov diff --git a/taca/analysis/analysis.py b/taca/analysis/analysis.py index d4ff702e..0f9811ca 100755 --- a/taca/analysis/analysis.py +++ b/taca/analysis/analysis.py @@ -303,7 +303,7 @@ def transfer_runfolder(run_dir, pid, exclude_lane): def extract_project_samplesheet(sample_sheet, pid_list): - header_line = "" + header_line = "[Data]\n" project_entries = "" with open(sample_sheet) as f: for line in f: