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
# Optional parameter check: For this specific annotation method the par['input_spatial_normalized_counts'] and par['input_scrnaseq_reference'] are required
20
+
assertpar['input_spatial_normalized_counts'] isnotNone, 'Spatial input is required for this annotation method.'
21
+
assertpar['input_scrnaseq_reference'] isnotNone, 'Single cell input is required for this annotation method.'
0 commit comments