gff_diff 0.1.0

A tool to generate a diff (in JSON format) between two GFF3 files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
##gff-version 3
Scaffold0	.	gene	1	1200	.	+	.	ID=G0001;Name=Gene1;status=Finished;
Scaffold0	.	mRNA	1	1200	.	+	.	ID=M0001;Name=mRNA1;Parent=G0001;status=Finished;
Scaffold0	.	exon	1	100	.	+	.	ID=E0001;Parent=M0001;
Scaffold0	.	exon	200	300	.	+	.	ID=E0002;Parent=M0001;
Scaffold0	.	exon	400	500	.	+	.	ID=E0003;Parent=M0001;
Scaffold0	.	exon	600	700	.	+	.	ID=E0004;Parent=M0001;
Scaffold0	.	exon	800	900	.	+	.	ID=E0005;Parent=M0001;
Scaffold0	.	exon	1000	1200	.	+	.	ID=E0006;Parent=M0001;
Scaffold0	.	CDS	1	100	.	+	.	ID=C0001;Parent=M0001;
Scaffold0	.	CDS	200	300	.	+	.	ID=C0002;Parent=M0001;
Scaffold0	.	CDS	400	500	.	+	.	ID=C0003;Parent=M0001;
Scaffold0	.	CDS	600	700	.	+	.	ID=C0004;Parent=M0001;
Scaffold0	.	CDS	800	900	.	+	.	ID=C0005;Parent=M0001;
Scaffold0	.	CDS	1000	1200	.	+	.	ID=C0006;Parent=M0001;