Skip to content

Commit

Permalink
update information and cases for benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
Juke34 committed Nov 7, 2019
1 parent 0f93113 commit 512afe0
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#GFF1 with attribute "tag value tag value"
scaffold_5 JGI exon 442603 443344 . + . gene_id "e_gw1.5.2.1" transcript_id 335995
scaffold_5 JGI CDS 442603 443344 . + 0 gene_id "e_gw1.5.2.1" protein_id 335805 exonNumber 1
scaffold_5 JGI start_codon 442603 442605 . + 0 gene_id "e_gw1.5.2.1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# GFF1 only one value as attribute
scaffold_5 JGI exon 442603 443344 . + . geneA
scaffold_5 JGI CDS 442603 443344 . + 0 geneA
scaffold_5 JGI start_codon 442603 442605 . + 0 geneA
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# GFF2
scaffold_5 JGI exon 442603 443344 . + . gene_id "e_gw1.5.2.1"; transcript_id 335995
scaffold_5 JGI CDS 442603 443344 . + 0 gene_id "e_gw1.5.2.1"; protein_id 335805; exonNumber 1
scaffold_5 JGI start_codon 442603 442605 . + 0 gene_id "e_gw1.5.2.1"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#GFF2 as we see often with space before semicolon
scaffold_5 JGI exon 442603 443344 . + . gene_id "e_gw1.5.2.1" ; transcript_id 335995
scaffold_5 JGI CDS 442603 443344 . + 0 gene_id "e_gw1.5.2.1" ; protein_id 335805; exonNumber 1
scaffold_5 JGI start_codon 442603 442605 . + 0 gene_id "e_gw1.5.2.1"
scaffold_5 JGI exon 443530 443531 . + . gene_id "e_gw1.5.2.1" ; transcript_id 335995
scaffold_5 JGI CDS 443530 443531 . + 2 gene_id "e_gw1.5.2.1" ; protein_id 335805; exonNumber 2
scaffold_5 JGI exon 443569 445653 . + . gene_id "e_gw1.5.2.1" ; transcript_id 335995
scaffold_5 JGI CDS 443569 445653 . + 0 gene_id "e_gw1.5.2.1" ; protein_id 335805; exonNumber 3
scaffold_5 JGI stop_codon 445651 445653 . + 0 gene_id "e_gw1.5.2.1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#GTF2 GFF2.5 as GFF2 but with semicolon at the end
scaffold_5 JGI exon 442603 443344 . + . gene_id "e_gw1.5.2.1"; transcript_id 335995;
scaffold_5 JGI CDS 442603 443344 . + 0 gene_id "e_gw1.5.2.1"; protein_id 335805; exonNumber 1;
scaffold_5 JGI start_codon 442603 442605 . + 0 gene_id "e_gw1.5.2.1";
scaffold_5 JGI exon 443530 443531 . + . gene_id "e_gw1.5.2.1"; transcript_id 335995;
scaffold_5 JGI CDS 443530 443531 . + 2 gene_id "e_gw1.5.2.1"; protein_id 335805; exonNumber 2;
scaffold_5 JGI exon 443569 445653 . + . gene_id "e_gw1.5.2.1"; transcript_id 335995;
scaffold_5 JGI CDS 443569 445653 . + 0 gene_id "e_gw1.5.2.1"; protein_id 335805; exonNumber 3;
scaffold_5 JGI stop_codon 445651 445653 . + 0 gene_id "e_gw1.5.2.1";

0 comments on commit 512afe0

Please sign in to comment.