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
If a sample sheet doesn't have the Sample_Name column at all (see 241122_M00281_0410_000000000-LT668), Alignment.sample_names crashes because of the missing dictionary key. (See also: #50). For the time being maybe this can be handled by using get and producing None for all of the samples for one of those sample sheets.
The text was updated successfully, but these errors were encountered:
If a sample sheet doesn't have the
Sample_Name
column at all (see 241122_M00281_0410_000000000-LT668),Alignment.sample_names
crashes because of the missing dictionary key. (See also: #50). For the time being maybe this can be handled by usingget
and producingNone
for all of the samples for one of those sample sheets.The text was updated successfully, but these errors were encountered: