thechiselgroup / biomixer

BioMixer
http://bio-mixer.appspot.com/
16 stars 13 forks source link

Exporting with Mapped Nodes Only Uses Temporary Mapping Arcs #472

Closed everbeek closed 9 years ago

everbeek commented 9 years ago

I think we need to explicitly export the connections of mapping arcs. That is unfortunate, but I cannot think of another way to achieve the arc reduction of temporary arcs while still having any show up in an export.

I could export those node ids that had mapping expansions occur. Then I add them directly to the registry for expansions...but then if the user had deleted particular mapped nodes, they would show up again when the mapping relations are parsed (they would automatically expand then, I believe). I'll try this approach out, in case I am wrong.

everbeek commented 9 years ago

Hacked it, got it working.