-
Notifications
You must be signed in to change notification settings - Fork 3
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
[Input samplesheet validation] Sample names with point can result in accidental sample merge #102
Comments
I'm thinking about addressing this in a general sense of creating a samplesheet validation logic? A python script would be triggered to validate the samplesheet with all the nuances - what do you think? |
Notes from meeting on 30-Aug-2022
@TimHHH @LennertVerboven please feel free to add other validations. |
This one Another requirement: no two rows should exist with exactly the same |
The initial effort has been done by @LennertVerboven and added here https://github.com/TORCH-Consortium/xbs-nf/blob/master/bin/sample_sheet_validation.py |
TODO: @abhi18av Need to add another check for any duplicates in the samplesheet. |
Given two samples with the same name before a point can result in an unwanted sample merge, e.g.:
Votintseva2017.614406.m
Votintseva2017.614406.1
In this case both different samples are interpreted as one, namely Votintseva2017.614406
Hence we should make a note in the manual that points are not allowed in the sample sheet.
The text was updated successfully, but these errors were encountered: