CCGE-BOADICEA / pedigreejs

A web tool for building pedigrees, https://ccge-boadicea.github.io/pedigreejs/
GNU General Public License v3.0
59 stars 42 forks source link

Export to PED? #105

Closed taspapak closed 4 years ago

taspapak commented 4 years ago

Hello,

Is it possible to export the Pegidree in PED format? I was thinking to parse the JSON and generate a PED from there but I wondered if there is an easier way to do this?

Thanks, Tasos

tcarver commented 4 years ago

@taspapak If you are putting this in an interface, I would provide an export button and write the JavaScript to export the data in the format (PED) that you need.

Tim

taspapak commented 4 years ago

Hi @tcarver ,

That's the plan, to integrate it in an interface and I am currently working on it.Would be nice to know that we make this export.

Cheers, Tasos

tcarver commented 4 years ago

That's sound good @taspapak. Best wishes for the integration. Tim