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
# transform profile BIOM from UI export into matrix BIOM
280
+
b1=profile_to_matrix(b1)
281
+
b2=profile_to_matrix(b2)
261
282
# validate
262
283
ifnot (b1andb2and (b1['type'] ==b2['type']) and (b1['matrix_element_type'] ==b2['matrix_element_type']) and (b1['matrix_element_value'] ==b2['matrix_element_value'])):
263
284
sys.stderr.write("The inputed biom objects are not compatable for merging\n")
0 commit comments