Я пробовал такие вещи, как:
Код: Выделить всё
new_feature_map = pyOpenMS.FeatureMap()
for f in feature_map:
new_feature_map += f
Подробнее здесь: https://stackoverflow.com/questions/789 ... census-map
Код: Выделить всё
new_feature_map = pyOpenMS.FeatureMap()
for f in feature_map:
new_feature_map += f