Skip to content

GA4GH-Pedigree-Standard/pedigree-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GA4GH Pedigree Tool Suite

Import formats

✓ GA4GH Pedigree ✓ PED/LINKAGE ✓ GEDCOM (Cyrillic) ✓ BOADICEA

Export formats

✓ GA4GH Pedigree ✓ PED/LINKAGE

Getting started

  1. Install the tool
git clone git@github.com:GA4GH-Pedigree-Standard/pedigree-tools.git
cd nodejs/
npm install -g
cd ..

You can now use the pedigree-tools cli, for example:

  1. Convert a pedigree into GA4GH pedigree format from another format
pedigree-tools import --from ped --file examples/simple.ped > test.json
  1. Convert a pedigree from GA4GH pedigree format to another format
pedigree-tools export --to ped --file test.json > test.ped

It also supports streaming so the round-trip can be done in one line:

cat examples/simple.ped | pedigree-tools import --from ped --file - | pedigree-tools export --to ped --file -

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published