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
information of barcoding is obtained from diverse source json*report, SampleSheet
and passed through a series of confusing and convoluted entires in config[]. This should be tidied up.
Proposal: there should be at most two entries:
config['info_dict']['barcoding'] = True/False
config['info_dict']['barcoding_kit']= None/"kit_name"
possibly one entry could be sufficient
(A solution will likely require a different way to pass config[] between functions)
The text was updated successfully, but these errors were encountered:
information of barcoding is obtained from diverse source json*report, SampleSheet
and passed through a series of confusing and convoluted entires in config[]. This should be tidied up.
Proposal: there should be at most two entries:
possibly one entry could be sufficient
(A solution will likely require a different way to pass config[] between functions)
The text was updated successfully, but these errors were encountered: