gff_diff 0.1.1

A tool to generate a diff (in JSON format) between two GFF3 files.
Documentation
{
  "changes": [
    {
      "action": "update",
      "id": "E0005",
      "key": "end",
      "value": "1200",
      "what": "row"
    },
    {
      "action": "update",
      "id": "M0001",
      "key": "end",
      "value": "1200",
      "what": "row"
    },
    {
      "action": "update",
      "id": "G0001",
      "key": "end",
      "value": "1200",
      "what": "row"
    },
    {
      "action": "update",
      "id": "C0005",
      "key": "end",
      "value": "1200",
      "what": "row"
    }
  ]
}