Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add section header in samplesheet for run folder transfer #430

Merged
merged 1 commit into from
Jul 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 extract_project_samplesheet(sample_sheet, pid_list):
header_line = ""
header_line = "[Data]\n"

Check warning on line 306 in taca/analysis/analysis.py

View check run for this annotation

Codecov / codecov/patch

taca/analysis/analysis.py#L306

Added line #L306 was not covered by tests
project_entries = ""
with open(sample_sheet) as f:
for line in f:
Expand Down
Loading