-
Notifications
You must be signed in to change notification settings - Fork 5
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
Bug: cubi-tk (isa-tab|sodar) add-ped
is modifying previous Study Assay Data when --library-kit
or --library-kit-catalogue-id
is given
#207
Labels
bug
Something isn't working
Comments
This issue is still present and should be solved |
okay, I think I have a fix for this. |
Fix incoming, I hope the issue is solved with the newest version |
This was referenced Jan 13, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When updating samplesheets for sodar project
25a57a17-9bee-44b5-aeca-c4a322b71f51
, I found that previous entries in Assay Data - which are not given in the pedifle - are wrongly set to library kit given by parameters--library-kit
or--library-kit-catalogue-id
. This wrongly alters columnsValue[Library kit]
andComment[Library kit catalogue ID]
in Assay Data.When using only one of the parameters, only this column, i.e.
Value[Library kit]
orComment[Library kit catalogue ID]
, is wrongly updated in Assay Data. **This leads to inconsistencies of the columns!When not using any of the parameters, no wrong updates are done.
To Reproduce
or
Expected behavior
Only add / update the samples given in the ped file!
Additional context
Example of wrong update diff with 2 parameters set (see changes in columns
Value[Library kit]
andComment[Library kit catalogue ID]
):Example of wrong update diff with only ID given (see inconsistency in
Value[Library kit]
andComment[Library kit catalogue ID]
):The text was updated successfully, but these errors were encountered: