https://github.com/phenotips/open-pedigree
A free and open-source pedigree tool by PhenoTips®
https://github.com/phenotips/open-pedigree
family-history family-tree genogram pedigree
Last synced: 9 months ago
JSON representation
A free and open-source pedigree tool by PhenoTips®
- Host: GitHub
- URL: https://github.com/phenotips/open-pedigree
- Owner: phenotips
- License: lgpl-2.1
- Created: 2019-10-04T04:32:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-10T14:38:41.000Z (almost 2 years ago)
- Last Synced: 2024-10-27T19:00:22.156Z (about 1 year ago)
- Topics: family-history, family-tree, genogram, pedigree
- Language: JavaScript
- Homepage:
- Size: 3.23 MB
- Stars: 46
- Watchers: 9
- Forks: 25
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dogs - Open Pedigree - based genomic pedigree drawing solution. (Software / Pedigree)
README
## A free and open-source pedigree tool powered by PhenoTips®
Open Pedigree is a robust browser-based genomic pedigree drawing solution using [Prototype](prototypejs.org), [Raphaël](https://dmitrybaranovskiy.github.io/raphael/), and [PhenoTips](https://phenotips.com).

## Features
✔ Robust support for complex families, intergenerational linkages, and consanguinity
✔ Shade nodes with disorders and/or candidate genes
✔ Quickly start with family templates
✔ Automatic consanguinity detection
✔ Import from PED, LINKAGE, GEDCOM (Cyrillic), BOADICEA, or GA4GH Pedigree (FHIR)
## Getting started
### Command line
Quickly get started with open pedigree on your computer:
```
git clone git@github.com:phenotips/open-pedigree.git
cd open-pedigree
npm install
npm start
```
Open a browser to http://localhost:9000/
### Docker
You can also use the supplied Docker image to run the applicarion. To get started:
```
git clone git@github.com:phenotips/open-pedigree.git
cd open-pedigree
docker build . -t open-pedigree
docker run -p 9000:9000 -d open-pedigree
```
## Contributing
Contributions welcome! Fork the repository and create a pull request to share your improvements with the community.
In order to ensure that the licensing is clear and stays open, you'll be asked to sign a CLA with your first pull request.
## Support
This is free software! Create an issue in GitHub to ask others for help, or try fixing the issue yourself and then make a pull request to contribute it back to the core.
If you are interested in the Enterprise/commercial version, please contact [PhenoTips](https://phenotips.com/).
## License
Copyright (c) 2019-2022 Gene42 Inc. o/a PhenoTips
Open Pedigree is distributed under the [LGPL-2.1](https://opensource.org/licenses/LGPL-2.1) (GNU Lesser General Public License).
You can easily comply with this license by:
* including prominent notice of the use of Open Pedigree in your software
* retaining all copyright notices in the software
* ensuring that any and all changes you make to the software are published and open-sourced under the LGPL