Skip to content

Commit

Permalink
Update snappy_pipeline/workflows/common/samplesheet.py
Browse files Browse the repository at this point in the history
Co-authored-by: Till Hartmann <[email protected]>
  • Loading branch information
ericblanc20 and tedil authored Jan 21, 2025
1 parent 9660c7c commit 9baa306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snappy_pipeline/workflows/common/samplesheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ def sample_sheets(sheets: list[Sheet]) -> pd.DataFrame:
The data frame is guaranteed to have at least 4 columns with their entry names
(``bio_entity``, ``bio_sample``, ``test_sample`` & ``ngs_library``).
The data frame is indexed by the ngs library name.
No duplicated rows not duplicated ngs librari names are allowed.
Duplicate lables for extra info are also forbidden.
Neither duplicated rows nor duplicated ngs library names are allowed.
Duplicate labels for extra info are also forbidden.
"""
table: pd.DataFrame = None

Expand Down

0 comments on commit 9baa306

Please sign in to comment.