-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove transcript ID in Level1 feature when creating it from another feature used as template (clean_clone) * fix test to reflect that transcript_id not part of level1
- Loading branch information
Showing
12 changed files
with
29 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
##gff-version 3 | ||
000000F|arrow AGAT gene 898 1804 . + . ID=P12103_109_S2_L002.1;gene_id=P12103_109_S2_L002.1;transcript_id=P12103_109_S2_L002.1.1 | ||
000000F|arrow AGAT gene 898 1804 . + . ID=P12103_109_S2_L002.1;gene_id=P12103_109_S2_L002.1 | ||
000000F|arrow StringTie transcript 898 1804 1000 + . ID=P12103_109_S2_L002.1.1;Parent=P12103_109_S2_L002.1;gene_id=P12103_109_S2_L002.1;transcript_id=P12103_109_S2_L002.1.1 | ||
000000F|arrow StringTie exon 898 1804 1000 + . ID=agat-exon-1;Parent=P12103_109_S2_L002.1.1;gene_id=P12103_109_S2_L002.1;transcript_id=P12103_109_S2_L002.1.1 | ||
000000F|arrow StringTie pseudogene 1147 3802 1000 - . ID=P12103_109_S2_L002.2;gene_id=P12103_109_S2_L002.2;transcript_id=P12103_109_S2_L002.2.1 | ||
000000F|arrow AGAT RNA 1147 3802 . - . ID=P12103_109_S2_L002.2.1;Parent=P12103_109_S2_L002.2;gene_id=P12103_109_S2_L002.2;transcript_id=P12103_109_S2_L002.2.1 | ||
000000F|arrow StringTie exon 1147 3802 1000 - . ID=agat-exon-2;Parent=P12103_109_S2_L002.2.1;gene_id=P12103_109_S2_L002.2;transcript_id=P12103_109_S2_L002.2.1 | ||
000000F|arrow AGAT gene 6990 7449 . - . ID=P12103_109_S2_L002.4;gene_id=P12103_109_S2_L002.4;transcript_id=P12103_109_S2_L002.4.1 | ||
000000F|arrow AGAT gene 6990 7449 . - . ID=P12103_109_S2_L002.4;gene_id=P12103_109_S2_L002.4 | ||
000000F|arrow StringTie transcript 6990 7449 1000 - . ID=P12103_109_S2_L002.4.1;Parent=P12103_109_S2_L002.4;gene_id=P12103_109_S2_L002.4;transcript_id=P12103_109_S2_L002.4.1 | ||
000000F|arrow StringTie exon 6990 7449 1000 - . ID=agat-exon-3;Parent=P12103_109_S2_L002.4.1;gene_id=P12103_109_S2_L002.4;transcript_id=P12103_109_S2_L002.4.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
##gff-version 3 | ||
chr12 AGAT gene 100 500 . + . ID=agat-gene-1;common_tag="gene1";gene_info="gene1";transcript_id="transcript1" | ||
chr12 AGAT gene 100 500 . + . ID=agat-gene-1;common_tag="gene1";gene_info="gene1" | ||
chr12 HAVANA transcript 100 500 . + . ID="bbb";Parent=agat-gene-1;common_tag="gene1";gene_info="gene1";transcript_id="transcript1" | ||
chr12 HAVANA exon 100 500 . + . ID="ccc";Parent="bbb";common_tag="gene1" | ||
chr12 HAVANA CDS 100 500 . + 0 ID="ddd";Parent="bbb";common_tag="gene1" | ||
chr12 AGAT gene 100 600 . + . ID=agat-gene-2;common_tag="gene1";gene_info="gene1";transcript_id="transcript2" | ||
chr12 AGAT gene 100 600 . + . ID=agat-gene-2;common_tag="gene1";gene_info="gene1" | ||
chr12 HAVANA transcript 100 600 . + . ID="bbb2";Parent=agat-gene-2;common_tag="gene1";gene_info="gene1";transcript_id="transcript2" | ||
chr12 HAVANA exon 100 600 . + . ID="ccc2";Parent="bbb2";common_tag="gene1" | ||
chr12 HAVANA CDS 100 600 . + 0 ID="ddd2";Parent="bbb2";common_tag="gene1" | ||
chr12 AGAT gene 1000 5000 . + . ID=agat-gene-3;common_tag="gene2";gene_info="gene2";transcript_id="transcript3" | ||
chr12 AGAT gene 1000 5000 . + . ID=agat-gene-3;common_tag="gene2";gene_info="gene2" | ||
chr12 HAVANA transcript 1000 5000 . + . ID="yyy";Parent=agat-gene-3;common_tag="gene2";gene_info="gene2";transcript_id="transcript3" | ||
chr12 HAVANA exon 1000 5000 . + . ID="zzz";Parent="yyy";common_tag="gene2" | ||
chr12 HAVANA CDS 1000 5000 . + 0 ID="www";Parent="yyy";common_tag="gene2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
##gff-version 3 | ||
chr12 AGAT gene 100 600 . + . ID="gene1";common_tag="gene1";gene_info="gene1";transcript_id="transcript1" | ||
chr12 AGAT gene 100 600 . + . ID="gene1";common_tag="gene1";gene_info="gene1" | ||
chr12 HAVANA transcript 100 500 . + . ID="bbb";Parent="gene1";common_tag="gene1";gene_info="gene1";transcript_id="transcript1" | ||
chr12 HAVANA exon 100 500 . + . ID="ccc";Parent="bbb";common_tag="gene1" | ||
chr12 HAVANA CDS 100 500 . + 0 ID="ddd";Parent="bbb";common_tag="gene1" | ||
chr12 HAVANA transcript 100 600 . + . ID="bbb2";Parent="gene1";common_tag="gene1";gene_info="gene1";transcript_id="transcript2" | ||
chr12 HAVANA exon 100 600 . + . ID="ccc2";Parent="bbb2";common_tag="gene1" | ||
chr12 HAVANA CDS 100 600 . + 0 ID="ddd2";Parent="bbb2";common_tag="gene1" | ||
chr12 AGAT gene 1000 5000 . + . ID="gene2";common_tag="gene2";gene_info="gene2";transcript_id="transcript3" | ||
chr12 AGAT gene 1000 5000 . + . ID="gene2";common_tag="gene2";gene_info="gene2" | ||
chr12 HAVANA transcript 1000 5000 . + . ID="yyy";Parent="gene2";common_tag="gene2";gene_info="gene2";transcript_id="transcript3" | ||
chr12 HAVANA exon 1000 5000 . + . ID="zzz";Parent="yyy";common_tag="gene2" | ||
chr12 HAVANA CDS 1000 5000 . + 0 ID="www";Parent="yyy";common_tag="gene2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
##gff-version 3 | ||
chr12 AGAT gene 100 600 . + . ID="gene1";common_tag="gene1";gene_info="gene1";transcript_id="transcript1" | ||
chr12 AGAT gene 100 600 . + . ID="gene1";common_tag="gene1";gene_info="gene1" | ||
chr12 HAVANA transcript 100 500 . + . ID="bbb";Parent="gene1";common_tag="gene1";gene_info="gene1";transcript_id="transcript1" | ||
chr12 HAVANA exon 100 500 . + . ID="ccc";Parent="bbb";common_tag="gene1" | ||
chr12 HAVANA CDS 100 500 . + 0 ID="ddd";Parent="bbb";common_tag="gene1" | ||
chr12 HAVANA transcript 100 600 . + . ID="bbb2";Parent="gene1";common_tag="gene1";gene_info="gene1";transcript_id="transcript2" | ||
chr12 HAVANA exon 100 600 . + . ID="ccc2";Parent="bbb2";common_tag="gene1" | ||
chr12 HAVANA CDS 100 600 . + 0 ID="ddd2";Parent="bbb2";common_tag="gene1" | ||
chr12 AGAT gene 1000 5000 . + . ID="gene2";common_tag="gene2";gene_info="gene2";transcript_id="transcript3" | ||
chr12 AGAT gene 1000 5000 . + . ID="gene2";common_tag="gene2";gene_info="gene2" | ||
chr12 HAVANA transcript 1000 5000 . + . ID="yyy";Parent="gene2";common_tag="gene2";gene_info="gene2";transcript_id="transcript3" | ||
chr12 HAVANA exon 1000 5000 . + . ID="zzz";Parent="yyy";common_tag="gene2" | ||
chr12 HAVANA CDS 1000 5000 . + 0 ID="www";Parent="yyy";common_tag="gene2" |
Oops, something went wrong.