Addon:DNAMatches

From Gramps
Gramps-notes.png

Please use carefully on data that is backed up, and help make it better by reporting any comments or problems to the author, or issues to the bug tracker
Unless otherwise stated on this page, you can download this addon by following these instructions.
Please note that some Addons have prerequisites that need to be installed before they can be used.
This Addon/Plugin system is controlled by the Plugin Manager.
An Addons Offline Manual is available for review.

Example DNA Matches table.

The DNA Matches gramplet addon presents the users with a table of people whose DNA has a match with the currently selected person.

Usage

DNA Matches Gramplet addon - detached - default

The purpose of this gramplet is to present users with a table of all people whose DNA has a match with the currently selected person. Each person with shared segments is a separate Association. The Notes in the Association contain the shared segment info as calculated by the vendor.

You can install the DNA Matches Gramplet on the bottombar of one of the people or relationship category list views.

Creating a DNA Association

The process of creating a DNA association for use with DNA Matches is the same as for the DNA Segment Map Gramplet. Please refer to the instructions on that addon's wiki article for information on how to do this.

Navigation

Double-clicking on a person in the table will make them the active person. Right-clicking on a person in the table will open the DNA association between that person and the currently selected person.

Configuration

The config file (DNAMatches.ini) for this gramplet has the following options. Remove the comment (double semi-colon) and edit as needed. Changes are not reflected until the next time gramps is started.

[hide-columns]
;;id=0
;;largest-segment=0
;;person=0
;;relationship=0
;;shared-dna=0
;;shared-segments=0
;;sources=0

[short-names]
;;largest-segment=0
;;person=0
;;relationship=0
;;shared-dna=0
;;shared-segments=0
;;sources=0

[widths]
;;id=50
;;largest-segment=150
;;person=150
;;relationship=125
;;shared-dna=125
;;shared-segments=155
;;sources=200

Hide Columns

Changing a value under this heading to 1 will hide that specific column from the table. For example, relationship=1 will hide the relationship column.

The following columns are shown by the gramplet:

  • ID -
  • Person -
  • Relationship -
  • Shared DNA -
  • Shared Segments -
  • Largest Segment -
  • Source(s) -

Short Names

Changing a value under this heading to 1 will shorten the name of that specific column. For example, relationship=1 will shorten "Relationships" to "Rel."

Widths

Changing a value under this heading will change the width of that specific column to the specified value. Users can use this to adjust each column's width to their liking.

See also