Skip to content

Commit

Permalink
Merge pull request #430 from chuan-wang/master
Browse files Browse the repository at this point in the history
Add section header in samplesheet for run folder transfer
  • Loading branch information
aanil authored Jul 5, 2024
2 parents 4b69b0f + 09407e3 commit 49d11af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions VERSIONLOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion taca/analysis/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 49d11af

Please sign in to comment.