You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change initial sentence to "Checks samples specified to either -iexclude_samples or -iexclude_samples_file are present in the manifest and/or have corresponding bams in the dias single dir."
The text was updated successfully, but these errors were encountered:
growland2
changed the title
small error in type hint/docstring for in check_exclude_samples()
small error in type hint/docstring in utils.check_exclude_samples()
Mar 5, 2025
Type hint suggests the function returns a dictionary
-> dict
but the function does not return anything.-> dict
changed to-> None
Also, docstring says "Exclude samples specified to either -iexclude_samples or -iexclude_samples_file from the manifest used for CNV calling and / or CNV reports", but the function itself does not exclude any samples, it just checks if the samples which the user wishes to exclude are in the manifest and/or have corresponding .bams in the single dir.
The text was updated successfully, but these errors were encountered: