changeset 4:251393b72616 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dexseq commit 56ac32067af9f3cd721a4caee469207b21bb3abf
author iuc
date Tue, 11 Dec 2018 00:19:18 -0500
parents f89c9b25feb4
children 278b189248cd
files dexseq.xml dexseq_count.xml macros.xml test-data/dexseq_result.tabular test-data/dexseq_result_2fact.tabular test-data/flattened.gtf test-data/original.gtf test-data/out_count.tab
diffstat 8 files changed, 1970 insertions(+), 1930 deletions(-) [+]
line wrap: on
line diff
--- a/dexseq.xml	Sat Jul 28 03:44:02 2018 -0400
+++ b/dexseq.xml	Tue Dec 11 00:19:18 2018 -0500
@@ -1,26 +1,26 @@
 <tool id="dexseq" name="DEXSeq" version="@VERSION@.0">
     <description>Determines differential exon usage from count tables</description>
-     <macros>
+    <macros>
         <import>macros.xml</import>
     </macros>
     <expand macro="requirements">
-        <requirement type="package" version="1.20.0">r-getopt</requirement>
-        <requirement type="package" version="0.2.15">r-rjson</requirement>
+        <requirement type="package" version="1.20.2">r-getopt</requirement>
+        <requirement type="package" version="0.2.20">r-rjson</requirement>
     </expand>
     <code file="dexseq_helper.py" />
     <stdio>
         <regex match="Execution halted"
-           source="both"
-           level="fatal"
-           description="Execution halted." />
+            source="both"
+            level="fatal"
+            description="Execution halted." />
         <regex match="Input-Error 01"
-           source="both"
-           level="fatal"
-           description="Error in your input parameters: Make sure you only apply factors to selected samples." />
+            source="both"
+            level="fatal"
+            description="Error in your input parameters: Make sure you only apply factors to selected samples." />
         <regex match="Error in"
-           source="both"
-           level="fatal"
-           description="An undefined error occured, please check your input carefully and contact your administrator." />
+            source="both"
+            level="fatal"
+            description="An undefined error occured, please check your input carefully and contact your administrator." />
         <regex match="Error:"
             source="both"
             level="fatal"
@@ -96,8 +96,8 @@
         <param name="fdr_cutoff" type="float" min="0.0" max="1.0" value="0.05" label="All the genes under this FDR threshold will be shown in the html report"/>
     </inputs>
     <outputs>
-        <data format="tabular" name="dexseq_out" label="DEXSeq result file on ${on_string}" />
-        <data format="html" name="htmlreport" label="DEXSeq report on ${on_string}">
+        <data name="dexseq_out" format="tabular" label="DEXSeq result file on ${on_string}" />
+        <data name="htmlreport" format="html" label="DEXSeq report on ${on_string}">
             <filter>report is True</filter>
         </data>
     </outputs>
@@ -114,7 +114,7 @@
             </repeat>
             <param name="report" value="False"/>
             <param name="fdr_cutoff" value="1"/>
-            <output name="dexseq_out" file="dexseq_result.tabular" ftype="tabular"/>
+            <output name="dexseq_out" file="dexseq_result.tabular" ftype="tabular" compare="sim_size"/>
         </test>
         <!-- Ensure report works-->
         <test expect_num_outputs="2">
@@ -128,7 +128,7 @@
             </repeat>
             <param name="report" value="True"/>
             <param name="fdr_cutoff" value="1"/>
-            <output name="dexseq_out" file="dexseq_result.tabular" ftype="tabular"/>
+            <output name="dexseq_out" file="dexseq_result.tabular" ftype="tabular" compare="sim_size"/>
         </test>
         <!-- Ensure two factors works-->
         <test expect_num_outputs="1">
@@ -149,7 +149,7 @@
             </repeat>
             <param name="report" value="False"/>
             <param name="fdr_cutoff" value="0.05"/>
-            <output name="dexseq_out" file="dexseq_result_2fact.tabular" ftype="tabular"/>
+            <output name="dexseq_out" file="dexseq_result_2fact.tabular" ftype="tabular" compare="sim_size"/>
         </test>
     </tests>
     <help><![CDATA[
@@ -163,10 +163,10 @@
 **Inputs**
 
 DEXSeq_ takes count tables generated from the dexseq_count as input. Count tables must be generated for each sample individually.
-DEXSeq_ is capable of handling multiple factors that effect your experiment. The first factor you input is considered as the primary
-factor that affects gene expressions. You also input several secondary factors that might
-influence your experiment. But the final output will be changes in genes due to primary factor in presence of secondary factors. Each factor has two levels/states.
-You need to select appropriate count table from your history for each factor level.
+DEXSeq_ is capable of handling multiple factors that affect your experiment. The first factor you input is considered to be the primary
+factor that affects gene expressions. You can also input several secondary factors that might
+influence your experiment but the final output will be changes in genes due to primary factor in the presence of secondary factors. Each factor has two levels/states.
+You need to select an appropriate count table from your history for each factor level.
 
 The following table gives some examples of factors and their levels:
 
@@ -184,7 +184,7 @@
 Gender    Female         Male
 ========= ============== ===============
 
-*Note*: Output log2 fold changes are based on primary factor level 1 vs. factor level2. Here the order of factor levels is important. For example, for the factor 'condition' given in above table, DEXSeq computes fold changes of 'Knockdown' samples against 'Wildtype', i.e. the values correspond to up or down regulations of genes in Knockdown samples.
+*Note*: Output log2 fold changes are based on primary factor level 1 vs. factor level 2. Here the order of factor levels is important. For example, for the factor 'condition' given in the above table, DEXSeq computes fold changes of 'Knockdown' samples against 'Wildtype', i.e. the values correspond to up or down regulations of genes in Knockdown samples.
 
 **Output**
 
--- a/dexseq_count.xml	Sat Jul 28 03:44:02 2018 -0400
+++ b/dexseq_count.xml	Tue Dec 11 00:19:18 2018 -0500
@@ -4,7 +4,6 @@
         <import>macros.xml</import>
     </macros>
     <expand macro="requirements">
-        <requirement type="package" version="0.9.1">htseq</requirement>
     </expand>
     <stdio>
         <!-- Anything other than zero is an error -->
@@ -22,11 +21,11 @@
         '$flattened_gtf_out'
 #elif $mode.mode_select == "count":
     dexseq_count.py
-        -f bam
-        -p $mode.paired
-        -s $mode.stranded
-        -a $mode.qual
-        -r $mode.order
+        --format bam
+        --paired $mode.paired
+        --stranded $mode.stranded
+        --minaqual $mode.qual
+        --order $mode.order
         $mode.flattened_gtf_in
         '$mode.bamfile'
         '$counts_file'
@@ -47,15 +46,15 @@
             <when value="count">
                 <param name="bamfile" type="data" format="bam" label="Input bam file"/>
                 <param name="flattened_gtf_in" type="data" format="gff" label="DEXSeq compatible GTF file" help="Created by prepare mode"/>
-                <param name="paired" type="boolean" checked="True" truevalue="yes" falsevalue="no" label="Is libray paired end?"/>
+                <param name="paired" type="boolean" checked="false" truevalue="yes" falsevalue="no" label="Is library paired end?"/>
                 <param name="stranded" type="select" label="Is library strand specific?">
+                    <option value="yes" selected="true">Yes</option>
                     <option value="no">No</option>
-                    <option value="yes">Yes</option>
                     <option value="reverse">Yes, but reverse</option>
                 </param>
                 <param name="qual" type="integer" value="10" label="Skip all reads with alignment quality lower than the given minimum value"/>
                 <param name="order" type="select" label="Sorting order of alignments" help="If you generated your alignments using tophat, they are by default position sorted. Ignored for single-end data">
-                    <option value="pos">By position</option>
+                    <option value="pos" selected="true">By position</option>
                     <option value="name">By name</option>
                 </param>
             </when>
@@ -63,10 +62,10 @@
     </inputs>
 
     <outputs>
-        <data format="tabular" name="counts_file" label="DEXSeq count reads on ${on_string}">
+        <data name="counts_file" format="tabular" label="DEXSeq count reads on ${on_string}">
             <filter>mode['mode_select'] == 'count'</filter>
         </data>
-        <data format="gtf" name="flattened_gtf_out" label="DEXSeq prepare annotation on ${on_string}">
+        <data name="flattened_gtf_out" format="gtf" label="DEXSeq prepare annotation on ${on_string}">
             <filter>mode['mode_select'] == 'prepare'</filter>
         </data>
     </outputs>
@@ -83,6 +82,7 @@
             <param name="mode_select" value="count" />
             <param name="bamfile" ftype="bam" value="in.bam" />
             <param name="flattened_gtf_in" ftype="gff" value="flattened.gtf"/>
+            <param name="stranded" value="no" />
             <output name="counts_file" ftype="tabular" file="out_count.tab"/>
         </test>
     </tests>
@@ -97,12 +97,12 @@
 
 **Inputs**
 
-Mode-preprare: Takes a normal gtf file as input. For example from Ensembl database.
+Mode-preprare: Takes a normal GTF file as input. For example from Ensembl database.
 Mode-count: Inputs are flattened GTF file and BAM file. The flattened GTF file can be generated from 'prepare' mode of this tool.
 
 **Output**
 
-Mode-prepare: Flattened GTF file that contains only exons with corresponding gene ids from given GTF file. Sometimes two or more genes sharing an exon will be merged into an 'aggregate gene' if the aggregate option was used.
+Mode-prepare: Flattened GTF file that contains only exons with corresponding gene ids from the input GTF file. Sometimes two or more genes sharing an exon will be merged into an 'aggregate gene' if the aggregate option was used.
 Mode-count: Two column tab-delimited file with exon ids and their read counts.
 
 .. _DEXSeq: http://master.bioconductor.org/packages/release/bioc/html/DEXSeq.html
--- a/macros.xml	Sat Jul 28 03:44:02 2018 -0400
+++ b/macros.xml	Tue Dec 11 00:19:18 2018 -0500
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <macros>
-    <token name="@VERSION@">1.24.0</token>
+    <token name="@VERSION@">1.26.0</token>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@VERSION@">bioconductor-dexseq</requirement>
--- a/test-data/dexseq_result.tabular	Sat Jul 28 03:44:02 2018 -0400
+++ b/test-data/dexseq_result.tabular	Tue Dec 11 00:19:18 2018 -0500
@@ -1,212 +1,212 @@
-FBgn0000053:E004	FBgn0000053	E004	6.32535175423168	0.0260746424475031	12.5307991355525	0.000400298568832247	0.0509854212431317	0.560431605940778	1.03559156651448	1.90324657834009	2L	7018085	7018148	64	-	13	7	15	0	3	3	4	FBtr0100353
-FBgn0000064:E004	FBgn0000064	E004	27.138007646805	0.0320614216225203	12.161356622295	0.000487898767876859	0.0509854212431317	1.2459178514709	1.60494807035688	1.24070300138052	3R	22082196	22082345	150	-	74	30	39	9	25	20	9	FBtr0085000, FBtr0114544
-FBgn0000139:E007	FBgn0000139	E007	17.4740062043893	0.0165626680599344	10.7326356817656	0.00105262408773491	0.0733328114455321	1.32932184328664	1.0013182867392	-1.17190187035822	3R	20478032	20478312	281	+	12	5	9	24	28	24	19	FBtr0084660, FBtr0084659, FBtr0306171
-FBgn0000108:E006	FBgn0000108	E006	0.864384408056277	0.0398325102744689	8.77610443776344	0.00305202304945237	0.159468204333886	0.000374560319648285	0.49804148955328	11.2816645926407	X	465164	465166	3	+	4	2	1	0	0	0	0	FBtr0307295, FBtr0307293
-FBgn0000139:E006	FBgn0000139	E006	30.3520375086607	0.012150441933916	6.45968249150421	0.0110349360712362	0.461260327777674	1.41506098745029	1.58548201524133	0.58473231982979	3R	20477583	20477963	381	+	44	29	34	39	45	15	21	FBtr0084660, FBtr0084659, FBtr0306171
-FBgn0000024:E009	FBgn0000024	E009	0.979078995544713	0.0565367642678669	4.4548767766085	0.0348017269675052	0.661232812382599	0.116350866727098	0.386493846881178	2.22364698487279	3R	9071532	9072376	845	-	1	2	3	0	1	0	0	FBtr0082780, FBtr0300486
-FBgn0000053:E006	FBgn0000053	E006	247.836023771802	0.00413151745892372	4.77583288596006	0.0288618820540252	0.661232812382599	2.36309348197775	2.42244720768454	0.197970803636516	2L	7018431	7019080	650	-	368	279	279	214	298	171	181	FBtr0079431, FBtr0100353
-FBgn0000064:E011	FBgn0000064	E011	121.014747579775	0.0367036950530367	4.95296446215627	0.0260459705193723	0.661232812382599	2.17850465324405	1.96568838553701	-0.713061914467984	3R	22086876	22086879	4	-	154	77	97	210	219	76	86	FBtr0085001
-FBgn0000083:E008	FBgn0000083	E008	148.254009682968	0.0362541326904268	4.8286706233263	0.0279902049680463	0.661232812382599	2.0871809472773	2.26370055995136	0.590354614237569	3R	16896446	16896639	194	+	317	119	178	86	149	110	129	FBtr0089518, FBtr0089520
-FBgn0000100:E001	FBgn0000100	E001	6.87698735532182	0.0156911579144217	4.46398826406511	0.0346165842296028	0.661232812382599	0.834776472273814	0.995293998312963	0.607664158805536	3L	22068967	22069026	60	+	16	5	9	9	9	3	3	FBtr0334113
-FBgn0000139:E004	FBgn0000139	E004	6.44700256941908	0.0145422977178803	5.41652106099627	0.0199470669107782	0.661232812382599	0.747955825645429	1.01499858139933	1.02448572935067	3R	20476902	20476973	72	+	14	7	6	3	10	4	5	FBtr0306171
-FBgn0000121:E001	FBgn0000121	E001	1.0078404227901	0.0424259836702434	4.23409707141566	0.0396196923685856	0.690042975419532	0.184461693322922	0.483143408154597	1.94804462100918	3L	8640361	8640745	385	-	4	0	1	0	1	1	1	FBtr0076599
-FBgn0000121:E003	FBgn0000121	E003	2.30524126345099	0.0402440115149809	3.75442763887364	0.0526678244950707	0.846736563036136	0.591875192812152	0.349324665312964	-1.234878553517	3L	8641070	8642036	967	-	2	0	1	3	11	2	1	FBtr0076599
-FBgn0000140:E005	FBgn0000140	E005	32.5533299591785	0.0160636446563194	3.62937433561051	0.0567681538331465	0.847467439366259	1.47442818436125	1.58463861123828	0.377289446539178	3R	20585313	20585614	302	+	51	37	38	35	47	22	13	FBtr0084692
-FBgn0000053:E002	FBgn0000053	E002	211.729712208868	0.00784998742581861	3.19129190493953	0.0740314840145184	0.910151774060844	2.36279193806629	2.2848997064752	-0.259987469644205	2L	7016437	7017486	1050	-	295	164	223	247	282	155	176	FBtr0079431
-FBgn0000061:E005	FBgn0000061	E005	0.374447732873272	0.0928459054977042	3.23037987882481	0.0722839193917796	0.910151774060844	0.107605853514733	0.179667226272506	0.865847002074158	2L	386703	387439	737	+	2	0	0	0	0	0	1	FBtr0078053
-FBgn0000119:E003	FBgn0000119	E003	13.5729072769284	0.0112702871460675	3.388307324835	0.0656603232106756	0.910151774060844	1.07136525592196	1.23877095916408	0.59827182582999	2R	9343488	9343757	270	-	21	15	16	15	13	7	11	FBtr0087702
-FBgn0000008:E007	FBgn0000008	E007	9.13870603970407	0.0145843301219221	0.705309671252408	0.401005298604666	0.963098544749977	0.961336417859842	1.04242045085028	0.299198977627314	2R	18050410	18051199	790	+	18	8	7	8	11	11	4	FBtr0071764, FBtr0071763, FBtr0100521
-FBgn0000008:E009	FBgn0000008	E009	18.1387053226442	0.0162886423903576	2.22536276503011	0.135760766728985	0.963098544749977	1.31268920905281	1.2016425132324	-0.390558256463026	2R	18056749	18058222	1474	+	16	17	15	18	33	21	10	FBtr0071764, FBtr0071763, FBtr0100521
-FBgn0000008:E010	FBgn0000008	E010	12.8536495497367	0.0219626671593807	2.7686091967245	0.0961296530386463	0.963098544749977	1.06631353201567	1.21095156777439	0.51834845830632	2R	18058283	18059490	1208	+	17	17	15	9	20	8	8	FBtr0071764, FBtr0071763, FBtr0100521
-FBgn0000008:E011	FBgn0000008	E011	1.99928611112699	0.0267610891629833	2.19381372225939	0.138565851123787	0.963098544749977	0.583610767716958	0.346577201304264	-1.21441769335807	2R	18059587	18059757	171	+	2	0	2	3	6	1	2	FBtr0071764, FBtr0071763, FBtr0100521
-FBgn0000015:E002	FBgn0000015	E002	0.0933261680585749	0.417381878895229	1.16771505280204	0.279871233492747	0.963098544749977	0.000106051676247719	0.170960550886566	10.9477665777564	3R	12753395	12755302	1908	-	1	0	0	0	0	0	0	FBtr0330709, FBtr0083385, FBtr0083384, FBtr0083383, FBtr0083382, FBtr0083381
-FBgn0000015:E006	FBgn0000015	E006	0.82233114731192	0.0625126919374218	1.38486503582744	0.239274189889099	0.963098544749977	0.200794130474398	0.176938193267267	-0.224958347125773	3R	12758093	12760298	2206	-	0	0	1	0	1	1	2	FBtr0083384
-FBgn0000017:E002	FBgn0000017	E002	40.9148553776179	0.00848420444665637	0.742815304335267	0.38876052559342	0.963098544749977	1.62932125692304	1.56696265251128	-0.212516710938968	3L	16616389	16616736	348	-	47	29	29	36	83	48	28	FBtr0330136, FBtr0075357, FBtr0330133, FBtr0112790, FBtr0330130
-FBgn0000017:E003	FBgn0000017	E003	68.6033909674033	0.0344654257160099	0.845350678519594	0.357870944363343	0.963098544749977	1.85918403050774	1.76215084397506	-0.32741135260918	3L	16616737	16618374	1638	-	60	55	46	48	132	83	62	FBtr0075357, FBtr0330136, FBtr0112790, FBtr0330135, FBtr0330134, FBtr0330133, FBtr0330132, FBtr0330131, FBtr0330130
-FBgn0000017:E007	FBgn0000017	E007	179.862650955019	0.00527722135860899	1.22952201000237	0.267500015880812	0.963098544749977	2.23224980303678	2.27167682816249	0.131711324976067	3L	16620022	16620292	271	-	263	128	157	167	345	176	112	FBtr0075357, FBtr0330136, FBtr0112790, FBtr0330135, FBtr0330134, FBtr0330133, FBtr0330132, FBtr0330131, FBtr0330130
-FBgn0000024:E003	FBgn0000024	E003	0.0883366573889214	0.174429684915542	0.883191315557781	0.347329091168897	0.963098544749977	0.115154744661721	4.38441847375245e-05	-11.5543196046408	3R	9058683	9058846	164	-	0	0	0	0	1	0	0	FBtr0082780, FBtr0300486
-FBgn0000024:E004	FBgn0000024	E004	0.131817041205232	0.156762160410759	0.936824582692246	0.333095817895197	0.963098544749977	0.117255124075041	4.40049823007488e-05	-11.5787591267917	3R	9062851	9063000	150	-	0	0	0	1	0	0	0	FBtr0082780, FBtr0300486
-FBgn0000024:E006	FBgn0000024	E006	0.0883366573889214	0.174429684915542	0.883191315557781	0.347329091168897	0.963098544749977	0.115154744661721	4.38441847375245e-05	-11.5543196046408	3R	9068941	9069148	208	-	0	0	0	0	1	0	0	FBtr0082780, FBtr0300486
-FBgn0000024:E007	FBgn0000024	E007	0.609263156530486	0.0552183946967425	2.37208688342096	0.123521827524253	0.963098544749977	0.34731623831928	0.0921937126926352	-2.3727936194136	3R	9069308	9069853	546	-	0	1	0	2	2	0	0	FBtr0082780, FBtr0300486
-FBgn0000024:E008	FBgn0000024	E008	0.0883366573889214	0.174429684915542	0.883191315557781	0.347329091168897	0.963098544749977	0.115154744661721	4.38441847375245e-05	-11.5543196046408	3R	9069983	9070121	139	-	0	0	0	0	1	0	0	FBtr0082780, FBtr0300486
-FBgn0000032:E002	FBgn0000032	E002	80.2953101927857	0.0606468893402326	1.74107584253761	0.187002568103887	0.963098544749977	1.83330817876327	1.99834237979598	0.555010510166247	3R	25816863	25817415	553	-	213	67	51	112	71	52	51	FBtr0085609, FBtr0085610
-FBgn0000032:E004	FBgn0000032	E004	261.378773499601	0.00834165219288469	1.88758446579909	0.169474621708908	0.963098544749977	2.42441197601995	2.40027718335167	-0.0804855253663321	3R	25817805	25818494	690	-	385	165	234	328	450	197	204	FBtr0085609, FBtr0085610
-FBgn0000032:E008	FBgn0000032	E008	11.0767227240209	0.0752533617573137	1.03445196475572	0.309115318003312	0.963098544749977	1.15015523380109	0.991969437954869	-0.574588476738685	3R	25818984	25818998	15	-	12	11	4	17	35	5	6	FBtr0085609, FBtr0085610
-FBgn0000037:E001	FBgn0000037	E001	4.93059492840277	0.0395311398784367	0.995232405439751	0.318466882738774	0.963098544749977	0.831558561036839	0.738248821066408	-0.371013131955173	2R	20266159	20269379	3221	-	9	5	4	5	9	3	3	FBtr0072367, FBtr0072368
-FBgn0000037:E004	FBgn0000037	E004	0.131817041205232	0.116260118066484	0.775220648667009	0.378606832602555	0.963098544749977	0.111303006489188	0.000324929780564133	-8.60842555925704	2R	20270959	20271142	184	-	0	0	0	1	0	0	0	FBtr0072367, FBtr0072368
-FBgn0000037:E005	FBgn0000037	E005	2.87103694900597	0.0543605751515716	1.58929196318541	0.207427321691995	0.963098544749977	0.479873997978916	0.641314283690918	0.742640216285312	2R	20271447	20272571	1125	-	1	5	7	1	4	0	2	FBtr0072367, FBtr0072368
-FBgn0000042:E005	FBgn0000042	E005	33.8277404051372	0.104520625489279	0.828605263157669	0.362676141968456	0.963098544749977	1.48013946925441	1.62735148668067	0.503158192485631	X	5798498	5798821	324	+	119	20	29	45	52	14	8	FBtr0100662, FBtr0070823
-FBgn0000043:E001	FBgn0000043	E001	15041.3064055878	0.108412134928658	1.05699226091119	0.303902184264954	0.963098544749977	4.21491267742825	4.14840896072221	-0.220935120477323	2R	1901415	1902927	1513	-	27313	15297	16802	15915	20887	8188	9110	FBtr0086029
-FBgn0000043:E002	FBgn0000043	E002	391.125850028855	0.0920104811466546	1.24153242833398	0.26517592179162	0.963098544749977	2.56307356276989	2.62090967892527	0.192620631235771	2R	1903082	1903190	109	-	1145	374	378	570	190	188	174	FBtr0086029
-FBgn0000046:E002	FBgn0000046	E002	0.205235479273134	0.102801452957459	0.759900632283191	0.38335962130722	0.963098544749977	0.10981483238671	0.000281292353862982	-8.79455948613218	3R	9252169	9252304	136	+	0	0	0	0	0	1	0	FBtr0082786
-FBgn0000047:E002	FBgn0000047	E002	4.10256379465508	0.0293722467251681	1.43807653251829	0.230450853043759	0.963098544749977	0.668281147623161	0.751559568296176	0.343856695460461	3R	11266322	11267262	941	+	7	5	6	2	7	3	1	FBtr0083143
-FBgn0000047:E003	FBgn0000047	E003	1.47614278023545	0.0436566001978292	1.38983230107611	0.238433421998166	0.963098544749977	0.474334798805138	0.30818456028529	-0.938944324870477	3R	11267324	11267895	572	+	1	2	1	4	2	0	1	FBtr0083143
-FBgn0000052:E004	FBgn0000052	E004	2.50560510092783	0.0448386411086962	1.22842703463554	0.267713160598171	0.963098544749977	0.595962991274895	0.415809192124393	-0.875312562949544	2L	6045527	6045593	67	-	3	0	2	2	5	5	1	FBtr0079221
-FBgn0000053:E001	FBgn0000053	E001	296.253588782233	0.00489926255591504	1.74270058344609	0.18679700845885	0.963098544749977	2.49472218675595	2.4488530802946	-0.152890045846831	2L	7014861	7016374	1514	-	414	275	301	312	429	184	257	FBtr0079431
-FBgn0000053:E005	FBgn0000053	E005	62.2147652508149	0.0190536581225768	1.43405802392238	0.23110330690847	0.963098544749977	1.75129818515374	1.83490919405967	0.282302826194468	2L	7018149	7018374	226	-	77	70	85	38	72	45	51	FBtr0079431, FBtr0100353
-FBgn0000054:E002	FBgn0000054	E002	5.12918186544468	0.0166552202771339	1.21585299157157	0.270176042107129	0.963098544749977	0.829476815819817	0.683407492631591	-0.589153406384799	2R	2549942	2549953	12	+	3	5	4	10	8	3	4	FBtr0086113, FBtr0086112
-FBgn0000054:E003	FBgn0000054	E003	8.66762333263177	0.0120396972582471	1.23742540618743	0.265967818357921	0.963098544749977	1.01918723529796	0.900686726816	-0.442347584108764	2R	2549954	2550073	120	+	10	5	7	8	16	9	8	FBtr0086112
-FBgn0000061:E002	FBgn0000061	E002	0.481367533418178	0.0969347949936231	0.937550724658465	0.332908529604644	0.963098544749977	0.265757357162012	0.0001234193127444	-11.5359738099826	2L	384511	384894	384	+	0	0	0	0	1	1	1	FBtr0078053
-FBgn0000064:E001	FBgn0000064	E001	545.837147870255	0.0773977479506279	1.10877963339206	0.292347383048022	0.963098544749977	2.66154934659901	2.81827992209346	0.521602227737898	3R	22079791	22080925	1135	-	1709	361	542	439	682	328	303	FBtr0084994
-FBgn0000064:E003	FBgn0000064	E003	103.865948679456	0.055878332523671	2.42937361495473	0.11908047320715	0.963098544749977	2.10217185921782	1.92238839658931	-0.60313370534243	3R	22081688	22082029	342	-	167	48	93	85	279	77	76	FBtr0310661, FBtr0085000, FBtr0085001, FBtr0306657, FBtr0114544
-FBgn0000064:E006	FBgn0000064	E006	2814.5524025292	0.0133997169760208	2.26105698672117	0.132663486273781	0.963098544749977	3.4648141930806	3.43869503768613	-0.0867966331813506	3R	22082947	22083763	817	-	3729	2672	3078	2786	4155	2022	2100	FBtr0085000, FBtr0085001, FBtr0084995, FBtr0084994, FBtr0306657, FBtr0114544, FBtr0310661, FBtr0310660, FBtr0084999
-FBgn0000064:E008	FBgn0000064	E008	14.3346630236921	0.0141154215553754	2.00202247964361	0.15708947952039	0.963098544749977	1.1277161183537	1.26680612546032	0.493536455878609	3R	22084709	22084991	283	-	33	12	18	10	21	6	11	FBtr0310660, FBtr0114544
-FBgn0000064:E009	FBgn0000064	E009	1.15788898853292	0.328767084013309	0.715433747806003	0.397645819636052	0.963098544749977	0.287991530845934	0.455845259844473	0.980608085070174	3R	22084992	22084996	5	-	5	2	0	0	4	0	0	FBtr0114544
-FBgn0000071:E003	FBgn0000071	E003	4.48674647444507	0.0161036017324643	0.864421683338549	0.352504266011612	0.963098544749977	0.527779045727252	0.6799567715313	0.67501603892294	3R	2589223	2589238	16	+	16	8	7	0	2	1	1	FBtr0081619
-FBgn0000083:E007	FBgn0000083	E007	32.2876781486623	0.0424552523339823	1.17936560352058	0.277485183904545	0.963098544749977	1.56826775126976	1.45679213526082	-0.382087329295177	3R	16896000	16896261	262	+	60	20	15	42	51	26	30	FBtr0089517
-FBgn0000084:E001	FBgn0000084	E001	53.2358303205052	0.1282723113252	1.95401457519611	0.16215489806547	0.963098544749977	1.64056317986633	1.83525772305463	0.658914325305415	X	20065478	20065681	204	-	144	41	40	12	73	50	45	FBtr0070025, FBtr0301931
-FBgn0000092:E001	FBgn0000092	E001	2.91279031750449	0.028909395914612	0.99343582718776	0.318904075751097	0.963098544749977	0.531486018616144	0.64264981574466	0.499014510090617	X	2586765	2587130	366	-	6	5	3	1	4	0	3	FBtr0070504
-FBgn0000094:E001	FBgn0000094	E001	7.82839415860988	0.0275965682541532	0.701300611810503	0.402347014653628	0.963098544749977	0.925800552066503	0.974289467572849	0.181446458327015	3R	26035670	26035802	133	+	17	6	9	8	9	7	3	FBtr0085611
-FBgn0000094:E002	FBgn0000094	E002	2.87825776924099	0.0347930495316596	0.691910887092334	0.405515176736833	0.963098544749977	0.678802521206628	0.586602437184785	-0.3996756987309	3R	26035865	26036011	147	+	9	2	0	3	8	2	1	FBtr0085611
-FBgn0000097:E003	FBgn0000097	E003	558.924889184516	0.0167379178603229	0.958105090074696	0.327664761167661	0.963098544749977	2.77051977398699	2.71288039116915	-0.191821835936533	2L	2157427	2158405	979	-	725	462	477	524	1052	491	412	FBtr0330658, FBtr0330660, FBtr0077850, FBtr0077851, FBtr0330659
-FBgn0000097:E004	FBgn0000097	E004	38.4345935077677	0.0114065094034882	2.6096426418346	0.106215695158636	0.963098544749977	1.5491282251859	1.65328872261991	0.354926688003269	2L	2158468	2159245	778	-	72	36	37	46	50	27	21	FBtr0330658, FBtr0330660, FBtr0077850, FBtr0077851, FBtr0330659
-FBgn0000099:E002	FBgn0000099	E002	0.574693701476753	0.067158941799362	1.05099395245027	0.30527828172135	0.963098544749977	0.179720091533407	0.153925190174871	-0.269102915415125	2R	1594729	1595611	883	-	1	0	0	0	1	1	1	FBtr0300505, FBtr0086058, FBtr0086059, FBtr0300504
-FBgn0000099:E007	FBgn0000099	E007	0.168955759342179	0.212602498695606	0.762790529767727	0.382456641939128	0.963098544749977	6.85377923682579e-05	0.157511372637908	11.4356740151433	2R	1604154	1604293	140	-	0	1	0	0	0	0	0	FBtr0300505, FBtr0086058, FBtr0300504
-FBgn0000100:E002	FBgn0000100	E002	750.225086408109	0.0727806065846876	0.922358844499172	0.336856378039086	0.963098544749977	2.87646306959532	2.87728100053616	0.00272072030591097	3L	22069135	22069191	57	+	1225	809	496	1366	1073	336	423	FBtr0334113
-FBgn0000100:E003	FBgn0000100	E003	12136.5601437149	0.0846882455992169	0.823221422733724	0.364239978036197	0.963098544749977	4.12611574840065	4.02482586042837	-0.336506071520262	3L	22069192	22069236	45	+	14672	9830	10238	12925	20934	9117	11258	FBtr0078481, FBtr0334113
-FBgn0000108:E001	FBgn0000108	E001	2.75903382413077	0.023139354551573	1.93659799403842	0.164038395171482	0.963098544749977	0.634535954436901	0.453377419785415	-0.847076376517212	X	424503	424567	65	+	4	1	1	1	6	5	2	FBtr0307294, FBtr0307295, FBtr0070109, FBtr0307292, FBtr0307293
-FBgn0000108:E003	FBgn0000108	E003	0.764700251448577	0.048604589329633	1.37752589671474	0.240523027036336	0.963098544749977	0.289516230447198	0.117220916925129	-1.61282973371041	X	425660	425909	250	+	0	1	0	1	1	0	2	FBtr0307294, FBtr0307295, FBtr0307291, FBtr0070109, FBtr0307293, FBtr0307292
-FBgn0000108:E005	FBgn0000108	E005	5.90311493930572	0.0255345082952291	1.15106445900427	0.283326431916362	0.963098544749977	0.756691000385121	0.911610421263279	0.603709587055699	X	464895	465033	139	+	8	5	10	3	9	5	3	FBtr0307294, FBtr0307295, FBtr0307291, FBtr0070109, FBtr0307293, FBtr0307292
-FBgn0000108:E007	FBgn0000108	E007	2.0755759309234	0.0299209875743355	1.44083642140212	0.230004037241902	0.963098544749977	0.525904410411335	0.351622912221147	-0.918149487513848	X	465167	465385	219	+	0	3	1	0	5	2	3	FBtr0307294, FBtr0307295, FBtr0307291, FBtr0070109, FBtr0307293, FBtr0307292
-FBgn0000108:E010	FBgn0000108	E010	0.974055918507825	0.0493787089358028	0.875935060886832	0.349317455867178	0.963098544749977	0.339569679493295	0.208398547227254	-0.944982055472819	X	466170	466181	12	+	1	0	1	2	1	0	2	FBtr0307295, FBtr0307293
-FBgn0000114:E002	FBgn0000114	E002	0.293572136662055	0.221590773283465	0.70107245943856	0.402423566831508	0.963098544749977	0.194452032256515	4.31817722427894e-05	-12.4716411840091	2L	12201326	12201771	446	+	0	0	0	0	1	1	0	FBtr0331648
-FBgn0000114:E005	FBgn0000114	E005	0.441683286944607	0.0790228270362408	2.38689630528443	0.122356337930377	0.963098544749977	0.372497058878529	4.31757514973993e-05	-13.7373068550474	2L	12240868	12241780	913	+	0	0	0	0	5	0	0	FBtr0080344, FBtr0331645
-FBgn0000114:E010	FBgn0000114	E010	0.576335917111657	0.0646647636669744	2.35993079906734	0.124487711340183	0.963098544749977	0.19211692248994	0.249376334072039	0.47946758434334	2L	12287223	12287808	586	+	1	0	2	0	2	0	0	FBtr0080347
-FBgn0000115:E001	FBgn0000115	E001	52.3822474504571	0.0199966521514438	0.726606547688064	0.393985354792951	0.963098544749977	1.75677795524123	1.69977988409193	-0.192953409651976	3L	15976235	15976380	146	+	88	34	41	72	99	33	38	FBtr0075517
-FBgn0000115:E002	FBgn0000115	E002	121.3964552666	0.00859770325843164	1.38608960514604	0.239066583278106	0.963098544749977	2.06205228809413	2.10818255566264	0.154512160364389	3L	15976478	15976694	217	+	156	119	129	121	183	82	96	FBtr0075517
-FBgn0000116:E002	FBgn0000116	E002	0.0883366573889214	0.130836059913846	1.26845754113137	0.260056243671672	0.963098544749977	0.125404703331969	2.91230828055313e-05	-12.2853937410762	3L	9044230	9044817	588	-	0	0	0	0	1	0	0	FBtr0331550, FBtr0076546
-FBgn0000116:E003	FBgn0000116	E003	0.40181652404165	0.0540587402355476	2.25361820021314	0.133302396578216	0.963098544749977	0.30270230823772	0.0838748674897073	-2.2418978694098	3L	9044818	9045001	184	-	1	0	0	1	2	0	0	FBtr0076546
-FBgn0000116:E008	FBgn0000116	E008	0.205235479273134	0.0843116688564832	1.34417451073894	0.246299124378014	0.963098544749977	0.127923688042759	2.91220230998025e-05	-12.318525252349	3L	9057564	9057617	54	-	0	0	0	0	0	1	0	FBtr0112791, FBtr0076543
-FBgn0000117:E002	FBgn0000117	E002	252.254084844864	0.107857866800343	0.747046394550068	0.387412973916291	0.963098544749977	2.35806235986449	2.45504735733548	0.323448227497054	X	1787436	1787532	97	-	259	283	348	72	287	232	237	FBtr0089989, FBtr0089988, FBtr0089991, FBtr0089992, FBtr0332583
-FBgn0000117:E005	FBgn0000117	E005	3117.72913507179	0.00663609145670704	0.839439259811712	0.359557192037321	0.963098544749977	3.49995954973998	3.48897449383936	-0.0365032574803834	X	1789147	1790786	1640	-	4350	2733	3196	3198	4668	2293	2428	FBtr0089990, FBtr0089991, FBtr0089992, FBtr0332583, FBtr0089989, FBtr0089988
-FBgn0000117:E008	FBgn0000117	E008	20.8971168975998	0.0372886490098637	0.826140147842921	0.363391025388757	0.963098544749977	1.29769651300073	1.41289198075101	0.40039603895163	X	1793414	1793431	18	-	53	16	19	22	31	11	13	FBtr0089990, FBtr0089989, FBtr0332583
-FBgn0000119:E002	FBgn0000119	E002	45.8133778867127	0.00960865796013399	0.903288800510666	0.34190139088923	0.963098544749977	1.69466037709451	1.63238448872601	-0.211469200726403	2R	9342801	9343425	625	-	55	39	39	62	84	29	35	FBtr0087702
-FBgn0000119:E004	FBgn0000119	E004	9.86358238497846	0.0393072270544938	1.06954494275793	0.301048255066945	0.963098544749977	0.982991135659102	1.10424451125498	0.443020036310748	2R	9343821	9343978	158	-	20	7	11	5	16	3	13	FBtr0087702
-FBgn0000119:E007	FBgn0000119	E007	2.5085164052321	0.0346818493500199	2.56464934554384	0.109276785431531	0.963098544749977	0.668786139573105	0.407658432883044	-1.23516168249693	2R	9370660	9370723	64	-	3	2	0	6	8	1	1	FBtr0087702
-FBgn0000139:E005	FBgn0000139	E005	13.2470390620692	0.0180080617234728	2.9551145886653	0.0856062378274743	0.963098544749977	1.06307635343725	1.22423120321101	0.577075469863526	3R	20477139	20477352	214	+	18	13	14	10	17	5	18	FBtr0084659
-FBgn0000139:E008	FBgn0000139	E008	112.43808666746	0.00514138451062337	1.2297459338089	0.267456453582564	0.963098544749977	2.05376239815746	2.01184424810728	-0.140552871775367	3R	20478504	20478761	258	+	130	73	89	133	199	85	116	FBtr0084660, FBtr0084659, FBtr0306171
-FBgn0000140:E006	FBgn0000140	E006	29.5385944102884	0.0128659593279732	0.930068258142484	0.334845188872271	0.963098544749977	1.47544330263338	1.52695512942891	0.17669421863286	3R	20585679	20586235	557	+	67	21	26	34	46	15	22	FBtr0084692
-FBgn0000099:E003	FBgn0000099	E003	0.0933261680585749	0.25563145852583	0.666820239389281	0.414162417746205	0.972583655156818	6.85378038337484e-05	0.151706977456574	11.3712935027397	2R	1595688	1595884	197	-	1	0	0	0	0	0	0	FBtr0300505, FBtr0086058, FBtr0086059, FBtr0300504
-FBgn0000017:E008	FBgn0000017	E008	4.44081189153106	0.130683348438421	0.609534888720447	0.434962986509051	0.982555247329495	0.636333730157292	0.818859260777392	0.74788963890272	3L	16620602	16621188	587	-	5	1	10	5	3	2	5	FBtr0075357, FBtr0330136, FBtr0112790, FBtr0330135, FBtr0330134, FBtr0330133, FBtr0330132, FBtr0330131, FBtr0330130
-FBgn0000054:E001	FBgn0000054	E001	30.2913156353099	0.0172045981263893	0.610883976352355	0.434455171450426	0.982555247329495	1.4642462503468	1.52753984157211	0.217196931701902	2R	2549775	2549941	167	+	56	22	27	43	33	21	23	FBtr0330252, FBtr0086111, FBtr0086113, FBtr0086112
-FBgn0000083:E003	FBgn0000083	E003	84.235857406506	0.0697537227772423	0.603584650159263	0.43721357895523	0.982555247329495	1.98461379232785	1.8530619435939	-0.442359271807881	3R	16893168	16893221	54	+	119	60	55	93	238	36	74	FBtr0089518, FBtr0089519, FBtr0089520, FBtr0089517
-FBgn0000140:E002	FBgn0000140	E002	24.0938527740886	0.0598970649394676	0.63002412323209	0.427346465477414	0.982555247329495	1.43841413857597	1.31714530953844	-0.420529088718312	3R	20579850	20580026	177	+	19	23	22	24	32	25	21	FBtr0084692
-FBgn0000008:E002	FBgn0000008	E002	0.205235479273134	0.0846860177001356	0.354584963437915	0.551529098301505	0.988468331356457	0.0934277534255951	0.000237603793963854	-8.7767158240981	2R	18024496	18024531	36	+	0	0	0	0	0	1	0	FBtr0071763, FBtr0100521
-FBgn0000008:E003	FBgn0000008	E003	0.594344937209466	0.0463001186142025	0.553790999105743	0.456772817951292	0.988468331356457	0.234031256687211	0.116328468476629	-1.21710068269066	2R	18024532	18024713	182	+	0	1	0	1	1	1	0	FBtr0071763
-FBgn0000008:E004	FBgn0000008	E004	0.522626439341238	0.0490775871992359	0.0582801302567901	0.809235208768921	0.988468331356457	0.168878420801408	0.206999102482866	0.361508958293264	2R	18024938	18025504	567	+	1	0	1	0	1	0	1	FBtr0071764
-FBgn0000008:E005	FBgn0000008	E005	1.32353144265853	0.0319281106484971	0.45162011552361	0.50156658979146	0.988468331356457	0.33963192477488	0.450481348585212	0.619141283015139	2R	18025505	18025756	252	+	4	1	1	2	2	0	1	FBtr0071764, FBtr0071763, FBtr0100521
-FBgn0000008:E006	FBgn0000008	E006	0.0933261680585749	0.127574338977814	0.440822242179962	0.506725860863125	0.988468331356457	0.000119559090014571	0.114575540069763	10.098648263133	2R	18039159	18039200	42	+	1	0	0	0	0	0	0	FBtr0071764, FBtr0071763, FBtr0100521
-FBgn0000008:E008	FBgn0000008	E008	1.63933440281406	0.0405591908938106	0.00360278527330138	0.952137152195758	0.988468331356457	0.389381326381618	0.399811888200616	0.0580505807466885	2R	18052282	18052494	213	+	4	1	0	0	1	4	1	FBtr0071764, FBtr0071763, FBtr0100521
-FBgn0000008:E012	FBgn0000008	E012	0.661887298226701	0.0619168521997744	0.0761512413779286	0.782582518993791	0.988468331356457	0.23275625968389	0.278952352394598	0.345419178838462	2R	18059821	18059938	118	+	3	0	0	0	2	1	0	FBtr0071764, FBtr0071763, FBtr0100521
-FBgn0000008:E013	FBgn0000008	E013	3.91734100140517	0.123189747223065	0.290988574750443	0.589587723761429	0.988468331356457	0.749715558369287	0.671414885516222	-0.323166284878236	2R	18060002	18060339	338	+	11	1	1	5	10	5	0	FBtr0071764, FBtr0071763, FBtr0100521
-FBgn0000008:E014	FBgn0000008	E014	0.55498474117927	0.046903115491911	0.0204534401636138	0.886277920683967	0.988468331356457	0.232235504833878	0.207008248340988	-0.211318445023016	2R	18060340	18060346	7	+	1	0	1	1	2	0	0	FBtr0071763, FBtr0071764
-FBgn0000014:E001	FBgn0000014	E001	0.298561647331709	14	0.022207001194591	0.881537743450339	0.988468331356457	0.159722050853696	0.0710511907179924	-1.32242479740168	3R	12632936	12633348	413	-	1	0	0	0	0	1	0	FBtr0306337
-FBgn0000014:E009	FBgn0000014	E009	0.0933261680585749	14	0.0222167491417764	0.881511938241594	0.988468331356457	0.000277697002759089	0.0710511907144396	8.11836418716537	3R	12653620	12653845	226	-	1	0	0	0	0	0	0	FBtr0083388
-FBgn0000017:E001	FBgn0000017	E001	1147.17152215341	0.0113620230412195	0.29884760806803	0.584605770473161	0.988468331356457	3.05556738343139	3.04049635830662	-0.0501097272276727	3L	16615470	16616388	919	-	1564	806	875	1289	2492	911	820	FBtr0075357, FBtr0330136, FBtr0112790, FBtr0330135, FBtr0330134, FBtr0330133, FBtr0330132, FBtr0330131, FBtr0330130
-FBgn0000017:E004	FBgn0000017	E004	118.685044393895	0.0464440772263611	0.151715945882955	0.696900902911262	0.988468331356457	2.07814724466663	2.03486049183453	-0.145069734018747	3L	16619373	16619627	255	-	103	108	87	107	162	144	104	FBtr0330133, FBtr0330132, FBtr0330131, FBtr0330130
-FBgn0000017:E005	FBgn0000017	E005	271.37662534133	0.030500031040221	0.0406905170357845	0.840136481573171	0.988468331356457	2.41620834648128	2.43379470245212	0.0586410192693378	3L	16619628	16619716	89	-	296	210	261	313	372	242	237	FBtr0075357, FBtr0330136, FBtr0112790, FBtr0330135, FBtr0330134, FBtr0330133, FBtr0330132, FBtr0330131, FBtr0330130
-FBgn0000017:E006	FBgn0000017	E006	198.426283439389	0.0133762591131269	0.0332372186085195	0.855338843318969	0.988468331356457	2.29104764455917	2.27753502500354	-0.0451224376177555	3L	16619843	16619963	121	-	226	135	183	182	354	208	152	FBtr0075357, FBtr0330136, FBtr0112790, FBtr0330135, FBtr0330134, FBtr0330133, FBtr0330132, FBtr0330131, FBtr0330130
-FBgn0000017:E009	FBgn0000017	E009	309.86811554891	0.0285676280974172	0.488045492679788	0.484800463178374	0.988468331356457	2.46191615892042	2.51915158223793	0.190748902922271	3L	16621274	16621689	416	-	623	200	211	298	672	249	191	FBtr0075357, FBtr0330136, FBtr0112790, FBtr0330135, FBtr0330134, FBtr0330133, FBtr0330132, FBtr0330131, FBtr0330130
-FBgn0000018:E001	FBgn0000018	E001	75.3353185482626	0.0200769619379987	0.0858764482951955	0.76948635208532	0.988468331356457	1.88137462624705	1.89803227036464	0.0560582043017153	2L	10973443	10974210	768	-	152	41	62	106	141	37	57	FBtr0080168
-FBgn0000018:E002	FBgn0000018	E002	143.582443967402	0.0204422021114825	0.0844314438659808	0.771379523986886	0.988468331356457	2.16212182208936	2.1482216209056	-0.0465007862974103	2L	10974268	10975273	1006	-	217	109	114	182	242	98	117	FBtr0080168
-FBgn0000024:E001	FBgn0000024	E001	0.318469377322382	0.112278243218716	0.0867875959549025	0.768301490238369	0.988468331356457	0.11717880104259	0.164479807633182	0.572002608265932	3R	9053964	9055492	1529	-	2	0	0	1	0	0	0	FBtr0082780, FBtr0300486
-FBgn0000024:E002	FBgn0000024	E002	0.374191238615313	0.090210611173769	0.0439957325187592	0.833861552457131	0.988468331356457	0.117998949731847	0.0924815339418871	-0.395630360389265	3R	9058401	9058564	164	-	0	1	0	0	0	1	0	FBtr0082780, FBtr0300486
-FBgn0000024:E005	FBgn0000024	E005	0.0933261680585749	0.191772586828594	0.0382723215268861	0.844897327367835	0.988468331356457	8.67329408340224e-05	0.0902153901870268	10.17487126748	3R	9063779	9063921	143	-	1	0	0	0	0	0	0	FBtr0082780, FBtr0300486
-FBgn0000024:E011	FBgn0000024	E011	0.2572924167311	0.0841551423496613	0.0195343522221449	0.888845393583809	0.988468331356457	0.116060991251228	0.0924320933921485	-0.369232727029661	3R	9084148	9084590	443	-	0	1	0	0	1	0	0	FBtr0082780
-FBgn0000028:E001	FBgn0000028	E001	0.2572924167311	14	0.019138429699268	0.889970359812065	0.988468331356457	0.152049238731254	0.0643690429088723	-1.39177375162242	X	15245315	15245991	677	-	0	1	0	0	1	0	0	FBtr0100328, FBtr0305191
-FBgn0000028:E006	FBgn0000028	E006	0.15316821713762	14	0.0191270709480236	0.890002808514386	0.988468331356457	0.000526513982186315	0.0596143564865914	6.92231931936957	X	15248260	15248491	232	-	0	0	1	0	0	0	0	FBtr0305195, FBtr0305189, FBtr0305196, FBtr0074015, FBtr0305194, FBtr0100328, FBtr0290063, FBtr0305191, FBtr0305190, FBtr0305193, FBtr0305192, FBtr0290064, FBtr0100326
-FBgn0000032:E003	FBgn0000032	E003	108.384968310561	0.0104328394433134	0.0270236679816094	0.869425102884752	0.988468331356457	2.02929200310992	2.03654012478675	0.0243030329926022	3R	25817476	25817734	259	-	152	79	102	115	182	97	75	FBtr0085609, FBtr0085610
-FBgn0000032:E005	FBgn0000032	E005	50.5080907808574	0.07927916078199	0.0861152008939712	0.76917521925082	0.988468331356457	1.67752097451998	1.7303869241081	0.179161503114328	3R	25818551	25818649	99	-	42	53	56	38	55	45	53	FBtr0085609, FBtr0085610
-FBgn0000032:E006	FBgn0000032	E006	70.8660693183917	0.0185778165460357	0.00495588919524437	0.943876822067668	0.988468331356457	1.84006916488674	1.84968085748056	0.0323923469047305	3R	25818708	25818903	196	-	79	62	69	80	95	56	64	FBtr0085609, FBtr0085610
-FBgn0000032:E007	FBgn0000032	E007	2.52959384340906	0.0474675060554792	0.0893123856493645	0.765053141499388	0.988468331356457	0.587552508188521	0.552159897204047	-0.160918717453397	3R	25818904	25818983	80	-	5	3	0	4	7	2	0	FBtr0085610
-FBgn0000032:E009	FBgn0000032	E009	32.7707234445176	0.0850940747927499	0.0144891271249037	0.904189429206065	0.988468331356457	1.54783241843685	1.50618376811034	-0.14259284936777	3R	25818999	25819130	132	-	54	25	20	73	61	10	18	FBtr0085609
-FBgn0000036:E001	FBgn0000036	E001	0.225143209263807	14	0.0336244881463799	0.854507860362165	0.988468331356457	0.0613565438074539	0.135808352108141	1.27461870016401	3R	20226948	20227667	720	-	1	0	0	1	0	0	0	FBtr0084619, FBtr0330310
-FBgn0000036:E008	FBgn0000036	E008	0.0883366573889214	14	0.0336258558620521	0.854504934377682	0.988468331356457	0.0462463742257235	0.000730330164681199	-6.06092954207499	3R	20247417	20247626	210	-	0	0	0	0	1	0	0	FBtr0084619, FBtr0330310
-FBgn0000042:E001	FBgn0000042	E001	963.266257907235	0.369336266728239	0.175644034459197	0.675143726867913	0.988468331356457	3.03480188556561	2.92929451196128	-0.350854471505317	X	5794894	5795046	153	+	3322	262	275	1633	3139	244	129	FBtr0100662, FBtr0100663, FBtr0070822
-FBgn0000042:E002	FBgn0000042	E002	163.233888991564	0.026783308131867	0.12148732920673	0.727426926259669	0.988468331356457	2.21736259292921	2.21742767596083	0.000217519722196968	X	5796015	5796129	115	+	286	138	173	205	149	106	132	FBtr0070823
-FBgn0000042:E003	FBgn0000042	E003	37923.6657937205	0.227026948527575	0.133652068189519	0.71467510043103	0.988468331356457	4.58785055264261	4.57682518415317	-0.0366264395687423	X	5796723	5798206	1484	+	53623	37301	41337	47230	50144	22833	26327	FBtr0100662, FBtr0100663, FBtr0070822, FBtr0070823
-FBgn0000042:E004	FBgn0000042	E004	2902.21264539337	0.137879357231029	0.198776254814618	0.655710436293999	0.988468331356457	3.51569530089543	3.404498369283	-0.369516658095588	X	5798207	5798497	291	+	7007	1635	1666	3678	8835	1202	1091	FBtr0100662, FBtr0100663, FBtr0070823
-FBgn0000045:E002	FBgn0000045	E002	2.68093910810214	0.0525726001666162	0.00857775605957301	0.926208492383784	0.988468331356457	0.560194295338743	0.576052408941111	0.0721978566501054	3L	21978349	21978424	76	+	2	3	6	4	4	0	1	FBtr0334090
-FBgn0000045:E003	FBgn0000045	E003	1.90232166678076	0.0638130787282393	0.0077398645733453	0.929895353894066	0.988468331356457	0.518881306020339	0.500732988274251	-0.0872730603941392	3L	21978425	21979375	951	+	6	1	2	1	6	1	0	FBtr0334090, FBtr0078478
-FBgn0000046:E001	FBgn0000046	E001	0.467517406673888	0.0564599721252589	0.129062039859882	0.719406537084032	0.988468331356457	0.109321242441406	0.179291532027254	0.836375339319375	3R	9251707	9251764	58	+	1	1	0	0	0	1	0	FBtr0082785
-FBgn0000046:E003	FBgn0000046	E003	16.8641331350762	0.0249201493759282	0.0073318950927117	0.931763343052209	0.988468331356457	1.26460824224997	1.26005836201481	-0.0159882936778004	3R	9252305	9253811	1507	+	35	16	17	5	33	12	12	FBtr0082785, FBtr0082786
-FBgn0000052:E001	FBgn0000052	E001	202.231888834538	0.0124998268250134	0.0612882141224702	0.804471329947523	0.988468331356457	2.29730707229136	2.30575970988976	0.0282199930704605	2L	6041178	6042011	834	-	266	187	161	277	264	124	191	FBtr0079219, FBtr0079221, FBtr0079220
-FBgn0000052:E002	FBgn0000052	E002	684.815325547703	0.00849061817239006	0.0370520477110858	0.847359117225898	0.988468331356457	2.83293354823063	2.82767971094676	-0.0174787044889015	2L	6042075	6044351	2277	-	1005	523	566	843	1051	505	577	FBtr0079219, FBtr0079221, FBtr0079220
-FBgn0000052:E005	FBgn0000052	E005	5.95928508029525	0.0737677937680776	0.0359075681095362	0.849706500746883	0.988468331356457	0.858600767179797	0.882221428693948	0.0906903288926126	2L	6045894	6045920	27	-	12	2	7	10	15	2	2	FBtr0079219
-FBgn0000052:E006	FBgn0000052	E006	8.05272056492012	0.164353884288343	0.140953289110143	0.707335147178318	0.988468331356457	0.937047365787911	1.02178626431885	0.314542016662112	2L	6045921	6045970	50	-	18	1	12	13	19	2	3	FBtr0079219, FBtr0079220
-FBgn0000053:E003	FBgn0000053	E003	84.096019529742	0.00817226057608326	0.103052093989845	0.748197295924338	0.988468331356457	1.93464473856432	1.9106873925139	-0.0805471693006456	2L	7017545	7017966	422	-	117	77	91	96	93	65	64	FBtr0079431
-FBgn0000053:E007	FBgn0000053	E007	110.668820612301	0.0287849527994731	0.126837021490132	0.721734333028814	0.988468331356457	2.04015032115297	2.05909143083747	0.0634873761053871	2L	7019135	7019382	248	-	140	123	127	74	190	88	68	FBtr0079431, FBtr0100353
-FBgn0000053:E008	FBgn0000053	E008	108.804134854617	0.0157737819150421	0.0525459020712162	0.818690988732954	0.988468331356457	2.04319707525564	2.04816123013201	0.0166403566075708	2L	7023529	7023940	412	-	179	115	101	127	164	57	76	FBtr0079431, FBtr0100353
-FBgn0000054:E004	FBgn0000054	E004	56.5566636517369	0.0379703524076986	0.451086941827143	0.501819234503716	0.988468331356457	1.72973417891313	1.79027254781221	0.204663710781602	2R	2550074	2550262	189	+	66	51	68	41	108	37	47	FBtr0330252, FBtr0086111, FBtr0086113, FBtr0086112
-FBgn0000054:E005	FBgn0000054	E005	111.963009884098	0.032004257480501	0.0591061487541822	0.807914327105352	0.988468331356457	2.05060336903412	2.03466326870386	-0.053436293553812	2R	2550999	2551392	394	+	112	97	115	131	124	99	101	FBtr0330251
-FBgn0000054:E006	FBgn0000054	E006	186.13192889271	0.0224078078789304	0.0255848148131008	0.872918460933331	0.988468331356457	2.27288750351462	2.26559098160546	-0.0243696247689176	2R	2554225	2554518	294	+	295	134	161	246	299	133	134	FBtr0330252, FBtr0330251, FBtr0086111, FBtr0086113, FBtr0086112
-FBgn0000057:E001	FBgn0000057	E001	143.343381232254	0.00661248724662863	0.00145712726641989	0.969550277167816	0.988468331356457	2.15688847016435	2.15593736175036	-0.00318170837297593	2R	14039209	14040146	938	+	210	129	116	165	229	94	122	FBtr0086744
-FBgn0000057:E002	FBgn0000057	E002	218.818450448728	0.0068783406449246	0.00148467081181991	0.969263975526612	0.988468331356457	2.33790312853623	2.33870628877782	0.00268034000852513	2R	14040213	14041565	1353	+	303	192	195	224	367	172	165	FBtr0086744
-FBgn0000061:E004	FBgn0000061	E004	0.375590793512245	0.0956067661891632	0.202495712932265	0.652713875272163	0.988468331356457	0.19518938714129	0.000123413669075728	-10.9632763644812	2L	386308	386576	269	+	0	0	0	0	0	0	2	FBtr0078053
-FBgn0000063:E001	FBgn0000063	E001	33.6327142596141	0.0113241696014168	0.0124640151531707	0.91110698847832	0.988468331356457	1.54008726710309	1.54398076412861	0.0133161664938806	3R	13496993	13497289	297	+	52	37	25	46	50	19	23	FBtr0083478, FBtr0331348
-FBgn0000063:E002	FBgn0000063	E002	101.250577278938	0.010127802481598	0.0035044471060246	0.952794107277556	0.988468331356457	2.01352751632652	2.01235718559121	-0.00392586048693033	3R	13497572	13498579	1008	+	156	89	97	103	184	71	66	FBtr0083478, FBtr0331348
-FBgn0000063:E003	FBgn0000063	E003	67.8567676254432	0.0147639481802614	0.0281374964511514	0.866785976624177	0.988468331356457	1.83290977017547	1.8407978477345	0.0265907801601255	3R	13498643	13499198	556	+	104	63	62	60	109	54	50	FBtr0083478, FBtr0331348
-FBgn0000063:E004	FBgn0000063	E004	30.7202523491883	0.0894202773421692	0.0506165545883732	0.821993874984174	0.988468331356457	1.52753817122232	1.49111042314089	-0.124876630990656	3R	13499271	13499298	28	+	71	19	19	59	52	9	20	FBtr0331348
-FBgn0000064:E002	FBgn0000064	E002	7.3266084748515	1.79670157676115	0.0485444392244005	0.825615694487181	0.988468331356457	0.952526624095447	0.872562073925035	-0.302729771261963	3R	22080926	22081153	228	-	0	7	12	0	0	10	12	FBtr0310660, FBtr0084995, FBtr0084994, FBtr0084999
-FBgn0000064:E005	FBgn0000064	E005	859.822533198768	0.0785666766453238	0.0756532206187899	0.783276821760774	0.988468331356457	2.92087195224138	2.95636641663237	0.118046063032565	3R	22082655	22082854	200	-	746	952	1227	542	790	802	722	FBtr0085000, FBtr0085001, FBtr0084995, FBtr0084994, FBtr0306657, FBtr0114544, FBtr0310661, FBtr0310660, FBtr0084999
-FBgn0000064:E007	FBgn0000064	E007	39.9808634639801	0.0421566196360907	0.0128927165964399	0.909597617657353	0.988468331356457	1.63251667824679	1.61483869966196	-0.0601559496952788	3R	22083764	22083999	236	-	74	33	39	53	76	18	22	FBtr0085000, FBtr0084999
-FBgn0000064:E010	FBgn0000064	E010	4.52637441420982	0.101011178272777	0.00815686937650639	0.928036591974556	0.988468331356457	0.782364617801514	0.774753189492258	-0.0303359572896049	3R	22085524	22085552	29	-	10	5	3	5	14	1	1	FBtr0084995
-FBgn0000071:E002	FBgn0000071	E002	14.9999389961672	0.0227206842531648	0.0308053878042784	0.860675270625897	0.988468331356457	1.12749298025468	1.10850135494914	-0.0682938626751608	3R	2589128	2589222	95	+	57	24	18	3	10	5	3	FBtr0081619, FBtr0081620
-FBgn0000071:E004	FBgn0000071	E004	155.00489061648	0.0210194614438221	0.0489823889837311	0.824843548185087	0.988468331356457	2.09262112601414	2.08143232463894	-0.0374751039142369	3R	2589555	2590983	1429	+	460	234	286	29	93	42	43	FBtr0081619, FBtr0081618, FBtr0081620
-FBgn0000075:E003	FBgn0000075	E003	0.486357044087831	0.0754742828093048	0.0275801950087136	0.868099611698963	0.988468331356457	0.153105290365933	0.129252130179723	-0.28609806443175	2L	19111844	19112315	472	+	1	0	0	0	0	1	1	FBtr0081154
-FBgn0000075:E004	FBgn0000075	E004	0.628403179247171	0.0668013526936813	0.0271079408220878	0.869223493800044	0.988468331356457	0.209600012887449	0.22977869644114	0.168936009388041	2L	19112794	19114110	1317	+	1	0	1	0	2	1	0	FBtr0081153, FBtr0081154
-FBgn0000083:E001	FBgn0000083	E001	23.0666434939121	0.0114078709047983	0.298492789058002	0.58482885303042	0.988468331356457	1.35275223934469	1.38983675756084	0.128666215059343	3R	16890963	16891007	45	+	36	18	23	30	22	17	20	FBtr0089518, FBtr0089519, FBtr0089520, FBtr0089517
-FBgn0000083:E002	FBgn0000083	E002	35.3178023468001	0.0447594783504942	0.0813493591667793	0.775477061493347	0.988468331356457	1.55272446666581	1.56261773005332	0.0338006847623555	3R	16891008	16891123	116	+	63	24	32	57	29	26	27	FBtr0089520
-FBgn0000083:E004	FBgn0000083	E004	2097.66378510688	0.0130102395433653	0.242822233069916	0.622175138999852	0.988468331356457	3.32854117746661	3.30953432727081	-0.0631696940624131	3R	16893791	16894499	709	+	2447	1834	2126	2309	2810	1533	1952	FBtr0089518, FBtr0089519, FBtr0089520, FBtr0089517
-FBgn0000083:E006	FBgn0000083	E006	222.094875801226	0.088796971028394	0.0057059638225212	0.9397867991905	0.988468331356457	2.3484171209392	2.35036134352222	0.00648758741732536	3R	16895035	16895476	442	+	474	152	158	241	525	133	120	FBtr0089519
-FBgn0000084:E003	FBgn0000084	E003	12.7120572355022	2.23145776296806	0.190707257443933	0.662328624103047	0.988468331356457	1.1413431091024	1.10594939409958	-0.12714256766834	X	20066074	20066255	182	-	0	16	13	0	0	29	11	FBtr0070025, FBtr0301931
-FBgn0000084:E004	FBgn0000084	E004	777.356281983227	0.0682094636359743	0.0088855147885738	0.924900233902986	0.988468331356457	2.89145150599928	2.87395776836456	-0.058189175745369	X	20066338	20067049	712	-	767	653	748	799	1087	673	753	FBtr0070025, FBtr0301931
-FBgn0000084:E005	FBgn0000084	E005	179.51917351967	0.0510132774735734	0.0965727209096485	0.755981926529898	0.988468331356457	2.26521187901561	2.23138479105413	-0.113009309948325	X	20067402	20067506	105	-	307	96	143	186	408	128	138	FBtr0070025, FBtr0301931
-FBgn0000084:E006	FBgn0000084	E006	59.8440945905321	0.101232719230897	0.319944177324516	0.571641194264648	0.988468331356457	1.80473525706892	1.74874375890636	-0.189165011860994	X	20067507	20067552	46	-	132	23	34	71	150	35	46	FBtr0070025
-FBgn0000092:E002	FBgn0000092	E002	3.3888188217205	0.0258517638334794	0.576977019809149	0.447499678075676	0.988468331356457	0.690751773320572	0.615344457280671	-0.322285447665707	X	2587189	2587681	493	-	7	2	4	2	6	3	2	FBtr0070504
-FBgn0000092:E003	FBgn0000092	E003	0.860804776961103	0.0556841171411638	0.11557485639463	0.733884375210839	0.988468331356457	0.282887770264259	0.233724837177012	-0.365123510938547	X	2587766	2587919	154	-	3	0	0	0	0	1	2	FBtr0070504
-FBgn0000097:E001	FBgn0000097	E001	461.645239176362	0.0264146082892386	0.386255142400046	0.534274455629809	0.988468331356457	2.65129247574911	2.68561302638461	0.114255611444293	2L	2156484	2156791	308	-	1032	322	349	473	887	310	283	FBtr0330658, FBtr0077850, FBtr0077851
-FBgn0000097:E002	FBgn0000097	E002	400.358490752986	0.0211688957763105	0.00906998068475673	0.924127021656261	0.988468331356457	2.61026782575458	2.59055853734866	-0.0656375704307912	2L	2156792	2157426	635	-	517	327	402	386	671	348	286	FBtr0330658, FBtr0330659, FBtr0077850, FBtr0077851
-FBgn0000097:E005	FBgn0000097	E005	205.994534916873	0.02529210118653	0.00167027172474832	0.967400364721523	0.988468331356457	2.32080102272482	2.31669047726328	-0.013720798508424	2L	2159312	2160582	1271	-	436	153	131	240	419	142	115	FBtr0330658, FBtr0330660, FBtr0077850, FBtr0077851, FBtr0330659
-FBgn0000099:E004	FBgn0000099	E004	0.0883366573889214	0.276372945032103	0.32040554034921	0.571364031945868	0.988468331356457	0.0663881029123329	0.000137613770407437	-9.02560014872561	2R	1596116	1596372	257	-	0	0	0	0	1	0	0	FBtr0300505, FBtr0086058, FBtr0086059, FBtr0300504
-FBgn0000108:E002	FBgn0000108	E002	0.947741879453093	0.0449663258942526	0.339547211009197	0.560090696955059	0.988468331356457	0.233237501781952	0.346853511003327	0.782083899017424	X	425203	425222	20	+	3	1	0	0	1	2	0	FBtr0307291
-FBgn0000108:E004	FBgn0000108	E004	1.90433405030327	0.0259216074207744	0.0189481250346759	0.890515307520169	0.988468331356457	0.458831339712144	0.498497965194157	0.197372654478841	X	454639	454809	171	+	4	2	1	0	5	2	1	FBtr0307294, FBtr0307295, FBtr0307291, FBtr0070109, FBtr0307293
-FBgn0000108:E008	FBgn0000108	E008	7.08361924991647	0.0229656099848709	0.257387374006456	0.611920772134783	0.988468331356457	0.895053493607391	0.861547843165227	-0.128286630862938	X	465460	466091	632	+	5	8	7	0	14	8	7	FBtr0307294, FBtr0307295, FBtr0307291, FBtr0070109, FBtr0307293, FBtr0307292
-FBgn0000108:E009	FBgn0000108	E009	1.57262265911296	0.0532455227089299	0.125533799541543	0.723108452970739	0.988468331356457	0.388282426931387	0.348293960197319	-0.232496871890736	X	466092	466103	12	+	2	0	2	0	1	3	2	FBtr0307291, FBtr0070109, FBtr0307292, FBtr0307293
-FBgn0000108:E011	FBgn0000108	E011	4.33255157059706	0.0686123666286872	0.341427247574615	0.559006543871266	0.988468331356457	0.720304332271795	0.822987446984395	0.410841158032846	X	466182	466322	141	+	13	4	2	1	14	1	3	FBtr0307294, FBtr0307295, FBtr0307291, FBtr0070109, FBtr0307293, FBtr0307292
-FBgn0000109:E001	FBgn0000109	E001	28.0385476177001	0.0221110444597143	0.0145408724475402	0.904019322697767	0.988468331356457	1.46270702481262	1.48356549014767	0.0717026916211871	3L	1883892	1884248	357	-	68	10	21	34	42	19	25	FBtr0089420
-FBgn0000109:E002	FBgn0000109	E002	33.7700649662137	0.019683533763655	0.128136686026437	0.720371863644291	0.988468331356457	1.52906119781269	1.54369017054629	0.0500520833035658	3L	1884323	1884560	238	-	57	15	38	41	40	26	31	FBtr0089420
-FBgn0000109:E003	FBgn0000109	E003	18.3940473673953	0.0305939163960556	0.27112267432743	0.602579665305708	0.988468331356457	1.32116524485006	1.26663556266831	-0.190851250682671	3L	1884691	1884885	195	-	32	6	19	38	29	9	11	FBtr0089420
-FBgn0000114:E006	FBgn0000114	E006	0.15316821713762	1.06216990089628	0.235808154331185	0.627250216452141	0.988468331356457	5.9329145432061e-05	0.104863404480493	10.9650613992074	2L	12270932	12271347	416	+	0	0	1	0	0	0	0	FBtr0331644, FBtr0080345, FBtr0300567
-FBgn0000114:E011	FBgn0000114	E011	0.0883366573889214	0.856773752693187	0.134533937793211	0.71377665004765	0.988468331356457	0.101201769148142	4.31739819797684e-05	-11.3660681990893	2L	12288905	12289344	440	+	0	0	0	0	1	0	0	FBtr0080347
-FBgn0000114:E012	FBgn0000114	E012	0.0933261680585749	3.34431762761457	0.0810491536401408	0.775880633212044	0.988468331356457	5.93311316061447e-05	0.0866061224207823	10.6576048351215	2L	12298568	12298749	182	+	1	0	0	0	0	0	0	FBtr0300567, FBtr0331648, FBtr0331646, FBtr0331647, FBtr0331644, FBtr0331645, FBtr0080347, FBtr0080344, FBtr0080345, FBtr0331998
-FBgn0000114:E014	FBgn0000114	E014	0.0883366573889214	0.856773752693187	0.134533937793211	0.71377665004765	0.988468331356457	0.101201769148142	4.31739819797684e-05	-11.3660681990893	2L	12299188	12299394	207	+	0	0	0	0	1	0	0	FBtr0300567, FBtr0331648, FBtr0331646, FBtr0331647, FBtr0331644, FBtr0331645, FBtr0080347, FBtr0080344, FBtr0080345, FBtr0331998
-FBgn0000114:E015	FBgn0000114	E015	0.0883366573889214	0.856773752693187	0.134533937793211	0.71377665004765	0.988468331356457	0.101201769148142	4.31739819797684e-05	-11.3660681990893	2L	12300361	12300396	36	+	0	0	0	0	1	0	0	FBtr0331644
-FBgn0000115:E003	FBgn0000115	E003	169.856122129492	0.00430872550376664	0.311709801593437	0.57663287317405	0.988468331356457	2.23640348016338	2.22351522994137	-0.0430674737453751	3L	15976963	15977462	500	+	236	140	161	174	299	120	136	FBtr0075517
-FBgn0000116:E001	FBgn0000116	E001	320.065169966928	0.212989438963961	0.542295557998216	0.461482926801964	0.988468331356457	2.46429021145938	2.52603505636344	0.205770484617435	3L	9041980	9043459	1480	-	558	495	436	222	335	158	140	FBtr0331550, FBtr0112791, FBtr0076543, FBtr0076545, FBtr0076544, FBtr0076546
-FBgn0000116:E005	FBgn0000116	E005	1.25599426711867	0.242906761512345	0.0238541764073545	0.877256530312158	0.988468331356457	0.358313277549261	0.369383989955864	0.064825901239404	3L	9050643	9050681	39	-	1	0	5	1	3	0	0	FBtr0076545
-FBgn0000117:E001	FBgn0000117	E001	1110.87821042994	0.0282483031107931	0.113159518008928	0.736575348280479	0.988468331356457	3.03710534455816	3.06116982561879	0.0800119373444037	X	1785434	1786152	719	-	1892	943	1111	1063	2137	670	737	FBtr0089990, FBtr0089991, FBtr0089992, FBtr0332583, FBtr0089989, FBtr0089988
-FBgn0000117:E003	FBgn0000117	E003	651.648249450539	0.0428325553847144	0.367158746502895	0.544557082656016	0.988468331356457	2.78912417597367	2.8454654064138	0.18744720272719	X	1788541	1788813	273	-	676	728	799	493	606	574	569	FBtr0089990, FBtr0089991, FBtr0089992, FBtr0332583, FBtr0089989, FBtr0089988
-FBgn0000117:E004	FBgn0000117	E004	566.705805129229	0.0285932924379553	0.240333158733762	0.623965593488259	0.988468331356457	2.76524461989729	2.73938232569467	-0.0860649386815222	X	1788874	1789074	201	-	541	507	690	417	761	498	535	FBtr0089990, FBtr0089991, FBtr0089992, FBtr0332583, FBtr0089989, FBtr0089988
-FBgn0000117:E006	FBgn0000117	E006	156.240420394897	0.00846265738116381	0.0896748948703419	0.764590866958048	0.988468331356457	2.19971209876678	2.19130124624601	-0.0281195174753028	X	1793013	1793072	60	-	198	147	167	179	242	93	124	FBtr0089990, FBtr0089991, FBtr0089992, FBtr0332583, FBtr0089989, FBtr0089988
-FBgn0000117:E007	FBgn0000117	E007	4.5734995655629	0.100493428130971	0.00264160854320039	0.959009509104631	0.988468331356457	0.783285293790367	0.770440350135432	-0.0512349450843819	X	1793337	1793413	77	-	10	5	2	3	15	1	3	FBtr0332583
-FBgn0000117:E009	FBgn0000117	E009	75.1849884692702	0.0238316531199295	0.1077842998032	0.74268091808475	0.988468331356457	1.89446139273124	1.86854011138495	-0.0872550855486951	X	1793432	1793557	126	-	102	64	78	105	107	37	64	FBtr0332583, FBtr0089990, FBtr0089989, FBtr0089988
-FBgn0000117:E010	FBgn0000117	E010	42.7651357723149	0.0446560493691557	0.291881855525844	0.589017109210259	0.988468331356457	1.66631871569699	1.62299361140655	-0.147261929841217	X	1793558	1793643	86	-	87	32	27	58	69	27	31	FBtr0089990, FBtr0089989
-FBgn0000119:E001	FBgn0000119	E001	71.3729832029852	0.0159619755170506	0.0269673186766397	0.869560089609086	0.988468331356457	1.85920513732546	1.86706512473535	0.0264731203677826	2R	9341159	9342741	1583	-	126	62	49	77	133	44	57	FBtr0087702
-FBgn0000119:E005	FBgn0000119	E005	187.898456532462	0.0132678786289756	0.0961355875420651	0.756517311360695	0.988468331356457	2.27814417854652	2.2628160743929	-0.0511934958164586	2R	9344041	9347030	2990	-	264	142	176	218	266	139	168	FBtr0087702
-FBgn0000119:E006	FBgn0000119	E006	13.655959120889	0.0317710120253005	0.0356097826318944	0.850323605562091	0.988468331356457	1.15681639784869	1.18987137627868	0.11770525721454	2R	9369281	9369589	309	-	31	8	9	13	22	14	8	FBtr0087702
-FBgn0000121:E002	FBgn0000121	E002	1.2324267524932	0.053318783277338	0.0494799311101417	0.823970715680167	0.988468331356457	0.314309417392356	0.349279612085906	0.217605933432175	3L	8640808	8641002	195	-	2	1	0	3	1	1	1	FBtr0076599
-FBgn0000139:E001	FBgn0000139	E001	0.187795396756122	0.0871302709038591	0.149285614237158	0.699218987737303	0.988468331356457	0.0831113676785971	0.000263871563061497	-8.43887362724946	3R	20475810	20476066	257	+	0	0	0	0	0	0	1	FBtr0084660
-FBgn0000139:E002	FBgn0000139	E002	1.96739811366688	0.12905661559869	0.162639862003459	0.686737598725295	0.988468331356457	0.473950989778327	0.532675354411039	0.284487749677726	3R	20476127	20476311	185	+	4	3	0	2	7	1	0	FBtr0084660
-FBgn0000139:E003	FBgn0000139	E003	3.61191788404307	0.0958536569319242	0.306842465070503	0.579624269383555	0.988468331356457	0.658195470843465	0.734052741455275	0.315661407669138	3R	20476372	20476716	345	+	8	4	1	3	12	1	2	FBtr0084660
-FBgn0000139:E009	FBgn0000139	E009	96.3385782859831	0.011430875525524	0.248299557137116	0.61827496465065	0.988468331356457	1.97768163013796	1.9519795219015	-0.0863166697200413	3R	20478820	20479098	279	+	92	64	93	95	166	87	94	FBtr0084660, FBtr0084659, FBtr0306171
-FBgn0000140:E001	FBgn0000140	E001	10.7470539964813	0.0236213796310989	0.0587746518097418	0.808443240732356	0.988468331356457	1.10752920352046	1.04233081237879	-0.236509505884294	3R	20579625	20579777	153	+	14	9	11	21	17	5	5	FBtr0084692
-FBgn0000140:E003	FBgn0000140	E003	26.5896581030249	0.0914994448002348	0.160702284387241	0.688510762143333	0.988468331356457	1.4724378864079	1.3719145809397	-0.347092983856932	3R	20580079	20580291	213	+	27	25	22	29	20	32	23	FBtr0084692
-FBgn0000140:E004	FBgn0000140	E004	396.131203959444	0.0294678703745728	0.119912514318344	0.729129394175309	0.988468331356457	2.61535316943303	2.58420298434629	-0.103739446069874	3R	20580371	20585252	4882	+	717	355	274	503	729	250	241	FBtr0084692
-FBgn0000083:E005	FBgn0000083	E005	519.429405568491	0.0169624652408056	0.000633271245732203	0.97992344882344	0.994194178660675	2.71639742084099	2.70878588463241	-0.0253340802249848	3R	16894560	16894741	182	+	567	413	615	536	584	399	524	FBtr0089518, FBtr0089519, FBtr0089520, FBtr0089517
-FBgn0000052:E003	FBgn0000052	E003	314.320768507933	0.015933430930349	0.000170510700996829	0.989581539738173	0.99914271403516	2.4902541443183	2.49234632022927	0.00697255325058421	2L	6044428	6045526	1099	-	343	283	295	346	457	261	265	FBtr0079219, FBtr0079221, FBtr0079220
-FBgn0000116:E004	FBgn0000116	E004	0.15316821713762	0.0961802922590133	-0.0994480803480258	1	1	5.79560587622373e-05	0.0848432390180144	10.6587432595504	3L	9046620	9046661	42	-	0	0	1	0	0	0	0	FBtr0331550
-FBgn0000116:E006	FBgn0000116	E006	0.15316821713762	0.0961802922590133	-0.0994480803480258	1	1	5.79560587622373e-05	0.0848432390180143	10.6587432595496	3L	9055007	9055567	561	-	0	0	1	0	0	0	0	FBtr0076543, FBtr0076544
+FBgn0000053:E004	FBgn0000053	E004	6.32535175423168	0.0260746112050729	12.530803057472	0.000400297728617232	0.0509874312665682	0.560431525753225	1.03559165896856	1.90324728412603	2L	7018085	7018148	64	-	13	7	15	0	3	3	4	FBtr0100353
+FBgn0000064:E004	FBgn0000064	E004	27.138007646805	0.0320617278177847	12.1612830927	0.000487918002550892	0.0509874312665682	1.24591788539896	1.60494805380443	1.24070282550475	3R	22082196	22082345	150	-	74	30	39	9	25	20	9	FBtr0085000, FBtr0114544
+FBgn0000139:E007	FBgn0000139	E007	17.4740062043893	0.0165629900907614	10.7325777908852	0.00105265701924694	0.0733351056742031	1.32932201339503	1.0013182486775	-1.17190260365925	3R	20478032	20478312	281	+	12	5	9	24	28	24	19	FBtr0084660, FBtr0084659, FBtr0306171
+FBgn0000108:E006	FBgn0000108	E006	0.864384408056277	0.0398329998477902	8.77609533990598	0.00305203827218214	0.159468999721517	0.000374560568102528	0.49804139340676	11.2816631671754	X	465164	465166	3	+	4	2	1	0	0	0	0	FBtr0307295, FBtr0307293
+FBgn0000139:E006	FBgn0000139	E006	30.3520375086607	0.012151120248456	6.45955073288243	0.0110357543434669	0.461294531556918	1.41506094753841	1.58548211255966	0.584732789621411	3R	20477583	20477963	381	+	44	29	34	39	45	15	21	FBtr0084660, FBtr0084659, FBtr0306171
+FBgn0000024:E009	FBgn0000024	E009	0.979078995544713	0.0565361596736455	4.45488042210965	0.0348016526853028	0.661231401020753	0.116350890871463	0.386493761474381	2.22364616217264	3R	9071532	9072376	845	-	1	2	3	0	1	0	0	FBtr0082780, FBtr0300486
+FBgn0000053:E006	FBgn0000053	E006	247.836023771802	0.00413146159596076	4.77587478994204	0.0288611796671908	0.661231401020753	2.36309331815653	2.42244726295631	0.197971534513392	2L	7018431	7019080	650	-	368	279	279	214	298	171	181	FBtr0079431, FBtr0100353
+FBgn0000064:E011	FBgn0000064	E011	121.014747579775	0.0367033649622715	4.95300583714894	0.0260453472332993	0.661231401020753	2.1785046603685	1.9656884027302	-0.713061880553438	3R	22086876	22086879	4	-	154	77	97	210	219	76	86	FBtr0085001
+FBgn0000083:E008	FBgn0000083	E008	148.254009682968	0.0362535264218664	4.82874587973305	0.0279889831757376	0.661231401020753	2.08718096321596	2.2637004711446	0.590354264227821	3R	16896446	16896639	194	+	317	119	178	86	149	110	129	FBtr0089518, FBtr0089520
+FBgn0000100:E001	FBgn0000100	E001	6.87698735532182	0.0156914752615278	4.46396789625445	0.0346169969470842	0.661231401020753	0.834776430335481	0.995293983036998	0.607664265542763	3L	22068967	22069026	60	+	16	5	9	9	9	3	3	FBtr0334113
+FBgn0000139:E004	FBgn0000139	E004	6.44700256941908	0.0145426429700341	5.41649809141997	0.0199473293466409	0.661231401020753	0.747955850044005	1.0149985199286	1.0244854046314	3R	20476902	20476973	72	+	14	7	6	3	10	4	5	FBtr0306171
+FBgn0000121:E001	FBgn0000121	E001	1.0078404227901	0.0424262576650837	4.23409336894185	0.0396197787856791	0.690044480517245	0.184461660137105	0.483143457325224	1.94804518290629	3L	8640361	8640745	385	-	4	0	1	0	1	1	1	FBtr0076599
+FBgn0000121:E003	FBgn0000121	E003	2.30524126345099	0.0402435821106915	3.75443501898957	0.0526675919876798	0.846732825032698	0.591875188550504	0.349324737120316	-1.23487810284089	3L	8641070	8642036	967	-	2	0	1	3	11	2	1	FBtr0076599
+FBgn0000140:E005	FBgn0000140	E005	32.5533299591785	0.0160642137347411	3.62932038149896	0.0567699942558332	0.847494914247795	1.47442773648576	1.58463910489876	0.377292669703816	3R	20585313	20585614	302	+	51	37	38	35	47	22	13	FBtr0084692
+FBgn0000053:E002	FBgn0000053	E002	211.729712208868	0.0078498483445018	3.19133074755044	0.0740297250809229	0.910130149524288	2.36279177541139	2.28489979199232	-0.259986641399077	2L	7016437	7017486	1050	-	295	164	223	247	282	155	176	FBtr0079431
+FBgn0000061:E005	FBgn0000061	E005	0.374447732873272	0.0928439773734588	3.23038532123421	0.0722836791737369	0.910130149524288	0.107605888154312	0.179667196995298	0.865846190682831	2L	386703	387439	737	+	2	0	0	0	0	0	1	FBtr0078053
+FBgn0000119:E003	FBgn0000119	E003	13.5729072769284	0.0112706429108576	3.38828318291495	0.0656612846730281	0.910130149524288	1.07136544014763	1.23877090936882	0.598270981560075	2R	9343488	9343757	270	-	21	15	16	15	13	7	11	FBtr0087702
+FBgn0000008:E007	FBgn0000008	E007	9.13870603970407	0.0145846393817593	0.705304679132198	0.401006965277829	0.963098332572022	0.961336540786296	1.04242034081339	0.299198117165809	2R	18050410	18051199	790	+	18	8	7	8	11	11	4	FBtr0071764, FBtr0071763, FBtr0100521
+FBgn0000008:E009	FBgn0000008	E009	18.1387053226442	0.0162890971947352	2.22533936644516	0.13576282343183	0.963098332572022	1.3126893050496	1.20164258558474	-0.390558335203677	2R	18056749	18058222	1474	+	16	17	15	18	33	21	10	FBtr0071764, FBtr0071763, FBtr0100521
+FBgn0000008:E010	FBgn0000008	E010	12.8536495497367	0.0219627636731318	2.76860602625801	0.0961298434562183	0.963098332572022	1.0663135927165	1.21095152283058	0.518348078640336	2R	18058283	18059490	1208	+	17	17	15	9	20	8	8	FBtr0071764, FBtr0071763, FBtr0100521
+FBgn0000008:E011	FBgn0000008	E011	1.99928611112699	0.0267614800907663	2.19380997431212	0.13856618819655	0.963098332572022	0.583610792041206	0.346577156590376	-1.21441807285038	2R	18059587	18059757	171	+	2	0	2	3	6	1	2	FBtr0071764, FBtr0071763, FBtr0100521
+FBgn0000015:E002	FBgn0000015	E002	0.0933261680585749	0.417300223316944	1.16775770383716	0.279862451430646	0.963098332572022	0.000106049848740154	0.17096144217898	10.9478005405332	3R	12753395	12755302	1908	-	1	0	0	0	0	0	0	FBtr0330709, FBtr0083385, FBtr0083384, FBtr0083383, FBtr0083382, FBtr0083381
+FBgn0000015:E006	FBgn0000015	E006	0.82233114731192	0.0625118451144243	1.38486564371399	0.239274086777116	0.963098332572022	0.200794090647956	0.176938197962133	-0.22495794313887	3R	12758093	12760298	2206	-	0	0	1	0	1	1	2	FBtr0083384
+FBgn0000017:E002	FBgn0000017	E002	40.9148553776179	0.00848490004187481	0.742785926181341	0.388769905560976	0.963098332572022	1.62932144304917	1.56696258119178	-0.212517587621244	3L	16616389	16616736	348	-	47	29	29	36	83	48	28	FBtr0330136, FBtr0075357, FBtr0330133, FBtr0112790, FBtr0330130
+FBgn0000017:E003	FBgn0000017	E003	68.6033909674033	0.0344658066003681	0.845342550697126	0.357873255375239	0.963098332572022	1.85918420958981	1.76215076579898	-0.327412220114637	3L	16616737	16618374	1638	-	60	55	46	48	132	83	62	FBtr0075357, FBtr0330136, FBtr0112790, FBtr0330135, FBtr0330134, FBtr0330133, FBtr0330132, FBtr0330131, FBtr0330130
+FBgn0000017:E007	FBgn0000017	E007	179.862650955019	0.00527720606288061	1.22952420853227	0.267499588134235	0.963098332572022	2.23224993641359	2.27167669883147	0.131710447358067	3L	16620022	16620292	271	-	263	128	157	167	345	176	112	FBtr0075357, FBtr0330136, FBtr0112790, FBtr0330135, FBtr0330134, FBtr0330133, FBtr0330132, FBtr0330131, FBtr0330130
+FBgn0000024:E003	FBgn0000024	E003	0.0883366573889214	0.174429002253271	0.883191650702461	0.347328999687589	0.963098332572022	0.115154768859512	4.38441872223455e-05	-11.5543198679981	3R	9058683	9058846	164	-	0	0	0	0	1	0	0	FBtr0082780, FBtr0300486
+FBgn0000024:E004	FBgn0000024	E004	0.131817041205232	0.156759576192398	0.936825405188312	0.333095605675496	0.963098332572022	0.117255137623967	4.40049756159367e-05	-11.5787595361859	3R	9062851	9063000	150	-	0	0	0	1	0	0	0	FBtr0082780, FBtr0300486
+FBgn0000024:E006	FBgn0000024	E006	0.0883366573889214	0.174429002253271	0.883191650702461	0.347328999687589	0.963098332572022	0.115154768859512	4.38441872223455e-05	-11.5543198679981	3R	9068941	9069148	208	-	0	0	0	0	1	0	0	FBtr0082780, FBtr0300486
+FBgn0000024:E007	FBgn0000024	E007	0.609263156530486	0.0552185710186082	2.37208639359462	0.123521866276318	0.963098332572022	0.347316273158056	0.0921936997266177	-2.37279405482243	3R	9069308	9069853	546	-	0	1	0	2	2	0	0	FBtr0082780, FBtr0300486
+FBgn0000024:E008	FBgn0000024	E008	0.0883366573889214	0.174429002253271	0.883191650702461	0.347328999687589	0.963098332572022	0.115154768859512	4.38441872223455e-05	-11.5543198679981	3R	9069983	9070121	139	-	0	0	0	0	1	0	0	FBtr0082780, FBtr0300486
+FBgn0000032:E002	FBgn0000032	E002	80.2953101927857	0.0606468584272185	1.74107670696841	0.187002458667564	0.963098332572022	1.83330805241647	1.9983425079248	0.555011366084622	3R	25816863	25817415	553	-	213	67	51	112	71	52	51	FBtr0085609, FBtr0085610
+FBgn0000032:E004	FBgn0000032	E004	261.378773499601	0.0083414286003544	1.88762072565143	0.169470524452733	0.963098332572022	2.42441185631876	2.40027735687706	-0.0804845474840157	3R	25817805	25818494	690	-	385	165	234	328	450	197	204	FBtr0085609, FBtr0085610
+FBgn0000032:E008	FBgn0000032	E008	11.0767227240209	0.0752521606828927	1.03446673300539	0.309111864559584	0.963098332572022	1.15015533911152	0.991969513830611	-0.574588572573645	3R	25818984	25818998	15	-	12	11	4	17	35	5	6	FBtr0085609, FBtr0085610
+FBgn0000037:E001	FBgn0000037	E001	4.93059492840277	0.0395299268896974	0.995236704929631	0.318465837412574	0.963098332572022	0.831558501892963	0.738248974420042	-0.371012278209824	2R	20266159	20269379	3221	-	9	5	4	5	9	3	3	FBtr0072367, FBtr0072368
+FBgn0000037:E004	FBgn0000037	E004	0.131817041205232	0.116260535609282	0.775220508147022	0.378606875813972	0.963098332572022	0.111302972697622	0.000324930053147912	-8.6084238520039	2R	20270959	20271142	184	-	0	0	0	1	0	0	0	FBtr0072367, FBtr0072368
+FBgn0000037:E005	FBgn0000037	E005	2.87103694900597	0.0543582762570099	1.5893033577657	0.207425692792928	0.963098332572022	0.479874011257837	0.641313937865595	0.74263866147341	2R	20271447	20272571	1125	-	1	5	7	1	4	0	2	FBtr0072367, FBtr0072368
+FBgn0000042:E005	FBgn0000042	E005	33.8277404051372	0.104520238899478	0.828607921169947	0.362675372194486	0.963098332572022	1.48013938694359	1.62735162773013	0.503158955151706	X	5798498	5798821	324	+	119	20	29	45	52	14	8	FBtr0100662, FBtr0070823
+FBgn0000043:E001	FBgn0000043	E001	15041.3064055878	0.108412129134528	1.0569923164112	0.303902171569617	0.963098332572022	4.21491313528632	4.14840850286904	-0.220938162604998	2R	1901415	1902927	1513	-	27313	15297	16802	15915	20887	8188	9110	FBtr0086029
+FBgn0000043:E002	FBgn0000043	E002	391.125850028855	0.0920077219800062	1.24156889484715	0.265168903639433	0.963098332572022	2.56307400999028	2.62090923824806	0.192617674117013	2R	1903082	1903190	109	-	1145	374	378	570	190	188	174	FBtr0086029
+FBgn0000046:E002	FBgn0000046	E002	0.205235479273134	0.102801017040318	0.75990077617886	0.383359576270264	0.963098332572022	0.109814830580842	0.000281292282856954	-8.79455982357625	3R	9252169	9252304	136	+	0	0	0	0	0	1	0	FBtr0082786
+FBgn0000047:E002	FBgn0000047	E002	4.10256379465508	0.0293721539940488	1.43807685220263	0.230450801227506	0.963098332572022	0.668281153362661	0.751559563656926	0.34385665245327	3R	11266322	11267262	941	+	7	5	6	2	7	3	1	FBtr0083143
+FBgn0000047:E003	FBgn0000047	E003	1.47614278023545	0.0436564586442593	1.38983276916795	0.238433342937295	0.963098332572022	0.474334799702788	0.308184555988914	-0.938944357443429	3R	11267324	11267895	572	+	1	2	1	4	2	0	1	FBtr0083143
+FBgn0000052:E004	FBgn0000052	E004	2.50560510092783	0.0448382271184665	1.22842873652495	0.267712829149074	0.963098332572022	0.595962987493997	0.415809194959972	-0.875312530835296	2L	6045527	6045593	67	-	3	0	2	2	5	5	1	FBtr0079221
+FBgn0000053:E001	FBgn0000053	E001	296.253588782233	0.00489916862568035	1.7427250288585	0.186793917670651	0.963098332572022	2.49472205105661	2.44885314188096	-0.152889388299936	2L	7014861	7016374	1514	-	414	275	301	312	429	184	257	FBtr0079431
+FBgn0000053:E005	FBgn0000053	E005	62.2147652508149	0.019054189516689	1.43403008206764	0.231107851400441	0.963098332572022	1.75129827394893	1.83490947626786	0.28230347728829	2L	7018149	7018374	226	-	77	70	85	38	72	45	51	FBtr0079431, FBtr0100353
+FBgn0000054:E002	FBgn0000054	E002	5.12918186544468	0.0166555616922453	1.21584755508188	0.270177113059246	0.963098332572022	0.829476707690232	0.683407649537719	-0.58915232721004	2R	2549942	2549953	12	+	3	5	4	10	8	3	4	FBtr0086113, FBtr0086112
+FBgn0000054:E003	FBgn0000054	E003	8.66762333263177	0.0120400400605333	1.23741962221203	0.265968935670302	0.963098332572022	1.01918714362556	0.900686843057823	-0.442346805699214	2R	2549954	2550073	120	+	10	5	7	8	16	9	8	FBtr0086112
+FBgn0000061:E002	FBgn0000061	E002	0.481367533418178	0.0969310119835638	0.93755074377659	0.332908524675501	0.963098332572022	0.265757395708446	0.000123419212482069	-11.5359752619216	2L	384511	384894	384	+	0	0	0	0	1	1	1	FBtr0078053
+FBgn0000064:E001	FBgn0000064	E001	545.837147870255	0.0773957433515417	1.10880846422873	0.292341108675501	0.963098332572022	2.66154933023459	2.81827995451637	0.521602390088569	3R	22079791	22080925	1135	-	1709	361	542	439	682	328	303	FBtr0084994
+FBgn0000064:E003	FBgn0000064	E003	103.865948679456	0.0558779323115659	2.42938933175063	0.119079279239012	0.963098332572022	2.10217186703299	1.92238842994281	-0.603133619371958	3R	22081688	22082029	342	-	167	48	93	85	279	77	76	FBtr0310661, FBtr0085000, FBtr0085001, FBtr0306657, FBtr0114544
+FBgn0000064:E006	FBgn0000064	E006	2814.5524025292	0.013399823870677	2.26103927419041	0.132665003517739	0.963098332572022	3.46481418086268	3.43869505360311	-0.0867965396860377	3R	22082947	22083763	817	-	3729	2672	3078	2786	4155	2022	2100	FBtr0085000, FBtr0085001, FBtr0084995, FBtr0084994, FBtr0306657, FBtr0114544, FBtr0310661, FBtr0310660, FBtr0084999
+FBgn0000064:E008	FBgn0000064	E008	14.3346630236921	0.0141157174284014	2.00200755210722	0.157091026314475	0.963098332572022	1.12771608115777	1.26680608208151	0.493536437047414	3R	22084709	22084991	283	-	33	12	18	10	21	6	11	FBtr0310660, FBtr0114544
+FBgn0000064:E009	FBgn0000064	E009	1.15788898853292	0.328758343529102	0.715436820610051	0.397644806179916	0.963098332572022	0.287991918887175	0.455845485708434	0.980606580375336	3R	22084992	22084996	5	-	5	2	0	0	4	0	0	FBtr0114544
+FBgn0000071:E003	FBgn0000071	E003	4.48674647444507	0.0161039803087698	0.864419870548616	0.352504770891838	0.963098332572022	0.527778990421753	0.679956806177535	0.675016445618511	3R	2589223	2589238	16	+	16	8	7	0	2	1	1	FBtr0081619
+FBgn0000083:E007	FBgn0000083	E007	32.2876781486623	0.0424555325572882	1.17936207025656	0.277485903629647	0.963098332572022	1.56826787849373	1.45679196735118	-0.382088341634661	3R	16896000	16896261	262	+	60	20	15	42	51	26	30	FBtr0089517
+FBgn0000084:E001	FBgn0000084	E001	53.2358303205052	0.128271951249767	1.954019461858	0.162154373078189	0.963098332572022	1.64056301450731	1.83525788581357	0.65891543616971	X	20065478	20065681	204	-	144	41	40	12	73	50	45	FBtr0070025, FBtr0301931
+FBgn0000092:E001	FBgn0000092	E001	2.91279031750449	0.0289095082560318	0.993435810369718	0.318904079847416	0.963098332572022	0.531486020214671	0.642649813794647	0.499014494180298	X	2586765	2587130	366	-	6	5	3	1	4	0	3	FBtr0070504
+FBgn0000094:E001	FBgn0000094	E001	7.82839415860988	0.0275963707053308	0.701300871186064	0.40234692763716	0.963098332572022	0.925800562022812	0.974289463479513	0.181446405589416	3R	26035670	26035802	133	+	17	6	9	8	9	7	3	FBtr0085611
+FBgn0000094:E002	FBgn0000094	E002	2.87825776924099	0.0347928463044322	0.691911150360454	0.405515087398746	0.963098332572022	0.678802568080255	0.586602452933288	-0.399675825103516	3R	26035865	26036011	147	+	9	2	0	3	8	2	1	FBtr0085611
+FBgn0000097:E003	FBgn0000097	E003	558.924889184516	0.0167376186899312	0.958121491219032	0.327660620940916	0.963098332572022	2.77051952173125	2.71288062984434	-0.19182020213678	2L	2157427	2158405	979	-	725	462	477	524	1052	491	412	FBtr0330658, FBtr0330660, FBtr0077850, FBtr0077851, FBtr0330659
+FBgn0000097:E004	FBgn0000097	E004	38.4345935077677	0.0114071200155146	2.60957282499965	0.106220371578408	0.963098332572022	1.54912803764126	1.65328887609534	0.354927850537881	2L	2158468	2159245	778	-	72	36	37	46	50	27	21	FBtr0330658, FBtr0330660, FBtr0077850, FBtr0077851, FBtr0330659
+FBgn0000099:E002	FBgn0000099	E002	0.574693701476753	0.067158438235137	1.05099411459156	0.305278244414972	0.963098332572022	0.17972005636084	0.153925221317294	-0.269102223966472	2R	1594729	1595611	883	-	1	0	0	0	1	1	1	FBtr0300505, FBtr0086058, FBtr0086059, FBtr0300504
+FBgn0000099:E007	FBgn0000099	E007	0.168955759342179	0.212581779570316	0.762794676371374	0.382455348455174	0.963098332572022	6.85374802985576e-05	0.157511148649111	11.4356781385688	2R	1604154	1604293	140	-	0	1	0	0	0	0	0	FBtr0300505, FBtr0086058, FBtr0300504
+FBgn0000100:E002	FBgn0000100	E002	750.225086408109	0.0727790156249062	0.922378588694727	0.336851206647729	0.963098332572022	2.8764630510121	2.87728102894622	0.00272087662171927	3L	22069135	22069191	57	+	1225	809	496	1366	1073	336	423	FBtr0334113
+FBgn0000100:E003	FBgn0000100	E003	12136.5601437149	0.08468829894385	0.823220913370022	0.364240126431307	0.963098332572022	4.12611571956599	4.0248258892709	-0.336505879904552	3L	22069192	22069236	45	+	14672	9830	10238	12925	20934	9117	11258	FBtr0078481, FBtr0334113
+FBgn0000108:E001	FBgn0000108	E001	2.75903382413077	0.0231397022611597	1.93659566838593	0.164038648339371	0.963098332572022	0.634536060223309	0.453377322482179	-0.847077332949329	X	424503	424567	65	+	4	1	1	1	6	5	2	FBtr0307294, FBtr0307295, FBtr0070109, FBtr0307292, FBtr0307293
+FBgn0000108:E003	FBgn0000108	E003	0.764700251448577	0.0486048311208635	1.37752569741576	0.240523061056731	0.963098332572022	0.289516292860264	0.117220891457336	-1.61283051746801	X	425660	425909	250	+	0	1	0	1	1	0	2	FBtr0307294, FBtr0307295, FBtr0307291, FBtr0070109, FBtr0307293, FBtr0307292
+FBgn0000108:E005	FBgn0000108	E005	5.90311493930572	0.0255345033267392	1.15106451699836	0.283326419788242	0.963098332572022	0.756691097921012	0.911610316989254	0.603708799488138	X	464895	465033	139	+	8	5	10	3	9	5	3	FBtr0307294, FBtr0307295, FBtr0307291, FBtr0070109, FBtr0307293, FBtr0307292
+FBgn0000108:E007	FBgn0000108	E007	2.0755759309234	0.029921256434629	1.4408343713607	0.230004368748431	0.963098332572022	0.525904492976402	0.351622869885728	-0.918150131577981	X	465167	465385	219	+	0	3	1	0	5	2	3	FBtr0307294, FBtr0307295, FBtr0307291, FBtr0070109, FBtr0307293, FBtr0307292
+FBgn0000108:E010	FBgn0000108	E010	0.974055918507825	0.0493786727653942	0.875935042355863	0.349317460964773	0.963098332572022	0.33956974269354	0.208398502332785	-0.944982833803807	X	466170	466181	12	+	1	0	1	2	1	0	2	FBtr0307295, FBtr0307293
+FBgn0000114:E002	FBgn0000114	E002	0.293572136662055	0.221550812737499	0.70105278402859	0.402430169532584	0.963098332572022	0.194452023494303	4.31707602477495e-05	-12.4720090772969	2L	12201326	12201771	446	+	0	0	0	0	1	1	0	FBtr0331648
+FBgn0000114:E005	FBgn0000114	E005	0.441683286944607	0.0790218848065378	2.38690063585991	0.122355998906499	0.963098332572022	0.372497231638173	4.31647391183462e-05	-13.73767588971	2L	12240868	12241780	913	+	0	0	0	0	5	0	0	FBtr0080344, FBtr0331645
+FBgn0000114:E010	FBgn0000114	E010	0.576335917111657	0.0646644639371979	2.35993224446138	0.124487595996451	0.963098332572022	0.192116977658309	0.249376275516429	0.479466626419422	2L	12287223	12287808	586	+	1	0	2	0	2	0	0	FBtr0080347
+FBgn0000115:E001	FBgn0000115	E001	52.3822474504571	0.0199972532126264	0.726594154629339	0.393989388102088	0.963098332572022	1.75677786986779	1.69977972846158	-0.192953648517532	3L	15976235	15976380	146	+	88	34	41	72	99	33	38	FBtr0075517
+FBgn0000115:E002	FBgn0000115	E002	121.3964552666	0.00859784304295836	1.38607677542112	0.239068757223454	0.963098332572022	2.06205232998377	2.1081826008248	0.154512171197275	3L	15976478	15976694	217	+	156	119	129	121	183	82	96	FBtr0075517
+FBgn0000116:E002	FBgn0000116	E002	0.0883366573889214	0.130837564724906	1.26845624216512	0.260056487693212	0.963098332572022	0.125405019437721	2.91232772279116e-05	-12.2853882963673	3L	9044230	9044817	588	-	0	0	0	0	1	0	0	FBtr0331550, FBtr0076546
+FBgn0000116:E003	FBgn0000116	E003	0.40181652404165	0.0540594290685492	2.25361582750213	0.133302600915746	0.963098332572022	0.302702946423551	0.0838746295856466	-2.24190659313981	3L	9044818	9045001	184	-	1	0	0	1	2	0	0	FBtr0076546
+FBgn0000116:E008	FBgn0000116	E008	0.205235479273134	0.0843123876861633	1.3441741135191	0.246299194173841	0.963098332572022	0.127924034824027	2.91222175071408e-05	-12.3185201363288	3L	9057564	9057617	54	-	0	0	0	0	0	1	0	FBtr0112791, FBtr0076543
+FBgn0000117:E002	FBgn0000117	E002	252.254084844864	0.107854326636442	0.747069505914311	0.387405631535073	0.963098332572022	2.35806241758402	2.4550472067761	0.323447533004799	X	1787436	1787532	97	-	259	283	348	72	287	232	237	FBtr0089989, FBtr0089988, FBtr0089991, FBtr0089992, FBtr0332583
+FBgn0000117:E005	FBgn0000117	E005	3117.72913507179	0.0066362367185224	0.839421843303086	0.359562176275081	0.963098332572022	3.4999596803176	3.48897437689403	-0.0365040799971155	X	1789147	1790786	1640	-	4350	2733	3196	3198	4668	2293	2428	FBtr0089990, FBtr0089991, FBtr0089992, FBtr0332583, FBtr0089989, FBtr0089988
+FBgn0000117:E008	FBgn0000117	E008	20.8971168975998	0.0372886659592752	0.826139829165925	0.363391117930983	0.963098332572022	1.29769662909999	1.41289185863548	0.400395210848528	X	1793414	1793431	18	-	53	16	19	22	31	11	13	FBtr0089990, FBtr0089989, FBtr0332583
+FBgn0000119:E002	FBgn0000119	E002	45.8133778867127	0.00960934513282915	0.903243305164139	0.341913547918649	0.963098332572022	1.69466032602553	1.63238455435253	-0.211468804371009	2R	9342801	9343425	625	-	55	39	39	62	84	29	35	FBtr0087702
+FBgn0000119:E004	FBgn0000119	E004	9.86358238497846	0.0393068143671913	1.06954919590468	0.301047293960946	0.963098332572022	0.982991234912	1.10424444093957	0.443019414807062	2R	9343821	9343978	158	-	20	7	11	5	16	3	13	FBtr0087702
+FBgn0000119:E007	FBgn0000119	E007	2.5085164052321	0.0346817803595734	2.56465051893807	0.109276704347877	0.963098332572022	0.668786239834798	0.407658364396998	-1.23516248011663	2R	9370660	9370723	64	-	3	2	0	6	8	1	1	FBtr0087702
+FBgn0000139:E005	FBgn0000139	E005	13.2470390620692	0.0180082507634969	2.95510583405498	0.0856067014515877	0.963098332572022	1.06307642161025	1.22423119296009	0.577075185744735	3R	20477139	20477352	214	+	18	13	14	10	17	5	18	FBtr0084659
+FBgn0000139:E008	FBgn0000139	E008	112.43808666746	0.00514161204554382	1.22972492936657	0.26746053942601	0.963098332572022	2.05376250414961	2.0118442442603	-0.140553239917361	3R	20478504	20478761	258	+	130	73	89	133	199	85	116	FBtr0084660, FBtr0084659, FBtr0306171
+FBgn0000140:E006	FBgn0000140	E006	29.5385944102884	0.0128665703106767	0.93003854882059	0.334852908392887	0.963098332572022	1.47544285601798	1.52695520466892	0.176696011219164	3R	20585679	20586235	557	+	67	21	26	34	46	15	22	FBtr0084692
+FBgn0000099:E003	FBgn0000099	E003	0.0933261680585749	0.255619030274411	0.666825720879441	0.414160499056898	0.972579149470693	6.85374917721472e-05	0.151707137252979	11.3713018725131	2R	1595688	1595884	197	-	1	0	0	0	0	0	0	FBtr0300505, FBtr0086058, FBtr0086059, FBtr0300504
+FBgn0000017:E008	FBgn0000017	E008	4.44081189153106	0.130680599454889	0.60954732366514	0.434958301696107	0.982553629316017	0.636333661820817	0.818859055634219	0.747889130725407	3L	16620602	16621188	587	-	5	1	10	5	3	2	5	FBtr0075357, FBtr0330136, FBtr0112790, FBtr0330135, FBtr0330134, FBtr0330133, FBtr0330132, FBtr0330131, FBtr0330130
+FBgn0000054:E001	FBgn0000054	E001	30.2913156353099	0.0172051212712589	0.610870881212108	0.434460096298439	0.982553629316017	1.46424626215618	1.52753985135649	0.217196924574273	2R	2549775	2549941	167	+	56	22	27	43	33	21	23	FBtr0330252, FBtr0086111, FBtr0086113, FBtr0086112
+FBgn0000083:E003	FBgn0000083	E003	84.235857406506	0.0697535112588725	0.603586546188865	0.43721285897794	0.982553629316017	1.98461391980018	1.85306183411079	-0.442360068563776	3R	16893168	16893221	54	+	119	60	55	93	238	36	74	FBtr0089518, FBtr0089519, FBtr0089520, FBtr0089517
+FBgn0000140:E002	FBgn0000140	E002	24.0938527740886	0.0598968699795515	0.630025549125506	0.427345942467237	0.982553629316017	1.43841373984494	1.31714565241595	-0.420526517401117	3R	20579850	20580026	177	+	19	23	22	24	32	25	21	FBtr0084692
+FBgn0000008:E002	FBgn0000008	E002	0.205235479273134	0.0846867325679351	0.354584839779697	0.551529167688135	0.988468250475379	0.0934277740961931	0.000237603868559663	-8.77671572579461	2R	18024496	18024531	36	+	0	0	0	0	0	1	0	FBtr0071763, FBtr0100521
+FBgn0000008:E003	FBgn0000008	E003	0.594344937209466	0.0463006831021595	0.553790567476476	0.456772993377287	0.988468250475379	0.234031289345081	0.116328457176881	-1.21710110284711	2R	18024532	18024713	182	+	0	1	0	1	1	1	0	FBtr0071763
+FBgn0000008:E004	FBgn0000008	E004	0.522626439341238	0.0490781710062439	0.0582800674602595	0.809235309561884	0.988468250475379	0.168878443479535	0.206999072463866	0.361508461429874	2R	18024938	18025504	567	+	1	0	1	0	1	0	1	FBtr0071764
+FBgn0000008:E005	FBgn0000008	E005	1.32353144265853	0.0319285714294607	0.451618955791844	0.50156713909617	0.988468250475379	0.339631956153797	0.450481275313519	0.619140713848391	2R	18025505	18025756	252	+	4	1	1	2	2	0	1	FBtr0071764, FBtr0071763, FBtr0100521
+FBgn0000008:E006	FBgn0000008	E006	0.0933261680585749	0.127575711723708	0.440821691623384	0.50672612623637	0.988468250475379	0.000119559168193832	0.114575510265355	10.0986468926654	2R	18039159	18039200	42	+	1	0	0	0	0	0	0	FBtr0071764, FBtr0071763, FBtr0100521
+FBgn0000008:E008	FBgn0000008	E008	1.63933440281406	0.0405591330253439	0.00360279367238547	0.952137096472024	0.988468250475379	0.389381363439222	0.399811848480514	0.0580501535331721	2R	18052282	18052494	213	+	4	1	0	0	1	4	1	FBtr0071764, FBtr0071763, FBtr0100521
+FBgn0000008:E012	FBgn0000008	E012	0.661887298226701	0.0619165916272772	0.07615133950857	0.782582382428597	0.988468250475379	0.232756294044892	0.278952332344003	0.345418763169777	2R	18059821	18059938	118	+	3	0	0	0	2	1	0	FBtr0071764, FBtr0071763, FBtr0100521
+FBgn0000008:E013	FBgn0000008	E013	3.91734100140517	0.123186505019182	0.290988756663069	0.589587607443279	0.988468250475379	0.749715773154317	0.671415249179673	-0.32316561760449	2R	18060002	18060339	338	+	11	1	1	5	10	5	0	FBtr0071764, FBtr0071763, FBtr0100521
+FBgn0000008:E014	FBgn0000008	E014	0.55498474117927	0.0469037189895959	0.0204533662371702	0.886278124804028	0.988468250475379	0.232235515322785	0.207008218232052	-0.211318792954232	2R	18060340	18060346	7	+	1	0	1	1	2	0	0	FBtr0071763, FBtr0071764
+FBgn0000014:E001	FBgn0000014	E001	0.298561647331709	14	0.022207001194591	0.881537743450339	0.988468250475379	0.159722050853696	0.0710511907179924	-1.32242479740168	3R	12632936	12633348	413	-	1	0	0	0	0	1	0	FBtr0306337
+FBgn0000014:E009	FBgn0000014	E009	0.0933261680585749	14	0.0222167491417764	0.881511938241594	0.988468250475379	0.000277697002759089	0.0710511907144396	8.11836418716537	3R	12653620	12653845	226	-	1	0	0	0	0	0	0	FBtr0083388
+FBgn0000017:E001	FBgn0000017	E001	1147.17152215341	0.011362010634519	0.298847930517383	0.584605567820367	0.988468250475379	3.05556751751218	3.04049622534619	-0.0501106151143684	3L	16615470	16616388	919	-	1564	806	875	1289	2492	911	820	FBtr0075357, FBtr0330136, FBtr0112790, FBtr0330135, FBtr0330134, FBtr0330133, FBtr0330132, FBtr0330131, FBtr0330130
+FBgn0000017:E004	FBgn0000017	E004	118.685044393895	0.0464436039026882	0.151717315603406	0.696899602500475	0.988468250475379	2.07814733090296	2.03486032157136	-0.145070593773167	3L	16619373	16619627	255	-	103	108	87	107	162	144	104	FBtr0330133, FBtr0330132, FBtr0330131, FBtr0330130
+FBgn0000017:E005	FBgn0000017	E005	271.37662534133	0.0304991592999571	0.040691660347818	0.84013426598403	0.988468250475379	2.4162084276058	2.43379452982851	0.058640173178981	3L	16619628	16619716	89	-	296	210	261	313	372	242	237	FBtr0075357, FBtr0330136, FBtr0112790, FBtr0330135, FBtr0330134, FBtr0330133, FBtr0330132, FBtr0330131, FBtr0330130
+FBgn0000017:E006	FBgn0000017	E006	198.426283439389	0.0133759958183614	0.0332377467063907	0.855337706757332	0.988468250475379	2.29104772645691	2.27753485921179	-0.04512326474575	3L	16619843	16619963	121	-	226	135	183	182	354	208	152	FBtr0075357, FBtr0330136, FBtr0112790, FBtr0330135, FBtr0330134, FBtr0330133, FBtr0330132, FBtr0330131, FBtr0330130
+FBgn0000017:E009	FBgn0000017	E009	309.86811554891	0.0285670039845541	0.488056239535837	0.484795655005715	0.988468250475379	2.46191631877735	2.51915150797965	0.190748122620157	3L	16621274	16621689	416	-	623	200	211	298	672	249	191	FBtr0075357, FBtr0330136, FBtr0112790, FBtr0330135, FBtr0330134, FBtr0330133, FBtr0330132, FBtr0330131, FBtr0330130
+FBgn0000018:E001	FBgn0000018	E001	75.3353185482626	0.0200775297380681	0.0858741645990335	0.769489330373049	0.988468250475379	1.88137436032884	1.89803218964565	0.0560588278485046	2L	10973443	10974210	768	-	152	41	62	106	141	37	57	FBtr0080168
+FBgn0000018:E002	FBgn0000018	E002	143.582443967402	0.0204418305425509	0.0844328898747762	0.771377620750111	0.988468250475379	2.16212170018095	2.14822177279859	-0.0464998703289856	2L	10974268	10975273	1006	-	217	109	114	182	242	98	117	FBtr0080168
+FBgn0000024:E001	FBgn0000024	E001	0.318469377322382	0.112274887846808	0.086788747928054	0.768299996493795	0.988468250475379	0.117178812947158	0.164479863793536	0.572003032788029	3R	9053964	9055492	1529	-	2	0	0	1	0	0	0	FBtr0082780, FBtr0300486
+FBgn0000024:E002	FBgn0000024	E002	0.374191238615313	0.0902090959198644	0.0439953492528957	0.833862265560296	0.988468250475379	0.117998950529197	0.0924815071198498	-0.395630836071531	3R	9058401	9058564	164	-	0	1	0	0	0	1	0	FBtr0082780, FBtr0300486
+FBgn0000024:E005	FBgn0000024	E005	0.0933261680585749	0.191769881809282	0.0382726161171583	0.844896738016234	0.988468250475379	8.67329384157793e-05	0.0902153956806013	10.1748714050008	3R	9063779	9063921	143	-	1	0	0	0	0	0	0	FBtr0082780, FBtr0300486
+FBgn0000024:E011	FBgn0000024	E011	0.2572924167311	0.0841552278545915	0.0195343521890265	0.888845393677422	0.988468250475379	0.116061008055176	0.0924320796285596	-0.369233203558845	3R	9084148	9084590	443	-	0	1	0	0	1	0	0	FBtr0082780
+FBgn0000028:E001	FBgn0000028	E001	0.2572924167311	14	0.019138429699268	0.889970359812065	0.988468250475379	0.152049238731254	0.0643690429088723	-1.39177375162242	X	15245315	15245991	677	-	0	1	0	0	1	0	0	FBtr0100328, FBtr0305191
+FBgn0000028:E006	FBgn0000028	E006	0.15316821713762	14	0.0191270709480236	0.890002808514386	0.988468250475379	0.000526513982186315	0.0596143564865914	6.92231931936957	X	15248260	15248491	232	-	0	0	1	0	0	0	0	FBtr0305195, FBtr0305189, FBtr0305196, FBtr0074015, FBtr0305194, FBtr0100328, FBtr0290063, FBtr0305191, FBtr0305190, FBtr0305193, FBtr0305192, FBtr0290064, FBtr0100326
+FBgn0000032:E003	FBgn0000032	E003	108.384968310561	0.0104330285708751	0.027023178283244	0.869426275351346	0.988468250475379	2.02929190057963	2.03654025176574	0.0243038025335496	3R	25817476	25817734	259	-	152	79	102	115	182	97	75	FBtr0085609, FBtr0085610
+FBgn0000032:E005	FBgn0000032	E005	50.5080907808574	0.0792793139321897	0.0861150507796538	0.76917541472653	0.988468250475379	1.67752086320732	1.73038705954317	0.17916233925806	3R	25818551	25818649	99	-	42	53	56	38	55	45	53	FBtr0085609, FBtr0085610
+FBgn0000032:E006	FBgn0000032	E006	70.8660693183917	0.0185782624448314	0.00495575717290819	0.94387756838484	0.988468250475379	1.84006915148431	1.84968109154	0.0323931807567019	3R	25818708	25818903	196	-	79	62	69	80	95	56	64	FBtr0085609, FBtr0085610
+FBgn0000032:E007	FBgn0000032	E007	2.52959384340906	0.0474670037997518	0.0893128004591546	0.765052611947243	0.988468250475379	0.587552467002913	0.55216001358306	-0.160917995666761	3R	25818904	25818983	80	-	5	3	0	4	7	2	0	FBtr0085610
+FBgn0000032:E009	FBgn0000032	E009	32.7707234445176	0.0850938729301417	0.014489225543258	0.904189105375356	0.988468250475379	1.54783231291552	1.50618389839798	-0.142592041881854	3R	25818999	25819130	132	-	54	25	20	73	61	10	18	FBtr0085609
+FBgn0000036:E001	FBgn0000036	E001	0.225143209263807	14	0.0336244881463799	0.854507860362165	0.988468250475379	0.0613565438074539	0.135808352108141	1.27461870016401	3R	20226948	20227667	720	-	1	0	0	1	0	0	0	FBtr0084619, FBtr0330310
+FBgn0000036:E008	FBgn0000036	E008	0.0883366573889214	14	0.0336258558620521	0.854504934377682	0.988468250475379	0.0462463742257235	0.000730330164681199	-6.06092954207499	3R	20247417	20247626	210	-	0	0	0	0	1	0	0	FBtr0084619, FBtr0330310
+FBgn0000042:E001	FBgn0000042	E001	963.266257907235	0.369327559938739	0.175648187185573	0.67514010624709	0.988468250475379	3.03480177695939	2.92929463342741	-0.350853706412819	X	5794894	5795046	153	+	3322	262	275	1633	3139	244	129	FBtr0100662, FBtr0100663, FBtr0070822
+FBgn0000042:E002	FBgn0000042	E002	163.233888991564	0.0267828613876421	0.12148948111161	0.727424608412221	0.988468250475379	2.21736241985947	2.21742780073515	0.000218515173074252	X	5796015	5796129	115	+	286	138	173	205	149	106	132	FBtr0070823
+FBgn0000042:E003	FBgn0000042	E003	37923.6657937205	0.227026900259056	0.133652096609069	0.714675071423069	0.988468250475379	4.58785043736202	4.57682529943348	-0.0366256736419803	X	5796723	5798206	1484	+	53623	37301	41337	47230	50144	22833	26327	FBtr0100662, FBtr0100663, FBtr0070822, FBtr0070823
+FBgn0000042:E004	FBgn0000042	E004	2902.21264539337	0.137877508738568	0.198778921035455	0.655708276270524	0.988468250475379	3.51569518799541	3.40449848607834	-0.369515894796802	X	5798207	5798497	291	+	7007	1635	1666	3678	8835	1202	1091	FBtr0100662, FBtr0100663, FBtr0070823
+FBgn0000045:E002	FBgn0000045	E002	2.68093910810214	0.0525703807666096	0.00857793730310163	0.926207715026308	0.988468250475379	0.560194296201059	0.576052286123086	0.0721972972814753	3L	21978349	21978424	76	+	2	3	6	4	4	0	1	FBtr0334090
+FBgn0000045:E003	FBgn0000045	E003	1.90232166678076	0.063810202141496	0.00774005997261185	0.929894471255577	0.988468250475379	0.518881495436851	0.500733337454393	-0.0872722677898601	3L	21978425	21979375	951	+	6	1	2	1	6	1	0	FBtr0334090, FBtr0078478
+FBgn0000046:E001	FBgn0000046	E001	0.467517406673888	0.0564603976085651	0.129061931928128	0.719406649449969	0.988468250475379	0.109321249798584	0.179291527776942	0.836375187751011	3R	9251707	9251764	58	+	1	1	0	0	0	1	0	FBtr0082785
+FBgn0000046:E003	FBgn0000046	E003	16.8641331350762	0.0249204530936409	0.00733191940726385	0.931763230182929	0.988468250475379	1.26460821365873	1.2600583185483	-0.0159883460262895	3R	9252305	9253811	1507	+	35	16	17	5	33	12	12	FBtr0082785, FBtr0082786
+FBgn0000052:E001	FBgn0000052	E001	202.231888834538	0.012499567574938	0.0612889890936117	0.804470118799877	0.988468250475379	2.29730705241647	2.30575965542933	0.0282198776152276	2L	6041178	6042011	834	-	266	187	161	277	264	124	191	FBtr0079219, FBtr0079221, FBtr0079220
+FBgn0000052:E002	FBgn0000052	E002	684.815325547703	0.00849055449067225	0.0370521966293893	0.847358814251567	0.988468250475379	2.83293356296735	2.82767969437682	-0.0174788086413926	2L	6042075	6044351	2277	-	1005	523	566	843	1051	505	577	FBtr0079219, FBtr0079221, FBtr0079220
+FBgn0000052:E005	FBgn0000052	E005	5.95928508029525	0.0737664904109131	0.0359073859715693	0.849706877382073	0.988468250475379	0.858600990620603	0.882221516149475	0.0906898017004729	2L	6045894	6045920	27	-	12	2	7	10	15	2	2	FBtr0079219
+FBgn0000052:E006	FBgn0000052	E006	8.05272056492012	0.164349905956993	0.140956368800119	0.707332097393954	0.988468250475379	0.937047718306738	1.02178643547791	0.314541320892556	2L	6045921	6045970	50	-	18	1	12	13	19	2	3	FBtr0079219, FBtr0079220
+FBgn0000053:E003	FBgn0000053	E003	84.096019529742	0.00817264035565294	0.103050497973982	0.748199179760962	0.988468250475379	1.93464491215503	1.91068762468693	-0.0805469718848588	2L	7017545	7017966	422	-	117	77	91	96	93	65	64	FBtr0079431
+FBgn0000053:E007	FBgn0000053	E007	110.668820612301	0.0287848539534992	0.126837270011492	0.721734071747579	0.988468250475379	2.04015021593492	2.05909152348807	0.0634880393366517	2L	7019135	7019382	248	-	140	123	127	74	190	88	68	FBtr0079431, FBtr0100353
+FBgn0000053:E008	FBgn0000053	E008	108.804134854617	0.0157738945695318	0.0525457753316232	0.818691203586747	0.988468250475379	2.04319695618474	2.04816134081583	0.0166411267704971	2L	7023529	7023940	412	-	179	115	101	127	164	57	76	FBtr0079431, FBtr0100353
+FBgn0000054:E004	FBgn0000054	E004	56.5566636517369	0.0379708158518899	0.451083561221594	0.501820837097057	0.988468250475379	1.72973403282031	1.79027272748609	0.204664812002545	2R	2550074	2550262	189	+	66	51	68	41	108	37	47	FBtr0330252, FBtr0086111, FBtr0086113, FBtr0086112
+FBgn0000054:E005	FBgn0000054	E005	111.963009884098	0.0320040974436855	0.0591063768491153	0.807913963714331	0.988468250475379	2.05060321410808	2.03466337928725	-0.0534354035056719	2R	2550999	2551392	394	+	112	97	115	131	124	99	101	FBtr0330251
+FBgn0000054:E006	FBgn0000054	E006	186.13192889271	0.0224072751753202	0.0255852726739363	0.872917333489906	0.988468250475379	2.27288738270289	2.26559114349065	-0.0243686805842396	2R	2554225	2554518	294	+	295	134	161	246	299	133	134	FBtr0330252, FBtr0330251, FBtr0086111, FBtr0086113, FBtr0086112
+FBgn0000057:E001	FBgn0000057	E001	143.343381232254	0.00661255603642661	0.0014571348628607	0.969550197834702	0.988468250475379	2.15688847423006	2.15593736657552	-0.00318170583220301	2R	14039209	14040146	938	+	210	129	116	165	229	94	122	FBtr0086744
+FBgn0000057:E002	FBgn0000057	E002	218.818450448728	0.00687818167144112	0.0014846553950747	0.969264135028714	0.988468250475379	2.33790311333438	2.33870625779054	0.00268028732939296	2R	14040213	14041565	1353	+	303	192	195	224	367	172	165	FBtr0086744
+FBgn0000061:E004	FBgn0000061	E004	0.375590793512245	0.0956044889463672	0.202496859229178	0.65271295688216	0.988468250475379	0.195189408441989	0.000123413568818795	-10.9632777321033	2L	386308	386576	269	+	0	0	0	0	0	0	2	FBtr0078053
+FBgn0000063:E001	FBgn0000063	E001	33.6327142596141	0.0113249007483491	0.0124639031848801	0.91110738610049	0.988468250475379	1.5400872108468	1.54398082818519	0.0133165779730309	3R	13496993	13497289	297	+	52	37	25	46	50	19	23	FBtr0083478, FBtr0331348
+FBgn0000063:E002	FBgn0000063	E002	101.250577278938	0.0101280879369583	0.00350459821515869	0.952793090735504	0.988468250475379	2.01352743503814	2.01235720153768	-0.00392553431669995	3R	13497572	13498579	1008	+	156	89	97	103	184	71	66	FBtr0083478, FBtr0331348
+FBgn0000063:E003	FBgn0000063	E003	67.8567676254432	0.0147645670957144	0.0281362591316849	0.866788878268082	0.988468250475379	1.83290982324786	1.84079788098208	0.0265907132914629	3R	13498643	13499198	556	+	104	63	62	60	109	54	50	FBtr0083478, FBtr0331348
+FBgn0000063:E004	FBgn0000063	E004	30.7202523491883	0.0894199503804168	0.0506167585237876	0.821993522398453	0.988468250475379	1.52753818919383	1.49111045632857	-0.124876578592604	3R	13499271	13499298	28	+	71	19	19	59	52	9	20	FBtr0331348
+FBgn0000064:E002	FBgn0000064	E002	7.3266084748515	1.79670157676116	0.0485444392244005	0.825615694487181	0.988468250475379	0.952526611987878	0.872562085725156	-0.30272968072154	3R	22080926	22081153	228	-	0	7	12	0	0	10	12	FBtr0310660, FBtr0084995, FBtr0084994, FBtr0084999
+FBgn0000064:E005	FBgn0000064	E005	859.822533198768	0.0785650458529902	0.0756547844919169	0.783274637685662	0.988468250475379	2.92087192227198	2.95636642152858	0.118046178991218	3R	22082655	22082854	200	-	746	952	1227	542	790	802	722	FBtr0085000, FBtr0085001, FBtr0084995, FBtr0084994, FBtr0306657, FBtr0114544, FBtr0310661, FBtr0310660, FBtr0084999
+FBgn0000064:E007	FBgn0000064	E007	39.9808634639801	0.0421570249207735	0.0128924203566498	0.90959865180881	0.988468250475379	1.63251659271865	1.61483869171113	-0.0601556858662322	3R	22083764	22083999	236	-	74	33	39	53	76	18	22	FBtr0085000, FBtr0084999
+FBgn0000064:E010	FBgn0000064	E010	4.52637441420982	0.101009214885165	0.00815630215362262	0.928039087364529	0.988468250475379	0.782364943598399	0.774753270824324	-0.030336928789894	3R	22085524	22085552	29	-	10	5	3	5	14	1	1	FBtr0084995
+FBgn0000071:E002	FBgn0000071	E002	14.9999389961672	0.0227207920959604	0.0308054332032839	0.860675169011886	0.988468250475379	1.12749290343633	1.10850140113709	-0.0682934205365537	3R	2589128	2589222	95	+	57	24	18	3	10	5	3	FBtr0081619, FBtr0081620
+FBgn0000071:E004	FBgn0000071	E004	155.00489061648	0.0210188571899607	0.0489833417072418	0.824841872399847	0.988468250475379	2.09262101400379	2.08143240953144	-0.037474444428911	3R	2589555	2590983	1429	+	460	234	286	29	93	42	43	FBtr0081619, FBtr0081618, FBtr0081620
+FBgn0000075:E003	FBgn0000075	E003	0.486357044087831	0.0754734178458888	0.0275801482392062	0.868099722510613	0.988468250475379	0.153105273496769	0.129252135112451	-0.286097812156082	2L	19111844	19112315	472	+	1	0	0	0	0	1	1	FBtr0081154
+FBgn0000075:E004	FBgn0000075	E004	0.628403179247171	0.0668006738306211	0.0271079035587398	0.869223582875368	0.988468250475379	0.209600029673099	0.229778692168144	0.168935829187844	2L	19112794	19114110	1317	+	1	0	1	0	2	1	0	FBtr0081153, FBtr0081154
+FBgn0000083:E001	FBgn0000083	E001	23.0666434939121	0.0114083969726485	0.298485674131229	0.584833328102691	0.988468250475379	1.35275261182215	1.38983663244121	0.128664486947405	3R	16890963	16891007	45	+	36	18	23	30	22	17	20	FBtr0089518, FBtr0089519, FBtr0089520, FBtr0089517
+FBgn0000083:E002	FBgn0000083	E002	35.3178023468001	0.0447597879033381	0.0813488634963164	0.775477727167914	0.988468250475379	1.55272462047445	1.56261759363672	0.0337996931769826	3R	16891008	16891123	116	+	63	24	32	57	29	26	27	FBtr0089520
+FBgn0000083:E004	FBgn0000083	E004	2097.66378510688	0.0130103031495097	0.242821062111148	0.622175978614327	0.988468250475379	3.32854129432682	3.30953421539379	-0.0631704542755926	3R	16893791	16894499	709	+	2447	1834	2126	2309	2810	1533	1952	FBtr0089518, FBtr0089519, FBtr0089520, FBtr0089517
+FBgn0000083:E006	FBgn0000083	E006	222.094875801226	0.0887943458576556	0.00570611699689039	0.939785992532038	0.988468250475379	2.34841728250201	2.35036126795808	0.00648679615637171	3R	16895035	16895476	442	+	474	152	158	241	525	133	120	FBtr0089519
+FBgn0000084:E003	FBgn0000084	E003	12.7120572355022	2.23145776296806	0.190707257443933	0.662328624103047	0.988468250475379	1.14134296516585	1.10594953724513	-0.127141536357185	X	20066074	20066255	182	-	0	16	13	0	0	29	11	FBtr0070025, FBtr0301931
+FBgn0000084:E004	FBgn0000084	E004	777.356281983227	0.0682079925043692	0.00888574863714098	0.924899248596971	0.988468250475379	2.89145134284347	2.87395791512965	-0.0581881448610861	X	20066338	20067049	712	-	767	653	748	799	1087	673	753	FBtr0070025, FBtr0301931
+FBgn0000084:E005	FBgn0000084	E005	179.51917351967	0.0510120454708988	0.096574722892484	0.755979477634621	0.988468250475379	2.26521175799578	2.23138499805067	-0.113008214046726	X	20067402	20067506	105	-	307	96	143	186	408	128	138	FBtr0070025, FBtr0301931
+FBgn0000084:E006	FBgn0000084	E006	59.8440945905321	0.10123265337701	0.319944325992338	0.571641104910467	0.988468250475379	1.80473510650744	1.74874391588014	-0.189163972816492	X	20067507	20067552	46	-	132	23	34	71	150	35	46	FBtr0070025
+FBgn0000092:E002	FBgn0000092	E002	3.3888188217205	0.0258519419792068	0.576976713516537	0.447499798628795	0.988468250475379	0.690751775867959	0.615344441826628	-0.322285526063363	X	2587189	2587681	493	-	7	2	4	2	6	3	2	FBtr0070504
+FBgn0000092:E003	FBgn0000092	E003	0.860804776961103	0.0556838458342606	0.115574719696603	0.733884526617162	0.988468250475379	0.282887757314047	0.233724847516865	-0.365123338534134	X	2587766	2587919	154	-	3	0	0	0	0	1	2	FBtr0070504
+FBgn0000097:E001	FBgn0000097	E001	461.645239176362	0.0264139866146981	0.38626429350569	0.534269613140246	0.988468250475379	2.65129225367043	2.68561332063928	0.114257330337129	2L	2156484	2156791	308	-	1032	322	349	473	887	310	283	FBtr0330658, FBtr0077850, FBtr0077851
+FBgn0000097:E002	FBgn0000097	E002	400.358490752986	0.0211683831016167	0.00907021349479464	0.924126050841764	0.988468250475379	2.61026756108704	2.59055876662795	-0.0656359254525167	2L	2156792	2157426	635	-	517	327	402	386	671	348	286	FBtr0330658, FBtr0330659, FBtr0077850, FBtr0077851
+FBgn0000097:E005	FBgn0000097	E005	205.994534916873	0.0252915024154216	0.00167027460182112	0.967400336660438	0.988468250475379	2.32080084217548	2.31669081397518	-0.0137190719038971	2L	2159312	2160582	1271	-	436	153	131	240	419	142	115	FBtr0330658, FBtr0330660, FBtr0077850, FBtr0077851, FBtr0330659
+FBgn0000099:E004	FBgn0000099	E004	0.0883366573889214	0.276357844515012	0.320409318417884	0.571361763371423	0.988468250475379	0.0663881747836417	0.000137613196371504	-9.02560785195175	2R	1596116	1596372	257	-	0	0	0	0	1	0	0	FBtr0300505, FBtr0086058, FBtr0086059, FBtr0300504
+FBgn0000108:E002	FBgn0000108	E002	0.947741879453093	0.0449665556222702	0.33954688898347	0.560090883000465	0.988468250475379	0.233237555594627	0.346853436058605	0.78208301621502	X	425203	425222	20	+	3	1	0	0	1	2	0	FBtr0307291
+FBgn0000108:E004	FBgn0000108	E004	1.90433405030327	0.0259220442223264	0.0189481747215794	0.89051516487599	0.988468250475379	0.4588313940555	0.498497869646688	0.197371912802721	X	454639	454809	171	+	4	2	1	0	5	2	1	FBtr0307294, FBtr0307295, FBtr0307291, FBtr0070109, FBtr0307293
+FBgn0000108:E008	FBgn0000108	E008	7.08361924991647	0.0229656943399057	0.25738686655265	0.611921122985421	0.988468250475379	0.895053600709307	0.861547760960552	-0.128287355191576	X	465460	466091	632	+	5	8	7	0	14	8	7	FBtr0307294, FBtr0307295, FBtr0307291, FBtr0070109, FBtr0307293, FBtr0307292
+FBgn0000108:E009	FBgn0000108	E009	1.57262265911296	0.0532448363103359	0.125533760901327	0.723108493831833	0.988468250475379	0.388282430652269	0.348293902882992	-0.232497237998169	X	466092	466103	12	+	2	0	2	0	1	3	2	FBtr0307291, FBtr0070109, FBtr0307292, FBtr0307293
+FBgn0000108:E011	FBgn0000108	E011	4.33255157059706	0.0686091876588439	0.34143124084332	0.559004245353717	0.988468250475379	0.72030503017964	0.822987756707208	0.410839505250023	X	466182	466322	141	+	13	4	2	1	14	1	3	FBtr0307294, FBtr0307295, FBtr0307291, FBtr0070109, FBtr0307293, FBtr0307292
+FBgn0000109:E001	FBgn0000109	E001	28.0385476177001	0.0221116147274601	0.0145396797639137	0.90402324004091	0.988468250475379	1.46270683757249	1.48356539455137	0.0717030074695604	3L	1883892	1884248	357	-	68	10	21	34	42	19	25	FBtr0089420
+FBgn0000109:E002	FBgn0000109	E002	33.7700649662137	0.0196843564604568	0.128135896292477	0.720372689169544	0.988468250475379	1.52906121594021	1.54369023652649	0.0500522468837046	3L	1884323	1884560	238	-	57	15	38	41	40	26	31	FBtr0089420
+FBgn0000109:E003	FBgn0000109	E003	18.3940473673953	0.0305939751745949	0.27112215292172	0.60258001414842	0.988468250475379	1.32116500562592	1.26663578198675	-0.190849645915123	3L	1884691	1884885	195	-	32	6	19	38	29	9	11	FBtr0089420
+FBgn0000114:E006	FBgn0000114	E006	0.15316821713762	1.07489120098578	0.233161691833764	0.629189327249776	0.988468250475379	5.93140626782093e-05	0.104907607707356	10.9661126208128	2L	12270932	12271347	416	+	0	0	1	0	0	0	0	FBtr0331644, FBtr0080345, FBtr0300567
+FBgn0000114:E011	FBgn0000114	E011	0.0883366573889214	0.851181878268387	0.13459496772127	0.71371459638041	0.988468250475379	0.10123506144692	4.31629705463887e-05	-11.3669681886538	2L	12288905	12289344	440	+	0	0	0	0	1	0	0	FBtr0080347
+FBgn0000114:E012	FBgn0000114	E012	0.0933261680585749	3.34375985704481	0.0810657721606702	0.775858271527488	0.988468250475379	5.93160348436581e-05	0.0866070859444499	10.6579897035289	2L	12298568	12298749	182	+	1	0	0	0	0	0	0	FBtr0300567, FBtr0331648, FBtr0331646, FBtr0331647, FBtr0331644, FBtr0331645, FBtr0080347, FBtr0080344, FBtr0080345, FBtr0331998
+FBgn0000114:E014	FBgn0000114	E014	0.0883366573889214	0.851181878268387	0.13459496772127	0.71371459638041	0.988468250475379	0.10123506144692	4.31629705463887e-05	-11.3669681886538	2L	12299188	12299394	207	+	0	0	0	0	1	0	0	FBtr0300567, FBtr0331648, FBtr0331646, FBtr0331647, FBtr0331644, FBtr0331645, FBtr0080347, FBtr0080344, FBtr0080345, FBtr0331998
+FBgn0000114:E015	FBgn0000114	E015	0.0883366573889214	0.851181878268387	0.13459496772127	0.71371459638041	0.988468250475379	0.10123506144692	4.31629705463887e-05	-11.3669681886538	2L	12300361	12300396	36	+	0	0	0	0	1	0	0	FBtr0331644
+FBgn0000115:E003	FBgn0000115	E003	169.856122129492	0.0043087593777435	0.311708719845726	0.576633534589587	0.988468250475379	2.23640349717716	2.2235152166475	-0.0430675750205927	3L	15976963	15977462	500	+	236	140	161	174	299	120	136	FBtr0075517
+FBgn0000116:E001	FBgn0000116	E001	320.065169966928	0.212976829026677	0.542310094543282	0.461476922109514	0.988468250475379	2.46429153054291	2.52603372518475	0.205761652331258	3L	9041980	9043459	1480	-	558	495	436	222	335	158	140	FBtr0331550, FBtr0112791, FBtr0076543, FBtr0076545, FBtr0076544, FBtr0076546
+FBgn0000116:E005	FBgn0000116	E005	1.25599426711867	0.242900542024295	0.0238541321785988	0.877256643201493	0.988468250475379	0.358314300631091	0.369383067282727	0.0648145007316079	3L	9050643	9050681	39	-	1	0	5	1	3	0	0	FBtr0076545
+FBgn0000117:E001	FBgn0000117	E001	1110.87821042994	0.0282479972231915	0.113160679583387	0.736574046499092	0.988468250475379	3.03710547353281	3.06116970352845	0.0800111025782453	X	1785434	1786152	719	-	1892	943	1111	1063	2137	670	737	FBtr0089990, FBtr0089991, FBtr0089992, FBtr0332583, FBtr0089989, FBtr0089988
+FBgn0000117:E003	FBgn0000117	E003	651.648249450539	0.0428316387991808	0.367166488207801	0.544552840475929	0.988468250475379	2.78912426518146	2.84546526566914	0.187446437690985	X	1788541	1788813	273	-	676	728	799	493	606	574	569	FBtr0089990, FBtr0089991, FBtr0089992, FBtr0332583, FBtr0089989, FBtr0089988
+FBgn0000117:E004	FBgn0000117	E004	566.705805129229	0.0285928147563393	0.240337017124489	0.623962809165487	0.988468250475379	2.76524471550604	2.73938218011594	-0.0860657413180963	X	1788874	1789074	201	-	541	507	690	417	761	498	535	FBtr0089990, FBtr0089991, FBtr0089992, FBtr0332583, FBtr0089989, FBtr0089988
+FBgn0000117:E006	FBgn0000117	E006	156.240420394897	0.00846262868218395	0.0896752471086018	0.764590418276681	0.988468250475379	2.19971222292314	2.19130111053688	-0.0281203862711505	X	1793013	1793072	60	-	198	147	167	179	242	93	124	FBtr0089990, FBtr0089991, FBtr0089992, FBtr0332583, FBtr0089989, FBtr0089988
+FBgn0000117:E007	FBgn0000117	E007	4.5734995655629	0.100491643486853	0.00264139488223236	0.959011165394	0.988468250475379	0.783285668622016	0.770440331763247	-0.0512365092777087	X	1793337	1793413	77	-	10	5	2	3	15	1	3	FBtr0332583
+FBgn0000117:E009	FBgn0000117	E009	75.1849884692702	0.0238320200511821	0.107782337243918	0.742683177792235	0.988468250475379	1.89446150394631	1.86854001940398	-0.0872557695153695	X	1793432	1793557	126	-	102	64	78	105	107	37	64	FBtr0332583, FBtr0089990, FBtr0089989, FBtr0089988
+FBgn0000117:E010	FBgn0000117	E010	42.7651357723149	0.0446564401570011	0.291880426492924	0.589018021154106	0.988468250475379	1.66631882371884	1.62299343807618	-0.147262886432906	X	1793558	1793643	86	-	87	32	27	58	69	27	31	FBtr0089990, FBtr0089989
+FBgn0000119:E001	FBgn0000119	E001	71.3729832029852	0.0159624632627942	0.0269667420330393	0.869561471727217	0.988468250475379	1.85920516847074	1.86706491111384	0.0264722960489339	2R	9341159	9342741	1583	-	126	62	49	77	133	44	57	FBtr0087702
+FBgn0000119:E005	FBgn0000119	E005	187.898456532462	0.013267575291108	0.0961366249497075	0.756516039204156	0.988468250475379	2.27814423475712	2.26281595528504	-0.0511940813733096	2R	9344041	9347030	2990	-	264	142	176	218	266	139	168	FBtr0087702
+FBgn0000119:E006	FBgn0000119	E006	13.655959120889	0.0317708574435141	0.0356101319975579	0.850322880004392	0.988468250475379	1.1568164959252	1.18987131201111	0.117704678772041	2R	9369281	9369589	309	-	31	8	9	13	22	14	8	FBtr0087702
+FBgn0000121:E002	FBgn0000121	E002	1.2324267524932	0.0533181349969619	0.0494801272337142	0.823970372532986	0.988468250475379	0.314309343104816	0.349279685845567	0.217606855982165	3L	8640808	8641002	195	-	2	1	0	3	1	1	1	FBtr0076599
+FBgn0000139:E001	FBgn0000139	E001	0.187795396756122	0.0871311030435317	0.149285553223777	0.699219046204095	0.988468250475379	0.08311138014973	0.000263871425191593	-8.43887461912595	3R	20475810	20476066	257	+	0	0	0	0	0	0	1	FBtr0084660
+FBgn0000139:E002	FBgn0000139	E002	1.96739811366688	0.129053704862598	0.162639743479019	0.686737706815857	0.988468250475379	0.473951278180885	0.532675374661105	0.284486402504392	3R	20476127	20476311	185	+	4	3	0	2	7	1	0	FBtr0084660
+FBgn0000139:E003	FBgn0000139	E003	3.61191788404307	0.0958517409025262	0.306843426224418	0.579623675618226	0.988468250475379	0.658195763389358	0.734052813700759	0.315660456533852	3R	20476372	20476716	345	+	8	4	1	3	12	1	2	FBtr0084660
+FBgn0000139:E009	FBgn0000139	E009	96.3385782859831	0.0114312071603566	0.248295374913951	0.618277922077528	0.988468250475379	1.97768176633948	1.9519796177073	-0.0863168051306058	3R	20478820	20479098	279	+	92	64	93	95	166	87	94	FBtr0084660, FBtr0084659, FBtr0306171
+FBgn0000140:E001	FBgn0000140	E001	10.7470539964813	0.0236213886915515	0.058774620002751	0.808443291557068	0.988468250475379	1.10752884322106	1.0423311673325	-0.236506910881205	3R	20579625	20579777	153	+	14	9	11	21	17	5	5	FBtr0084692
+FBgn0000140:E003	FBgn0000140	E003	26.5896581030249	0.0914989054318421	0.160703130466203	0.688509985157294	0.988468250475379	1.47243744241299	1.37191492727433	-0.347090255979845	3R	20580079	20580291	213	+	27	25	22	29	20	32	23	FBtr0084692
+FBgn0000140:E004	FBgn0000140	E004	396.131203959444	0.0294670271521804	0.119915668147684	0.729125972221598	0.988468250475379	2.61535281828511	2.58420339546523	-0.103736907472117	3R	20580371	20585252	4882	+	717	355	274	503	729	250	241	FBtr0084692
+FBgn0000083:E005	FBgn0000083	E005	519.429405568491	0.016962147011311	0.000633291146755255	0.979923133432178	0.994193858676336	2.71639748619056	2.708785741171	-0.0253347752316291	3R	16894560	16894741	182	+	567	413	615	536	584	399	524	FBtr0089518, FBtr0089519, FBtr0089520, FBtr0089517
+FBgn0000052:E003	FBgn0000052	E003	314.320768507933	0.0159335145712051	0.000170508834514749	0.989581596757519	0.999142771605418	2.49025417438327	2.49234631399963	0.00697243229160804	2L	6044428	6045526	1099	-	343	283	295	346	457	261	265	FBtr0079219, FBtr0079221, FBtr0079220
+FBgn0000116:E004	FBgn0000116	E004	0.15316821713762	0.09618129180048	-0.0994480190303477	1	1	5.79567992666157e-05	0.0848430094196974	10.6587205272148	3L	9046620	9046661	42	-	0	0	1	0	0	0	0	FBtr0331550
+FBgn0000116:E006	FBgn0000116	E006	0.15316821713762	0.09618129180048	-0.0994480190303477	1	1	5.79567992666157e-05	0.0848430094196972	10.6587205272148	3L	9055007	9055567	561	-	0	0	1	0	0	0	0	FBtr0076543, FBtr0076544
 FBgn0000003:E001	FBgn0000003	E001	0.15316821713762	NA	NA	NA	NA	NA	NA	NA	3R	2648220	2648518	299	+	0	0	1	0	0	0	0	FBtr0081624
 FBgn0000008:E001	FBgn0000008	E001	0	NA	NA	NA	NA	NA	NA	NA	2R	18024494	18024495	2	+	0	0	0	0	0	0	0	FBtr0100521
 FBgn0000014:E002	FBgn0000014	E002	0	NA	NA	NA	NA	NA	NA	NA	3R	12633349	12635783	2435	-	0	0	0	0	0	0	0	FBtr0083387, FBtr0306337, FBtr0300485, FBtr0083388
--- a/test-data/dexseq_result_2fact.tabular	Sat Jul 28 03:44:02 2018 -0400
+++ b/test-data/dexseq_result_2fact.tabular	Tue Dec 11 00:19:18 2018 -0500
@@ -1,212 +1,212 @@
-FBgn0000042:E005	FBgn0000042	E005	33.8277404051372	0.00974669544746392	12.6851918587988	0.000368562772095343	0.0770296193679266	9.60660113871428	11.248063753255	0.552857243884021	X	5798498	5798821	324	+	119	20	29	45	52	14	8	FBtr0100662, FBtr0070823
-FBgn0000139:E007	FBgn0000139	E007	17.4740062043893	0.0174768174826308	10.9795545088389	0.000921225722996759	0.0962680880531613	8.06219042258468	5.57421805888543	-1.16397691752144	3R	20478032	20478312	281	+	12	5	9	24	28	24	19	FBtr0084660, FBtr0084659, FBtr0306171
-FBgn0000064:E004	FBgn0000064	E004	27.138007646805	0.0443836931820446	9.70272381901728	0.00183995083792701	0.128183241708915	7.41146981322546	10.6361481097095	1.21002224137722	3R	22082196	22082345	150	-	74	30	39	9	25	20	9	FBtr0085000, FBtr0114544
-FBgn0000053:E004	FBgn0000053	E004	6.32535175423168	0.045626142883598	9.02161905056228	0.00266804962459076	0.139405592884867	3.09087219098584	5.79810451815527	1.88622972793307	2L	7018085	7018148	64	-	13	7	15	0	3	3	4	FBtr0100353
-FBgn0000108:E006	FBgn0000108	E006	0.864384408056277	0.0838775850414772	8.17622649197865	0.00424429612727517	0.177411578120102	0.0346924384664682	2.77171489352896	12.6628857089353	X	465164	465166	3	+	4	2	1	0	0	0	0	FBtr0307295, FBtr0307293
-FBgn0000139:E006	FBgn0000139	E006	30.3520375086607	0.0116274168067176	7.51778234858958	0.00610928459168981	0.212806746610528	8.82025966787089	10.4918896523126	0.593446583668732	3R	20477583	20477963	381	+	44	29	34	39	45	15	21	FBtr0084660, FBtr0084659, FBtr0306171
-FBgn0000064:E011	FBgn0000064	E011	121.014747579775	0.0162642807531925	7.07528109396534	0.00781545601050697	0.233347186599423	17.4845079060715	14.7073531946849	-0.740648902697183	3R	22086876	22086879	4	-	154	77	97	210	219	76	86	FBtr0085001
-FBgn0000100:E001	FBgn0000100	E001	6.87698735532182	0.0164557487090339	5.56698102594524	0.0183022903586644	0.455054200649313	4.47698551662587	5.57993111812181	0.668156167650007	3L	22068967	22069026	60	+	16	5	9	9	9	3	3	FBtr0334113
-FBgn0000139:E004	FBgn0000139	E004	6.44700256941908	0.0176034247520841	5.44756371003484	0.0195956354346594	0.455054200649313	4.02487788954067	5.66490257045217	1.03311218729944	3R	20476902	20476973	72	+	14	7	6	3	10	4	5	FBtr0306171
-FBgn0000097:E003	FBgn0000097	E003	558.924889184516	0.00477031371166494	5.18854635674609	0.0227362260928025	0.475187125339572	25.4143298642324	24.7289690820004	-0.161815950506053	2L	2157427	2158405	979	-	725	462	477	524	1052	491	412	FBtr0330658, FBtr0330660, FBtr0077850, FBtr0077851, FBtr0330659
-FBgn0000053:E006	FBgn0000053	E006	247.836023771802	0.00263067838891117	4.96081239277488	0.0259280236472272	0.492632449297317	19.8531147771976	20.6037362803832	0.185238337954743	2L	7018431	7019080	650	-	368	279	279	214	298	171	181	FBtr0079431, FBtr0100353
-FBgn0000117:E004	FBgn0000117	E004	566.705805129229	0.00396419762812803	4.3269149915028	0.0375141798307434	0.60531370082316	25.3467633109321	24.9167377621243	-0.101492330264968	X	1788874	1789074	201	-	541	507	690	417	761	498	535	FBtr0089990, FBtr0089991, FBtr0089992, FBtr0332583, FBtr0089989, FBtr0089988
-FBgn0000140:E002	FBgn0000140	E002	24.0938527740886	0.00699641461471429	4.32071532946176	0.0376510914387611	0.60531370082316	8.83211019161567	7.90812729421176	-0.363661417457868	3R	20579850	20580026	177	+	19	23	22	24	32	25	21	FBtr0084692
-FBgn0000117:E008	FBgn0000117	E008	20.8971168975998	0.00873563678020118	3.92015295935667	0.0477105390847511	0.702500023104495	7.84395657324889	8.88007008822825	0.408188100799843	X	1793414	1793431	18	-	53	16	19	22	31	11	13	FBtr0089990, FBtr0089989, FBtr0332583
-FBgn0000121:E001	FBgn0000121	E001	1.0078404227901	0.086138824120089	3.8274806904699	0.0504186619452987	0.702500023104495	1.39252038969136	2.69308300050152	1.91892798799308	3L	8640361	8640745	385	-	4	0	1	0	1	1	1	FBtr0076599
-FBgn0000017:E003	FBgn0000017	E003	68.6033909674033	0.0107581511675232	3.61438663271193	0.0572818407907794	0.704229689721935	13.3760424870186	12.3288130022102	-0.310469909507284	3L	16616737	16618374	1638	-	60	55	46	48	132	83	62	FBtr0075357, FBtr0330136, FBtr0112790, FBtr0330135, FBtr0330134, FBtr0330133, FBtr0330132, FBtr0330131, FBtr0330130
-FBgn0000083:E008	FBgn0000083	E008	148.254009682968	0.0445517598590693	3.63637263429931	0.0565299716107679	0.704229689721935	16.2072654990907	18.5789857820334	0.613771004578203	3R	16896446	16896639	194	+	317	119	178	86	149	110	129	FBtr0089518, FBtr0089520
-FBgn0000121:E003	FBgn0000121	E003	2.30524126345099	0.0760583614386833	3.29821055613908	0.0693553991338006	0.805293245498018	3.20199631496158	2.10868750141023	-1.22250617786212	3L	8641070	8642036	967	-	2	0	1	3	11	2	1	FBtr0076599
-FBgn0000008:E009	FBgn0000008	E009	18.1387053226442	0.0134208340135662	3.09922802215989	0.0783294295772446	0.814744734827113	7.90823021249239	7.02917900582877	-0.378258267291818	2R	18056749	18058222	1474	+	16	17	15	18	33	21	10	FBtr0071764, FBtr0071763, FBtr0100521
-FBgn0000064:E001	FBgn0000064	E001	545.837147870255	0.0491710812089772	2.98231626412723	0.0841787256755236	0.814744734827113	23.9994704782631	26.1245536132061	0.501853072365863	3R	22079791	22080925	1135	-	1709	361	542	439	682	328	303	FBtr0084994
-FBgn0000097:E001	FBgn0000097	E001	461.645239176362	0.00776602618729067	2.95216483868592	0.0857626036660119	0.814744734827113	23.7756623307648	24.4181061791304	0.152658034358744	2L	2156484	2156791	308	-	1032	322	349	473	887	310	283	FBtr0330658, FBtr0077850, FBtr0077851
-FBgn0000140:E005	FBgn0000140	E005	32.5533299591785	0.0116035577780235	3.00473280465285	0.0830216648106898	0.814744734827113	9.30107144399619	10.5583079163507	0.437362632141777	3R	20585313	20585614	302	+	51	37	38	35	47	22	13	FBtr0084692
-FBgn0000064:E008	FBgn0000064	E008	14.3346630236921	0.010898363865372	2.85778453671588	0.0909326612677429	0.826301139346012	6.48047974844291	7.52397399530814	0.473483096407445	3R	22084709	22084991	283	-	33	12	18	10	21	6	11	FBtr0310660, FBtr0114544
-FBgn0000053:E002	FBgn0000053	E002	211.729712208868	0.00813214262084075	2.70992557841899	0.0997256437696441	0.833706381914225	19.8763110564213	18.7814052640581	-0.27365280322011	2L	7016437	7017486	1050	-	295	164	223	247	282	155	176	FBtr0079431
-FBgn0000119:E003	FBgn0000119	E003	13.5729072769284	0.0106972988345067	2.77122391722	0.0959727532635148	0.833706381914225	6.04206389030924	7.32057625650178	0.60382941877016	2R	9343488	9343757	270	-	21	15	16	15	13	7	11	FBtr0087702
-FBgn0000008:E002	FBgn0000008	E002	0.205235479273134	0.345146945156954	0.453319505920604	0.500762774779252	0.971645013236726	0.94622145960628	0.0418458083111926	-9.0007086130738	2R	18024496	18024531	36	+	0	0	0	0	0	1	0	FBtr0071763, FBtr0100521
-FBgn0000008:E003	FBgn0000008	E003	0.594344937209466	0.0979300215144035	0.59879963491953	0.43903638657808	0.971645013236726	1.60814896693073	1.06389719855984	-1.19641580930153	2R	18024532	18024713	182	+	0	1	0	1	1	1	0	FBtr0071763
-FBgn0000008:E005	FBgn0000008	E005	1.32353144265853	0.0505253187678258	0.681657278042522	0.409016629946485	0.971645013236726	2.0662366073227	2.56503317746522	0.630813946385649	2R	18025505	18025756	252	+	4	1	1	2	2	0	1	FBtr0071764, FBtr0071763, FBtr0100521
-FBgn0000008:E007	FBgn0000008	E007	9.13870603970407	0.0185619176364422	0.641312115027162	0.423236060364159	0.971645013236726	5.29420585625662	5.85607374450927	0.309475984503468	2R	18050410	18051199	790	+	18	8	7	8	11	11	4	FBtr0071764, FBtr0071763, FBtr0100521
-FBgn0000008:E010	FBgn0000008	E010	12.8536495497367	0.0237389819270052	2.02732433438737	0.154492388102943	0.971645013236726	5.99731968503234	7.11313475949439	0.535177274626884	2R	18058283	18059490	1208	+	17	17	15	9	20	8	8	FBtr0071764, FBtr0071763, FBtr0100521
-FBgn0000008:E011	FBgn0000008	E011	1.99928611112699	0.0399097073844178	1.67311504581339	0.195841818745915	0.971645013236726	3.17239337166447	2.10797730383048	-1.1961270035481	2R	18059587	18059757	171	+	2	0	2	3	6	1	2	FBtr0071764, FBtr0071763, FBtr0100521
-FBgn0000017:E002	FBgn0000017	E002	40.9148553776179	0.00690766663623663	1.1208426200312	0.289737088397568	0.971645013236726	10.9002154320323	10.3185305285457	-0.19342052303984	3L	16616389	16616736	348	-	47	29	29	36	83	48	28	FBtr0330136, FBtr0075357, FBtr0330133, FBtr0112790, FBtr0330130
-FBgn0000017:E004	FBgn0000017	E004	118.685044393895	0.00944919517168578	1.98517508200592	0.158846282579833	0.971645013236726	15.9518562664217	15.5132174243936	-0.117915330993806	3L	16619373	16619627	255	-	103	108	87	107	162	144	104	FBtr0330133, FBtr0330132, FBtr0330131, FBtr0330130
-FBgn0000017:E006	FBgn0000017	E006	198.426283439389	0.00367945826033614	0.564929525907814	0.452280852296905	0.971645013236726	18.8017074673486	18.712320544033	-0.0225399036121852	3L	16619843	16619963	121	-	226	135	183	182	354	208	152	FBtr0075357, FBtr0330136, FBtr0112790, FBtr0330135, FBtr0330134, FBtr0330133, FBtr0330132, FBtr0330131, FBtr0330130
-FBgn0000017:E007	FBgn0000017	E007	179.862650955019	0.00549770251877881	1.09209387440535	0.296007739270484	0.971645013236726	18.0759023160671	18.669782635934	0.150740428962503	3L	16620022	16620292	271	-	263	128	157	167	345	176	112	FBtr0075357, FBtr0330136, FBtr0112790, FBtr0330135, FBtr0330134, FBtr0330133, FBtr0330132, FBtr0330131, FBtr0330130
-FBgn0000017:E009	FBgn0000017	E009	309.86811554891	0.0134984760349964	2.02057719303747	0.155180145292183	0.971645013236726	21.1702852481457	22.0543937428817	0.214669838257139	3L	16621274	16621689	416	-	623	200	211	298	672	249	191	FBtr0075357, FBtr0330136, FBtr0112790, FBtr0330135, FBtr0330134, FBtr0330133, FBtr0330132, FBtr0330131, FBtr0330130
-FBgn0000018:E001	FBgn0000018	E001	75.3353185482626	0.00688046687855909	0.75000029180228	0.386476138384925	0.971645013236726	13.7972892777865	14.02481416849	0.0647064163267173	2L	10973443	10974210	768	-	152	41	62	106	141	37	57	FBtr0080168
-FBgn0000018:E002	FBgn0000018	E002	143.582443967402	0.00680567055607699	0.754536421871393	0.385043762490384	0.971645013236726	17.2138098802595	17.0393854830057	-0.0453519312267598	2L	10974268	10975273	1006	-	217	109	114	182	242	98	117	FBtr0080168
-FBgn0000024:E002	FBgn0000024	E002	0.374191238615313	0.570999700958686	1.25443491839959	0.262707119302529	0.971645013236726	1.08682298440467	0.955213397365211	-0.373244695844854	3R	9058401	9058564	164	-	0	1	0	0	0	1	0	FBtr0082780, FBtr0300486
-FBgn0000024:E003	FBgn0000024	E003	0.0883366573889214	2.36515922294487	0.491642156844755	0.483195688995002	0.971645013236726	0.98161313651236	0.0220685885085086	-10.953046529123	3R	9058683	9058846	164	-	0	0	0	0	1	0	0	FBtr0082780, FBtr0300486
-FBgn0000024:E004	FBgn0000024	E004	0.131817041205232	2.38298545508957	0.522958133691546	0.469582546946444	0.971645013236726	1.06187035698758	0.0221942801578443	-11.1639103659241	3R	9062851	9063000	150	-	0	0	0	1	0	0	0	FBtr0082780, FBtr0300486
-FBgn0000024:E006	FBgn0000024	E006	0.0883366573889214	2.36515922294487	0.491642156844755	0.483195688995002	0.971645013236726	0.98161313651236	0.0220685885085086	-10.953046529123	3R	9068941	9069148	208	-	0	0	0	0	1	0	0	FBtr0082780, FBtr0300486
-FBgn0000024:E007	FBgn0000024	E007	0.609263156530486	0.154791424223249	1.67108684745188	0.196113023439073	0.971645013236726	2.07969726562681	0.938775304835634	-2.30529705660446	3R	9069308	9069853	546	-	0	1	0	2	2	0	0	FBtr0082780, FBtr0300486
-FBgn0000024:E008	FBgn0000024	E008	0.0883366573889214	2.36515922294487	0.491642156844755	0.483195688995002	0.971645013236726	0.98161313651236	0.0220685885085086	-10.953046529123	3R	9069983	9070121	139	-	0	0	0	0	1	0	0	FBtr0082780, FBtr0300486
-FBgn0000024:E009	FBgn0000024	E009	0.979078995544713	0.180157230548986	1.45455226738863	0.227798905000394	0.971645013236726	1.04616163960608	2.32078830364944	2.31179263230159	3R	9071532	9072376	845	-	1	2	3	0	1	0	0	FBtr0082780, FBtr0300486
-FBgn0000032:E002	FBgn0000032	E002	80.2953101927857	0.0644640067204329	2.03751162149027	0.153460507583002	0.971645013236726	13.206023930957	15.1029766206556	0.535435250373663	3R	25816863	25817415	553	-	213	67	51	112	71	52	51	FBtr0085609, FBtr0085610
-FBgn0000032:E004	FBgn0000032	E004	261.378773499601	0.00819642382110028	1.59175279105585	0.207075887543383	0.971645013236726	20.7181609821588	20.3170301287521	-0.098622744944544	3R	25817805	25818494	690	-	385	165	234	328	450	197	204	FBtr0085609, FBtr0085610
-FBgn0000032:E006	FBgn0000032	E006	70.8660693183917	0.00448193271575765	0.456618916301338	0.499208380930601	0.971645013236726	13.2060240370157	13.2580541912841	0.0151805653611641	3R	25818708	25818903	196	-	79	62	69	80	95	56	64	FBtr0085609, FBtr0085610
-FBgn0000032:E008	FBgn0000032	E008	11.0767227240209	0.079840261125668	0.511989111505727	0.474279050433568	0.971645013236726	6.63698986257276	5.48812740650412	-0.589327318932374	3R	25818984	25818998	15	-	12	11	4	17	35	5	6	FBtr0085609, FBtr0085610
-FBgn0000037:E004	FBgn0000037	E004	0.131817041205232	0.638711029870014	0.488768580646258	0.484477127190472	0.971645013236726	1.03612911420724	0.055177166967308	-8.46516723758733	2R	20270959	20271142	184	-	0	0	0	1	0	0	0	FBtr0072367, FBtr0072368
-FBgn0000043:E001	FBgn0000043	E001	15041.3064055878	0.109391603943773	1.15741640601638	0.282002000191257	0.971645013236726	46.3608468994389	45.4640054555588	-0.204020309154419	2R	1901415	1902927	1513	-	27313	15297	16802	15915	20887	8188	9110	FBtr0086029
-FBgn0000043:E002	FBgn0000043	E002	391.125850028855	0.109498283426096	1.1563030326424	0.282233580526723	0.971645013236726	22.5505303820744	23.4220151789653	0.208877690281946	2R	1903082	1903190	109	-	1145	374	378	570	190	188	174	FBtr0086029
-FBgn0000045:E002	FBgn0000045	E002	2.68093910810214	0.0643568054777614	0.470989037768632	0.492532516494337	0.971645013236726	3.07205292859883	3.15145928062394	0.0751009938751361	3L	21978349	21978424	76	+	2	3	6	4	4	0	1	FBtr0334090
-FBgn0000045:E003	FBgn0000045	E003	1.90232166678076	0.0787623428734612	0.44078649249937	0.506743093027766	0.971645013236726	2.87241000520355	2.78434437718594	-0.0913279962008289	3L	21978425	21979375	951	+	6	1	2	1	6	1	0	FBtr0334090, FBtr0078478
-FBgn0000046:E002	FBgn0000046	E002	0.205235479273134	0.460784825671811	0.774814910918742	0.378731630331271	0.971645013236726	1.0432174418815	0.0514864004764455	-8.68464447606273	3R	9252169	9252304	136	+	0	0	0	0	0	1	0	FBtr0082786
-FBgn0000047:E002	FBgn0000047	E002	4.10256379465508	0.0620317050281652	0.948213869474714	0.330174358531704	0.971645013236726	3.60291450390442	4.05474193125462	0.351141792537396	3R	11266322	11267262	941	+	7	5	6	2	7	3	1	FBtr0083143
-FBgn0000047:E003	FBgn0000047	E003	1.47614278023545	0.10976562135959	0.845182001763099	0.357918909011933	0.971645013236726	2.67112323613887	1.94251492542899	-0.929038484087364	3R	11267324	11267895	572	+	1	2	1	4	2	0	1	FBtr0083143
-FBgn0000052:E004	FBgn0000052	E004	2.50560510092783	0.0998699598430371	1.03717715961876	0.308478899878823	0.971645013236726	3.25558121507354	2.40026486621367	-0.893813140140553	2L	6045527	6045593	67	-	3	0	2	2	5	5	1	FBtr0079221
-FBgn0000052:E006	FBgn0000052	E006	8.05272056492012	0.120258730456365	0.728093999020984	0.393501696078665	0.971645013236726	5.17319693374684	5.72232160441317	0.308706220356126	2L	6045921	6045970	50	-	18	1	12	13	19	2	3	FBtr0079219, FBtr0079220
-FBgn0000053:E001	FBgn0000053	E001	296.253588782233	0.00399651535547621	1.56623753796924	0.210754256785382	0.971645013236726	21.6645754775399	20.9797924569399	-0.166786863566236	2L	7014861	7016374	1514	-	414	275	301	312	429	184	257	FBtr0079431
-FBgn0000053:E005	FBgn0000053	E005	62.2147652508149	0.00520870521206805	1.30556206160377	0.253199742996432	0.971645013236726	12.1816855296312	13.0688965086751	0.265594350324347	2L	7018149	7018374	226	-	77	70	85	38	72	45	51	FBtr0079431, FBtr0100353
-FBgn0000053:E008	FBgn0000053	E008	108.804134854617	0.00528119560293034	0.581482473671613	0.44573182457614	0.971645013236726	15.745538849145	15.7190232683178	-0.00712771086819153	2L	7023529	7023940	412	-	179	115	101	127	164	57	76	FBtr0079431, FBtr0100353
-FBgn0000054:E001	FBgn0000054	E001	30.2913156353099	0.0164153893580605	0.884938749073385	0.346852554377917	0.971645013236726	9.27312922604869	9.91601268151666	0.228849108757191	2R	2549775	2549941	167	+	56	22	27	43	33	21	23	FBtr0330252, FBtr0086111, FBtr0086113, FBtr0086112
-FBgn0000054:E002	FBgn0000054	E002	5.12918186544468	0.0234403174776956	1.08434489968583	0.297727601671003	0.971645013236726	4.48436734539427	3.69870706588835	-0.574796813893248	2R	2549942	2549953	12	+	3	5	4	10	8	3	4	FBtr0086113, FBtr0086112
-FBgn0000054:E003	FBgn0000054	E003	8.66762333263177	0.013642538627589	1.32245799230094	0.250151393942433	0.971645013236726	5.6777004344824	4.92727516829866	-0.432481069548043	2R	2549954	2550073	120	+	10	5	7	8	16	9	8	FBtr0086112
-FBgn0000054:E005	FBgn0000054	E005	111.963009884098	0.00748506636640288	1.05029775814333	0.305438520461309	0.971645013236726	15.6407098395801	15.5097526556915	-0.0353524460134711	2R	2550999	2551392	394	+	112	97	115	131	124	99	101	FBtr0330251
-FBgn0000064:E002	FBgn0000064	E002	7.3266084748515	0.0174414607184561	1.76915306394378	0.183486928778898	0.971645013236726	4.57344331235521	4.36382616779194	-0.140912520095296	3R	22080926	22081153	228	-	0	7	12	0	0	10	12	FBtr0310660, FBtr0084995, FBtr0084994, FBtr0084999
-FBgn0000064:E003	FBgn0000064	E003	103.865948679456	0.0457993718118547	2.07673048070123	0.149560229303286	0.971645013236726	16.4842634173117	14.1885109027254	-0.624615653370994	3R	22081688	22082029	342	-	167	48	93	85	279	77	76	FBtr0310661, FBtr0085000, FBtr0085001, FBtr0306657, FBtr0114544
-FBgn0000064:E006	FBgn0000064	E006	2814.5524025292	0.0148313001453221	1.86054642568749	0.172561748154304	0.971645013236726	35.5129795417464	35.0408413335479	-0.108083344488847	3R	22082947	22083763	817	-	3729	2672	3078	2786	4155	2022	2100	FBtr0085000, FBtr0085001, FBtr0084995, FBtr0084994, FBtr0306657, FBtr0114544, FBtr0310661, FBtr0310660, FBtr0084999
-FBgn0000064:E009	FBgn0000064	E009	1.15788898853292	0.253221636101716	1.48939155476452	0.222310887551502	0.971645013236726	1.87088126463285	2.58733790973261	0.945001267463927	3R	22084992	22084996	5	-	5	2	0	0	4	0	0	FBtr0114544
-FBgn0000071:E003	FBgn0000071	E003	4.48674647444507	0.0236828070132138	0.850513835752992	0.356407016772071	0.971645013236726	2.91603598467547	3.66937321763866	0.677770279245171	3R	2589223	2589238	16	+	16	8	7	0	2	1	1	FBtr0081619
-FBgn0000083:E004	FBgn0000083	E004	2097.66378510688	0.00821920208723233	0.829260777817581	0.362486369917494	0.971645013236726	33.424392790677	33.2719444168529	-0.0349948870939993	3R	16893791	16894499	709	+	2447	1834	2126	2309	2810	1533	1952	FBtr0089518, FBtr0089519, FBtr0089520, FBtr0089517
-FBgn0000083:E006	FBgn0000083	E006	222.094875801226	0.0282144865142827	0.614082087794714	0.433254958813683	0.971645013236726	19.6402457502329	19.7714343046958	0.0326040707641866	3R	16895035	16895476	442	+	474	152	158	241	525	133	120	FBtr0089519
-FBgn0000083:E007	FBgn0000083	E007	32.2876781486623	0.0280506843608118	0.853320737022131	0.355614611665275	0.971645013236726	10.2527235835282	9.29229370728767	-0.337656383259261	3R	16896000	16896261	262	+	60	20	15	42	51	26	30	FBtr0089517
-FBgn0000084:E001	FBgn0000084	E001	53.2358303205052	0.169187552796767	1.42788136506994	0.232110512222609	0.971645013236726	10.9562006331311	13.3028768700176	0.720092530783866	X	20065478	20065681	204	-	144	41	40	12	73	50	45	FBtr0070025, FBtr0301931
-FBgn0000092:E001	FBgn0000092	E001	2.91279031750449	0.0523317345364179	0.955437162709018	0.328339165003788	0.971645013236726	2.92866730354705	3.48595627041689	0.513229895158516	X	2586765	2587130	366	-	6	5	3	1	4	0	3	FBtr0070504
-FBgn0000092:E002	FBgn0000092	E002	3.3888188217205	0.0442932913739825	0.52213308918148	0.469933182583017	0.971645013236726	3.71876805375653	3.34066895945768	-0.317290338776907	X	2587189	2587681	493	-	7	2	4	2	6	3	2	FBtr0070504
-FBgn0000094:E001	FBgn0000094	E001	7.82839415860988	0.0302230492689179	0.447185154246711	0.503674719629984	0.971645013236726	5.07595699441196	5.38584092834315	0.180538772767359	3R	26035670	26035802	133	+	17	6	9	8	9	7	3	FBtr0085611
-FBgn0000097:E002	FBgn0000097	E002	400.358490752986	0.00705202086487423	0.485590167075316	0.48590105240293	0.971645013236726	23.1566891331914	23.014758673583	-0.0339881171233856	2L	2156792	2157426	635	-	517	327	402	386	671	348	286	FBtr0330658, FBtr0330659, FBtr0077850, FBtr0077851
-FBgn0000097:E004	FBgn0000097	E004	38.4345935077677	0.0142078017469221	2.29054142281609	0.13016451036158	0.971645013236726	10.0680437329587	11.229097772165	0.385372705429919	2L	2158468	2159245	778	-	72	36	37	46	50	27	21	FBtr0330658, FBtr0330660, FBtr0077850, FBtr0077851, FBtr0330659
-FBgn0000097:E005	FBgn0000097	E005	205.994534916873	0.00454353029963228	0.492132513641536	0.482977578036599	0.971645013236726	19.3225089262909	19.4350336978755	0.0280989717300324	2L	2159312	2160582	1271	-	436	153	131	240	419	142	115	FBtr0330658, FBtr0330660, FBtr0077850, FBtr0077851, FBtr0330659
-FBgn0000099:E002	FBgn0000099	E002	0.574693701476753	0.856773752693187	0.84768834422124	0.357207117543485	0.971645013236726	1.37285383410325	1.23434794713125	-0.307933368648839	2R	1594729	1595611	883	-	1	0	0	0	1	1	1	FBtr0300505, FBtr0086058, FBtr0086059, FBtr0300504
-FBgn0000100:E002	FBgn0000100	E002	750.225086408109	0.0507878916943368	2.14275661227134	0.143244292046785	0.971645013236726	26.8636748665021	27.132039276958	0.0627238187398635	3L	22069135	22069191	57	+	1225	809	496	1366	1073	336	423	FBtr0334113
-FBgn0000100:E003	FBgn0000100	E003	12136.5601437149	0.0500119080559869	2.2374432386477	0.134703550880325	0.971645013236726	44.9678971377351	43.7559212663163	-0.275820524136806	3L	22069192	22069236	45	+	14672	9830	10238	12925	20934	9117	11258	FBtr0078481, FBtr0334113
-FBgn0000108:E001	FBgn0000108	E001	2.75903382413077	0.0366990126321669	1.79802221985296	0.179951782874179	0.971645013236726	3.44284136684156	2.57025715664526	-0.858953527656923	X	424503	424567	65	+	4	1	1	1	6	5	2	FBtr0307294, FBtr0307295, FBtr0070109, FBtr0307292, FBtr0307293
-FBgn0000108:E003	FBgn0000108	E003	0.764700251448577	0.179707236010293	1.35735993590406	0.243995552247407	0.971645013236726	1.8665293679838	1.0688010921753	-1.61570226475861	X	425660	425909	250	+	0	1	0	1	1	0	2	FBtr0307294, FBtr0307295, FBtr0307291, FBtr0070109, FBtr0307293, FBtr0307292
-FBgn0000108:E005	FBgn0000108	E005	5.90311493930572	0.0467122855629588	0.874562259451238	0.349695371008865	0.971645013236726	4.08247376968879	4.99515135837595	0.606653672296332	X	464895	465033	139	+	8	5	10	3	9	5	3	FBtr0307294, FBtr0307295, FBtr0307291, FBtr0070109, FBtr0307293, FBtr0307292
-FBgn0000108:E007	FBgn0000108	E007	2.0755759309234	0.0642861293285012	1.63885543264234	0.200482579675981	0.971645013236726	2.91238815084533	2.1358068204644	-0.906496414644482	X	465167	465385	219	+	0	3	1	0	5	2	3	FBtr0307294, FBtr0307295, FBtr0307291, FBtr0070109, FBtr0307293, FBtr0307292
-FBgn0000108:E008	FBgn0000108	E008	7.08361924991647	0.0231352083553892	0.503446061138305	0.477989853695282	0.971645013236726	4.88854311848017	4.67715564388113	-0.133516954462645	X	465460	466091	632	+	5	8	7	0	14	8	7	FBtr0307294, FBtr0307295, FBtr0307291, FBtr0070109, FBtr0307293, FBtr0307292
-FBgn0000108:E010	FBgn0000108	E010	0.974055918507825	0.377357381508851	0.678735885755714	0.410022357417658	0.971645013236726	2.09759565713049	1.49035071489479	-0.992654546717836	X	466170	466181	12	+	1	0	1	2	1	0	2	FBtr0307295, FBtr0307293
-FBgn0000108:E011	FBgn0000108	E011	4.33255157059706	0.0264867347879606	0.843472181529698	0.358405609696836	0.971645013236726	3.93750158474339	4.48951051512724	0.392319190869929	X	466182	466322	141	+	13	4	2	1	14	1	3	FBtr0307294, FBtr0307295, FBtr0307291, FBtr0070109, FBtr0307293, FBtr0307292
-FBgn0000114:E010	FBgn0000114	E010	0.576335917111657	0.445226283993431	1.06306866008966	0.302516336812144	0.971645013236726	1.43440012893387	1.62504128890969	0.361794449728708	2L	12287223	12287808	586	+	1	0	2	0	2	0	0	FBtr0080347
-FBgn0000115:E002	FBgn0000115	E002	121.3964552666	0.00373774595190592	1.00077984896407	0.317121880794376	0.971645013236726	15.9168282672623	16.4692535854086	0.14676040672459	3L	15976478	15976694	217	+	156	119	129	121	183	82	96	FBtr0075517
-FBgn0000116:E002	FBgn0000116	E002	0.0883366573889214	0.649503112573911	0.773938488309156	0.379001400402247	0.971645013236726	1.06977414128332	0.0168077879344075	-11.9874744850159	3L	9044230	9044817	588	-	0	0	0	0	1	0	0	FBtr0331550, FBtr0076546
-FBgn0000116:E003	FBgn0000116	E003	0.40181652404165	0.124256786312797	0.992257637159042	0.319191213580345	0.971645013236726	1.88137785567722	0.888011806131125	-2.17447000276861	3L	9044818	9045001	184	-	1	0	0	1	2	0	0	FBtr0076546
-FBgn0000116:E008	FBgn0000116	E008	0.205235479273134	0.353434912120905	1.50105966734571	0.220508386763883	0.971645013236726	1.12162421138776	0.0168071322705963	-12.1244918626083	3L	9057564	9057617	54	-	0	0	0	0	0	1	0	FBtr0112791, FBtr0076543
-FBgn0000117:E001	FBgn0000117	E001	1110.87821042994	0.0068767965614134	1.77945376993131	0.182216414648453	0.971645013236726	29.3482410067879	29.596842558114	0.057572598747571	X	1785434	1786152	719	-	1892	943	1111	1063	2137	670	737	FBtr0089990, FBtr0089991, FBtr0089992, FBtr0332583, FBtr0089989, FBtr0089988
-FBgn0000117:E002	FBgn0000117	E002	252.254084844864	0.0493803915483147	0.592807657794282	0.441335464000473	0.971645013236726	19.7911014984427	21.0472688828049	0.309265289827379	X	1787436	1787532	97	-	259	283	348	72	287	232	237	FBtr0089989, FBtr0089988, FBtr0089991, FBtr0089992, FBtr0332583
-FBgn0000117:E005	FBgn0000117	E005	3117.72913507179	0.00320955337833836	0.849391494719924	0.356724537954718	0.971645013236726	36.0119542638431	35.7723966576525	-0.0548010168829354	X	1789147	1790786	1640	-	4350	2733	3196	3198	4668	2293	2428	FBtr0089990, FBtr0089991, FBtr0089992, FBtr0332583, FBtr0089989, FBtr0089988
-FBgn0000119:E002	FBgn0000119	E002	45.8133778867127	0.0108393483966366	0.686274211359461	0.407434558054709	0.971645013236726	11.6128137537825	10.9743636414131	-0.204034130228116	2R	9342801	9343425	625	-	55	39	39	62	84	29	35	FBtr0087702
-FBgn0000119:E004	FBgn0000119	E004	9.86358238497846	0.0656303532520564	0.801305287927619	0.370703396229017	0.971645013236726	5.44108224071737	6.2760605480827	0.440684510668733	2R	9343821	9343978	158	-	20	7	11	5	16	3	13	FBtr0087702
-FBgn0000119:E007	FBgn0000119	E007	2.5085164052321	0.0302893812715676	1.59618765409186	0.206444313540077	0.971645013236726	3.61109671223556	2.37438132671877	-1.23174931708024	2R	9370660	9370723	64	-	3	2	0	6	8	1	1	FBtr0087702
-FBgn0000139:E002	FBgn0000139	E002	1.96739811366688	0.132123413352114	0.538071300278673	0.463233143052099	0.971645013236726	2.66402375821334	2.94591166601676	0.294912542873411	3R	20476127	20476311	185	+	4	3	0	2	7	1	0	FBtr0084660
-FBgn0000139:E003	FBgn0000139	E003	3.61191788404307	0.0554282688042492	0.853875234758448	0.355458359258569	0.971645013236726	3.58421958360454	3.97567154678891	0.307847813201099	3R	20476372	20476716	345	+	8	4	1	3	12	1	2	FBtr0084660
-FBgn0000139:E005	FBgn0000139	E005	13.2470390620692	0.020475067761495	2.3473366498649	0.125497257328017	0.971645013236726	5.98381330956209	7.21152416989157	0.585909802804169	3R	20477139	20477352	214	+	18	13	14	10	17	5	18	FBtr0084659
-FBgn0000139:E008	FBgn0000139	E008	112.43808666746	0.00404934706767092	0.965220226577316	0.325875140522383	0.971645013236726	15.8044528663792	15.3206808287855	-0.130647585133482	3R	20478504	20478761	258	+	130	73	89	133	199	85	116	FBtr0084660, FBtr0084659, FBtr0306171
-FBgn0000139:E009	FBgn0000139	E009	96.3385782859831	0.00706442434229654	0.718530660561015	0.396626302432521	0.971645013236726	14.8501418326605	14.5649464311912	-0.0789734252794609	3R	20478820	20479098	279	+	92	64	93	95	166	87	94	FBtr0084660, FBtr0084659, FBtr0306171
-FBgn0000140:E003	FBgn0000140	E003	26.5896581030249	0.0237371115244025	1.4936607912587	0.221649334997215	0.971645013236726	9.09784656956298	8.46306060277853	-0.240903186417293	3R	20580079	20580291	213	+	27	25	22	29	20	32	23	FBtr0084692
-FBgn0000140:E006	FBgn0000140	E006	29.5385944102884	0.0128848093049005	1.1394084221872	0.285777365584423	0.971645013236726	9.30487141382499	9.98811661197669	0.242308465709367	3R	20585679	20586235	557	+	67	21	26	34	46	15	22	FBtr0084692
-FBgn0000094:E002	FBgn0000094	E002	2.87825776924099	0.042362397041898	0.428165507604717	0.512890481287648	0.974491914446531	3.65776648526787	3.19371935589281	-0.40088147200503	3R	26035865	26036011	147	+	9	2	0	3	8	2	1	FBtr0085611
-FBgn0000052:E005	FBgn0000052	E005	5.95928508029525	0.0224246963265254	0.418237169295068	0.517817975663452	0.974990602825779	4.72619103720147	4.83985616797273	0.0717830728092372	2L	6045894	6045920	27	-	12	2	7	10	15	2	2	FBtr0079219
-FBgn0000119:E005	FBgn0000119	E005	187.898456532462	0.00767208229502873	0.40028320965466	0.526943031865904	0.983313336249768	18.686225055564	18.5245760937557	-0.0408648269945733	2R	9344041	9347030	2990	-	264	142	176	218	266	139	168	FBtr0087702
-FBgn0000008:E006	FBgn0000008	E006	0.0933261680585749	0.632916572189854	0.334677872085038	0.562917484258382	0.985194158503281	0.0313582600391236	1.03141714557498	10.0824443858843	2R	18039159	18039200	42	+	1	0	0	0	0	0	0	FBtr0071764, FBtr0071763, FBtr0100521
-FBgn0000015:E006	FBgn0000015	E006	0.82233114731192	10.8803436967239	0.28087511237646	0.596128209998313	0.985194158503281	1.8313108369553	1.26098793775233	-1.08189561692447	3R	12758093	12760298	2206	-	0	0	1	0	1	1	2	FBtr0083384
-FBgn0000017:E008	FBgn0000017	E008	4.44081189153106	0.15940861316456	0.323864257223534	0.569294570021928	0.985194158503281	3.44294814545223	4.44922911905569	0.763339476419522	3L	16620602	16621188	587	-	5	1	10	5	3	2	5	FBtr0075357, FBtr0330136, FBtr0112790, FBtr0330135, FBtr0330134, FBtr0330133, FBtr0330132, FBtr0330131, FBtr0330130
-FBgn0000024:E011	FBgn0000024	E011	0.2572924167311	0.375187321149975	0.28588459986905	0.592869926440444	0.985194158503281	1.03704292667952	0.947941773065654	-0.259737468078675	3R	9084148	9084590	443	-	0	1	0	0	1	0	0	FBtr0082780
-FBgn0000037:E005	FBgn0000037	E005	2.87103694900597	0.056114172782446	0.295324526757398	0.586828478985985	0.985194158503281	2.69770340352241	3.47078861785446	0.741220744208864	2R	20271447	20272571	1125	-	1	5	7	1	4	0	2	FBtr0072367, FBtr0072368
-FBgn0000061:E005	FBgn0000061	E005	0.374447732873272	14	0.323733929791814	0.56937228344009	0.985194158503281	0.634997300905294	2.16261578365636	3.54863468057906	2L	386703	387439	737	+	2	0	0	0	0	0	1	FBtr0078053
-FBgn0000064:E005	FBgn0000064	E005	859.822533198768	0.00400579461646739	0.372610955982879	0.541584501896234	0.985194158503281	27.5051089025844	27.9888853078822	0.112713648791274	3R	22082655	22082854	200	-	746	952	1227	542	790	802	722	FBtr0085000, FBtr0085001, FBtr0084995, FBtr0084994, FBtr0306657, FBtr0114544, FBtr0310661, FBtr0310660, FBtr0084999
-FBgn0000064:E010	FBgn0000064	E010	4.52637441420982	0.043721379586828	0.2699392914665	0.603372498987655	0.985194158503281	4.30702024502412	4.17953837335349	-0.089893875899711	3R	22085524	22085552	29	-	10	5	3	5	14	1	1	FBtr0084995
-FBgn0000083:E001	FBgn0000083	E001	23.0666434939121	0.0138360094890791	0.317948146872851	0.57284335052285	0.985194158503281	8.24874084320561	8.639193239483	0.152543079852557	3R	16890963	16891007	45	+	36	18	23	30	22	17	20	FBtr0089518, FBtr0089519, FBtr0089520, FBtr0089517
-FBgn0000083:E003	FBgn0000083	E003	84.235857406506	0.0446153468813419	0.349477523474405	0.554409040446905	0.985194158503281	14.9504770189154	13.4571543991756	-0.420632702356763	3R	16893168	16893221	54	+	119	60	55	93	238	36	74	FBtr0089518, FBtr0089519, FBtr0089520, FBtr0089517
-FBgn0000084:E004	FBgn0000084	E004	777.356281983227	0.0390696053702602	0.298844035249431	0.584608015925766	0.985194158503281	27.0538871869129	27.0970778823846	0.0100912842637868	X	20066338	20067049	712	-	767	653	748	799	1087	673	753	FBtr0070025, FBtr0301931
-FBgn0000108:E002	FBgn0000108	E002	0.947741879453093	0.0903707734167626	0.295262764539309	0.586867597621682	0.985194158503281	1.61338779587981	2.09452279685445	0.75836636188254	X	425203	425222	20	+	3	1	0	0	1	2	0	FBtr0307291
-FBgn0000114:E002	FBgn0000114	E002	0.293572136662055	14	0.270723728168754	0.602846702074353	0.985194158503281	1.5272758133223	0.0127771459574202	-13.809450946845	2L	12201326	12201771	446	+	0	0	0	0	1	1	0	FBtr0331648
-FBgn0000115:E001	FBgn0000115	E001	52.3822474504571	0.00559721575926391	0.308134053635484	0.5788274680411	0.985194158503281	12.350210352548	11.7375064528867	-0.188377755273439	3L	15976235	15976380	146	+	88	34	41	72	99	33	38	FBtr0075517
-FBgn0000115:E003	FBgn0000115	E003	169.856122129492	0.00376032972802909	0.332000455007289	0.564483515231315	0.985194158503281	18.1677454009682	17.9987014451397	-0.0431286188668745	3L	15976963	15977462	500	+	236	140	161	174	299	120	136	FBtr0075517
-FBgn0000117:E003	FBgn0000117	E003	651.648249450539	0.00646831470110168	0.311425746423396	0.57680660541827	0.985194158503281	25.6842020254038	26.4526202136506	0.180411635723909	X	1788541	1788813	273	-	676	728	799	493	606	574	569	FBtr0089990, FBtr0089991, FBtr0089992, FBtr0332583, FBtr0089989, FBtr0089988
-FBgn0000015:E002	FBgn0000015	E002	0.0933261680585749	14	0.228191612339174	0.632867974660006	0.994506817322867	0.0362778899800773	1.03426337425251	9.6699221993236	3R	12753395	12755302	1908	-	1	0	0	0	0	0	0	FBtr0330709, FBtr0083385, FBtr0083384, FBtr0083383, FBtr0083382, FBtr0083381
-FBgn0000052:E003	FBgn0000052	E003	314.320768507933	0.00610872185995917	0.24759799706942	0.618771502864672	0.994506817322867	21.5425197680981	21.5655615474325	0.00559787689185143	2L	6044428	6045526	1099	-	343	283	295	346	457	261	265	FBtr0079219, FBtr0079221, FBtr0079220
-FBgn0000054:E004	FBgn0000054	E004	56.5566636517369	0.0442562555701313	0.25256254506192	0.615276462670921	0.994506817322867	11.9877188588186	12.706021452849	0.217720013129929	2R	2550074	2550262	189	+	66	51	68	41	108	37	47	FBtr0330252, FBtr0086111, FBtr0086113, FBtr0086112
-FBgn0000054:E006	FBgn0000054	E006	186.13192889271	0.00325649495713567	0.228289660029375	0.632794929889861	0.994506817322867	18.6379883290359	18.6223627400987	-0.0039484857558465	2R	2554225	2554518	294	+	295	134	161	246	299	133	134	FBtr0330252, FBtr0330251, FBtr0086111, FBtr0086113, FBtr0086112
-FBgn0000139:E001	FBgn0000139	E001	0.187795396756122	0.374756976897684	0.231098886132742	0.630710215440917	0.994506817322867	0.88714949413766	0.0477444886439695	-8.43388087890335	3R	20475810	20476066	257	+	0	0	0	0	0	0	1	FBtr0084660
-FBgn0000116:E001	FBgn0000116	E001	320.065169966928	0.336971753023021	0.218489639245234	0.640193155002733	0.998510219369934	21.101462889487	22.1976507310117	0.266069182241901	3L	9041980	9043459	1480	-	558	495	436	222	335	158	140	FBtr0331550, FBtr0112791, FBtr0076543, FBtr0076545, FBtr0076544, FBtr0076546
-FBgn0000008:E004	FBgn0000008	E004	0.522626439341238	0.108233999033236	0.0369482198513822	0.847570508936365	1	1.31209088806976	1.49345663472419	0.375090742715037	2R	18024938	18025504	567	+	1	0	1	0	1	0	1	FBtr0071764
-FBgn0000008:E008	FBgn0000008	E008	1.63933440281406	0.0968211151741385	2.01514862254726e-05	0.996418275778236	1	2.30912330729486	2.32723132123371	0.0227884864233543	2R	18052282	18052494	213	+	4	1	0	0	1	4	1	FBtr0071764, FBtr0071763, FBtr0100521
-FBgn0000008:E012	FBgn0000008	E012	0.661887298226701	0.100488137714906	0.133980951500675	0.714339641578867	1	1.59896857723798	1.80439149950454	0.350822914623431	2R	18059821	18059938	118	+	3	0	0	0	2	1	0	FBtr0071764, FBtr0071763, FBtr0100521
-FBgn0000008:E013	FBgn0000008	E013	3.91734100140517	0.0320032796397355	0.0405619790316365	0.840385778268831	1	4.06591885600245	3.7181562407788	-0.266006330470008	2R	18060002	18060339	338	+	11	1	1	5	10	5	0	FBtr0071764, FBtr0071763, FBtr0100521
-FBgn0000008:E014	FBgn0000008	E014	0.55498474117927	0.0991663667407865	0.00282214446141893	0.957633221060273	1	1.59211298250152	1.49361857982081	-0.185166864091017	2R	18060340	18060346	7	+	1	0	1	1	2	0	0	FBtr0071763, FBtr0071764
-FBgn0000014:E001	FBgn0000014	E001	0.298561647331709	14	0.0219376457016871	0.882253097406816	1	1.27264391592554	0.805559104187685	-1.32242479740168	3R	12632936	12633348	413	-	1	0	0	0	0	1	0	FBtr0306337
-FBgn0000014:E009	FBgn0000014	E009	0.0933261680585749	14	0.021947487098263	0.882226881896088	1	0.048356167710228	0.805559104165882	8.11836418716537	3R	12653620	12653845	226	-	1	0	0	0	0	0	0	FBtr0083388
-FBgn0000017:E001	FBgn0000017	E001	1147.17152215341	0.00537175162975388	0.156056588756542	0.692813379978149	1	29.5218162236218	29.380832171361	-0.0326519916469028	3L	16615470	16616388	919	-	1564	806	875	1289	2492	911	820	FBtr0075357, FBtr0330136, FBtr0112790, FBtr0330135, FBtr0330134, FBtr0330133, FBtr0330132, FBtr0330131, FBtr0330130
-FBgn0000017:E005	FBgn0000017	E005	271.37662534133	0.0200462467082112	0.00577828718039086	0.939407128054381	1	20.5183491799891	20.8382351283844	0.0784918460130282	3L	16619628	16619716	89	-	296	210	261	313	372	242	237	FBtr0075357, FBtr0330136, FBtr0112790, FBtr0330135, FBtr0330134, FBtr0330133, FBtr0330132, FBtr0330131, FBtr0330130
-FBgn0000024:E001	FBgn0000024	E001	0.318469377322382	1.07533705419263	-0.00860871938957075	1	1	1.0615422632182	1.23815752713028	0.445276059692576	3R	9053964	9055492	1529	-	2	0	0	1	0	0	0	FBtr0082780, FBtr0300486
-FBgn0000024:E005	FBgn0000024	E005	0.0933261680585749	2.6601976626882	-0.0461803925590445	1	1	0.0285074262131015	0.869475719845402	9.8637225865309	3R	9063779	9063921	143	-	1	0	0	0	0	0	0	FBtr0082780, FBtr0300486
-FBgn0000028:E001	FBgn0000028	E001	0.2572924167311	14	0.0112362388299836	0.915581458365589	1	1.23601879195381	0.763775525615269	-1.39177375162242	X	15245315	15245991	677	-	0	1	0	0	1	0	0	FBtr0100328, FBtr0305191
-FBgn0000028:E006	FBgn0000028	E006	0.15316821713762	14	0.0112254376815173	0.915621891292643	1	0.0665936020864901	0.73300402453396	6.92231931936957	X	15248260	15248491	232	-	0	0	1	0	0	0	0	FBtr0305195, FBtr0305189, FBtr0305196, FBtr0074015, FBtr0305194, FBtr0100328, FBtr0290063, FBtr0305191, FBtr0305190, FBtr0305193, FBtr0305192, FBtr0290064, FBtr0100326
-FBgn0000032:E003	FBgn0000032	E003	108.384968310561	0.0105820721152839	0.0865725004219797	0.768580590112214	1	15.5555292192946	15.5778217046818	0.00601933682391298	3R	25817476	25817734	259	-	152	79	102	115	182	97	75	FBtr0085609, FBtr0085610
-FBgn0000032:E005	FBgn0000032	E005	50.5080907808574	0.00563864035866176	0.118512271075318	0.730653686409454	1	11.200399245449	11.7345639427062	0.169100691070645	3R	25818551	25818649	99	-	42	53	56	38	55	45	53	FBtr0085609, FBtr0085610
-FBgn0000032:E007	FBgn0000032	E007	2.52959384340906	0.0437714365439625	0.000663159661954182	0.97945523806162	1	3.21611822031734	3.02524360235476	-0.180074824877936	3R	25818904	25818983	80	-	5	3	0	4	7	2	0	FBtr0085610
-FBgn0000032:E009	FBgn0000032	E009	32.7707234445176	0.0436134361388986	0.0572862283343056	0.81083775141771	1	10.1826466350486	9.68770332025167	-0.171954459272741	3R	25818999	25819130	132	-	54	25	20	73	61	10	18	FBtr0085609
-FBgn0000036:E001	FBgn0000036	E001	0.225143209263807	14	0.0371571187485777	0.847145506890859	1	0.744388204833816	1.15690312369546	1.27461870016401	3R	20226948	20227667	720	-	1	0	0	1	0	0	0	FBtr0084619, FBtr0330310
-FBgn0000036:E008	FBgn0000036	E008	0.0883366573889214	14	0.0371626138399748	0.847134343946692	1	0.640644076833356	0.0784399606598143	-6.06092954207499	3R	20247417	20247626	210	-	0	0	0	0	1	0	0	FBtr0084619, FBtr0330310
-FBgn0000037:E001	FBgn0000037	E001	4.93059492840277	0.0433544936624503	0.11626866647979	0.733117196356935	1	4.50509683422726	3.97583123026282	-0.373883226120782	2R	20266159	20269379	3221	-	9	5	4	5	9	3	3	FBtr0072367, FBtr0072368
-FBgn0000042:E001	FBgn0000042	E001	963.266257907235	0.0494674332485952	0.106764133960468	0.743858633033119	1	29.2361744968884	27.8104924703104	-0.331212485641393	X	5794894	5795046	153	+	3322	262	275	1633	3139	244	129	FBtr0100662, FBtr0100663, FBtr0070822
-FBgn0000042:E002	FBgn0000042	E002	163.233888991564	0.0289105807803287	0.0365617316011537	0.848360111568752	1	17.8834478815008	17.9578805196874	0.0190475295050874	X	5796015	5796129	115	+	286	138	173	205	149	106	132	FBtr0070823
-FBgn0000042:E003	FBgn0000042	E003	37923.6657937205	0.0382185418056947	0.000142163774256687	0.990486852206606	1	51.8034723072676	51.7295870904393	-0.0167932771509562	X	5796723	5798206	1484	+	53623	37301	41337	47230	50144	22833	26327	FBtr0100662, FBtr0100663, FBtr0070822, FBtr0070823
-FBgn0000042:E004	FBgn0000042	E004	2902.21264539337	0.0406433783723272	0.0127531994425283	0.910086000855356	1	36.167849407398	34.6381832272277	-0.350128494020277	X	5798207	5798497	291	+	7007	1635	1666	3678	8835	1202	1091	FBtr0100662, FBtr0100663, FBtr0070823
-FBgn0000046:E001	FBgn0000046	E001	0.467517406673888	0.140442569133519	0.0811523076472014	0.77574187042671	1	1.02649738461373	1.3643510007195	0.823375917098905	3R	9251707	9251764	58	+	1	1	0	0	0	1	0	FBtr0082785
-FBgn0000046:E003	FBgn0000046	E003	16.8641331350762	0.0304076482866603	0.0388893692876877	0.843667996419632	1	7.5198380494094	7.48410763982981	-0.0153044752577118	3R	9252305	9253811	1507	+	35	16	17	5	33	12	12	FBtr0082785, FBtr0082786
-FBgn0000052:E001	FBgn0000052	E001	202.231888834538	0.0147308114417294	0.0496483944902764	0.82367622664466	1	18.9733861120709	19.0907907291149	0.029473924909734	2L	6041178	6042011	834	-	266	187	161	277	264	124	191	FBtr0079219, FBtr0079221, FBtr0079220
-FBgn0000052:E002	FBgn0000052	E002	684.815325547703	0.00442588186456152	0.0135635581348765	0.907285853995281	1	26.3610206822008	26.3053514584583	-0.0130523234127722	2L	6042075	6044351	2277	-	1005	523	566	843	1051	505	577	FBtr0079219, FBtr0079221, FBtr0079220
-FBgn0000053:E003	FBgn0000053	E003	84.096019529742	0.00934648291389237	0.133656946559341	0.714670121108318	1	14.3998035436933	14.0605020204317	-0.0954315892269983	2L	7017545	7017966	422	-	117	77	91	96	93	65	64	FBtr0079431
-FBgn0000053:E007	FBgn0000053	E007	110.668820612301	0.034870773316259	0.0607284666699002	0.805348251983704	1	15.6818767814923	15.8757907279168	0.0520624674140064	2L	7019135	7019382	248	-	140	123	127	74	190	88	68	FBtr0079431, FBtr0100353
-FBgn0000057:E001	FBgn0000057	E001	143.343381232254	0.00639327116241401	0.0043805457856223	0.94722998816604	1	17.1344332015545	17.1224419818217	-0.00311768882587682	2R	14039209	14040146	938	+	210	129	116	165	229	94	122	FBtr0086744
-FBgn0000057:E002	FBgn0000057	E002	218.818450448728	0.00637175645981047	0.00439686700417496	0.947131916946658	1	19.5129175952393	19.5231573778193	0.0025517575238716	2R	14040213	14041565	1353	+	303	192	195	224	367	172	165	FBtr0086744
-FBgn0000061:E002	FBgn0000061	E002	0.481367533418178	13.6613204921853	0.207118910289793	0.649035005751826	1	1.03309759869996	0.0620645756461204	-8.11729431387801	2L	384511	384894	384	+	0	0	0	0	1	1	1	FBtr0078053
-FBgn0000061:E004	FBgn0000061	E004	0.375590793512245	14	-8.64995262830348e-05	1	1	0.907578578760228	0.0620634047060182	-7.7428588106087	2L	386308	386576	269	+	0	0	0	0	0	0	2	FBtr0078053
-FBgn0000063:E001	FBgn0000063	E001	33.6327142596141	0.0128487829430354	0.0120713624548756	0.912512671506399	1	10.018647557713	10.0666496629631	0.0165523158727261	3R	13496993	13497289	297	+	52	37	25	46	50	19	23	FBtr0083478, FBtr0331348
-FBgn0000063:E002	FBgn0000063	E002	101.250577278938	0.0103446299148041	0.00592663275435257	0.938635774753887	1	15.3212992397486	15.3167407826186	-0.00123939177573007	3R	13497572	13498579	1008	+	156	89	97	103	184	71	66	FBtr0083478, FBtr0331348
-FBgn0000063:E003	FBgn0000063	E003	67.8567676254432	0.00729113737739408	0.0225155645107264	0.880723689976618	1	13.1545897338681	13.2587468708894	0.0304202488415699	3R	13498643	13499198	556	+	104	63	62	60	109	54	50	FBtr0083478, FBtr0331348
-FBgn0000063:E004	FBgn0000063	E004	30.7202523491883	0.0364269695197174	0.0439187142153799	0.834004917655689	1	9.95769576188601	9.62791062811116	-0.115707717635779	3R	13499271	13499298	28	+	71	19	19	59	52	9	20	FBtr0331348
-FBgn0000064:E007	FBgn0000064	E007	39.9808634639801	0.00626352076161488	0.098591230053529	0.753526807623272	1	11.1370494847904	10.7947116336559	-0.111424378377181	3R	22083764	22083999	236	-	74	33	39	53	76	18	22	FBtr0085000, FBtr0084999
-FBgn0000071:E002	FBgn0000071	E002	14.9999389961672	0.0169924777025089	0.000673977011985016	0.979288391821916	1	6.45162760720171	6.3313772021227	-0.0587937263316656	3R	2589128	2589222	95	+	57	24	18	3	10	5	3	FBtr0081619, FBtr0081620
-FBgn0000071:E004	FBgn0000071	E004	155.00489061648	0.0158148630056713	0.168418000719029	0.68152162447959	1	16.3018799474343	16.1837013815348	-0.0313557669450786	3R	2589555	2590983	1429	+	460	234	286	29	93	42	43	FBtr0081619, FBtr0081618, FBtr0081620
-FBgn0000075:E003	FBgn0000075	E003	0.486357044087831	1.13165164575424	0.0325790180658316	0.856762733254022	1	1.30441441858962	1.10520514980611	-0.479606071569941	2L	19111844	19112315	472	+	1	0	0	0	0	1	1	FBtr0081154
-FBgn0000075:E004	FBgn0000075	E004	0.628403179247171	0.856773752693187	0.028722348438798	0.865421705856893	1	1.4461924431828	1.61308424169354	0.316644790785371	2L	19112794	19114110	1317	+	1	0	1	0	2	1	0	FBtr0081153, FBtr0081154
-FBgn0000083:E002	FBgn0000083	E002	35.3178023468001	0.0490611576727975	0.15907719177028	0.69000754856747	1	10.1134408604892	10.2860646034386	0.0589050963351214	3R	16891008	16891123	116	+	63	24	32	57	29	26	27	FBtr0089520
-FBgn0000083:E005	FBgn0000083	E005	519.429405568491	0.00727974789079367	0.145336601999077	0.703032308856328	1	24.6220411198976	24.6509348833976	0.00684048882637889	3R	16894560	16894741	182	+	567	413	615	536	584	399	524	FBtr0089518, FBtr0089519, FBtr0089520, FBtr0089517
-FBgn0000084:E003	FBgn0000084	E003	12.7120572355022	0.0837119246269202	0.18518107055931	0.666958005877085	1	6.00949415819773	6.0805042693382	0.0364158613542354	X	20066074	20066255	182	-	0	16	13	0	0	29	11	FBtr0070025, FBtr0301931
-FBgn0000084:E005	FBgn0000084	E005	179.51917351967	0.0173003987486299	0.00764435222436077	0.930328145348688	1	18.4431442343212	18.282866778211	-0.0406873937379721	X	20067402	20067506	105	-	307	96	143	186	408	128	138	FBtr0070025, FBtr0301931
-FBgn0000084:E006	FBgn0000084	E006	59.8440945905321	0.020355929269094	0.0261734268326279	0.871477500694751	1	12.8331212625194	12.5225768531149	-0.0927261536580861	X	20067507	20067552	46	-	132	23	34	71	150	35	46	FBtr0070025
-FBgn0000092:E003	FBgn0000092	E003	0.860804776961103	0.173928099017308	0.140863094613508	0.707424482697355	1	1.85253417127274	1.58959198498651	-0.444381638599543	X	2587766	2587919	154	-	3	0	0	0	0	1	2	FBtr0070504
-FBgn0000099:E003	FBgn0000099	E003	0.0933261680585749	8.24730044396746	0.125646896709348	0.722988885765689	1	0.0181897040464385	1.14255491461394	11.949884145398	2R	1595688	1595884	197	-	1	0	0	0	0	0	0	FBtr0300505, FBtr0086058, FBtr0086059, FBtr0300504
-FBgn0000099:E004	FBgn0000099	E004	0.0883366573889214	8.3283372469586	0.0335339311957981	0.854701727897259	1	0.674689805184483	0.0268876261835018	-9.29977462450017	2R	1596116	1596372	257	-	0	0	0	0	1	0	0	FBtr0300505, FBtr0086058, FBtr0086059, FBtr0300504
-FBgn0000099:E007	FBgn0000099	E007	0.168955759342179	14	0.114859049366828	0.734678574244119	1	0.0181899533161207	1.43151006347408	12.6026085939538	2R	1604154	1604293	140	-	0	1	0	0	0	0	0	FBtr0300505, FBtr0086058, FBtr0300504
-FBgn0000108:E004	FBgn0000108	E004	1.90433405030327	0.0386394639412879	0.0411524594413208	0.839243920428895	1	2.60030184471613	2.77767395243618	0.193231026976105	X	454639	454809	171	+	4	2	1	0	5	2	1	FBtr0307294, FBtr0307295, FBtr0307291, FBtr0070109, FBtr0307293
-FBgn0000108:E009	FBgn0000108	E009	1.57262265911296	0.057482923884917	0.164605081762197	0.684951638701218	1	2.28993690007825	2.10859516096559	-0.240424091870315	X	466092	466103	12	+	2	0	2	0	1	3	2	FBtr0307291, FBtr0070109, FBtr0307292, FBtr0307293
-FBgn0000109:E001	FBgn0000109	E001	28.0385476177001	0.0228205677460457	0.0386179018649528	0.844207577854399	1	9.30210689754236	9.44190161052236	0.0505803567728789	3L	1883892	1884248	357	-	68	10	21	34	42	19	25	FBtr0089420
-FBgn0000109:E002	FBgn0000109	E002	33.7700649662137	0.00712535831160869	0.0237467707109005	0.877530988793467	1	9.88828805691894	10.0658348754027	0.0614975400163331	3L	1884323	1884560	238	-	57	15	38	41	40	26	31	FBtr0089420
-FBgn0000109:E003	FBgn0000109	E003	18.3940473673953	0.0293727123872715	0.117319273083538	0.731960339347266	1	8.02551765018136	7.52140284462488	-0.209981608349496	3L	1884691	1884885	195	-	32	6	19	38	29	9	11	FBtr0089420
-FBgn0000114:E005	FBgn0000114	E005	0.441683286944607	13.1280315380412	0.114313366317006	0.735285873305514	1	1.92079458197227	0.0127754396116888	-14.4753607868282	2L	12240868	12241780	913	+	0	0	0	0	5	0	0	FBtr0080344, FBtr0331645
-FBgn0000114:E006	FBgn0000114	E006	0.15316821713762	14	0.00714867672002839	0.93261927207885	1	0.0161637113446762	1.00562224641123	11.921385102641	2L	12270932	12271347	416	+	0	0	1	0	0	0	0	FBtr0331644, FBtr0080345, FBtr0300567
-FBgn0000114:E011	FBgn0000114	E011	0.0883366573889214	14	0.0384681766311132	0.844506021806725	1	0.901166183907502	0.0127751578368738	-12.2831799410227	2L	12288905	12289344	440	+	0	0	0	0	1	0	0	FBtr0080347
-FBgn0000114:E012	FBgn0000114	E012	0.0933261680585749	14	0.0151245147496439	0.902121537033148	1	0.0161636561091001	0.822669352250088	11.3409906025231	2L	12298568	12298749	182	+	1	0	0	0	0	0	0	FBtr0300567, FBtr0331648, FBtr0331646, FBtr0331647, FBtr0331644, FBtr0331645, FBtr0080347, FBtr0080344, FBtr0080345, FBtr0331998
-FBgn0000114:E014	FBgn0000114	E014	0.0883366573889214	14	0.0384681766311132	0.844506021806725	1	0.901166183907502	0.0127751578368738	-12.2831799410227	2L	12299188	12299394	207	+	0	0	0	0	1	0	0	FBtr0300567, FBtr0331648, FBtr0331646, FBtr0331647, FBtr0331644, FBtr0331645, FBtr0080347, FBtr0080344, FBtr0080345, FBtr0331998
-FBgn0000114:E015	FBgn0000114	E015	0.0883366573889214	14	0.0384681766311132	0.844506021806725	1	0.901166183907502	0.0127751578368738	-12.2831799410227	2L	12300361	12300396	36	+	0	0	0	0	1	0	0	FBtr0331644
-FBgn0000116:E004	FBgn0000116	E004	0.15316821713762	0.439769467750988	-0.070006332883338	1	1	0.0232213312406113	0.906484727180578	10.5759674043351	3L	9046620	9046661	42	-	0	0	1	0	0	0	0	FBtr0331550
-FBgn0000116:E005	FBgn0000116	E005	1.25599426711867	0.472040110666076	-0.00158765896196655	1	1	2.09538007187091	2.2450759199838	0.201037416050943	3L	9050643	9050681	39	-	1	0	5	1	3	0	0	FBtr0076545
-FBgn0000116:E006	FBgn0000116	E006	0.15316821713762	0.439769467750988	-0.070006332883338	1	1	0.0232213312406078	0.906484727180578	10.5759674043353	3L	9055007	9055567	561	-	0	0	1	0	0	0	0	FBtr0076543, FBtr0076544
-FBgn0000117:E006	FBgn0000117	E006	156.240420394897	0.00855583233895553	0.0189590444634291	0.890483963940835	1	17.7245728821725	17.5442977540394	-0.0463878593870461	X	1793013	1793072	60	-	198	147	167	179	242	93	124	FBtr0089990, FBtr0089991, FBtr0089992, FBtr0332583, FBtr0089989, FBtr0089988
-FBgn0000117:E007	FBgn0000117	E007	4.5734995655629	0.0692001856373986	0.139439670266569	0.708838692413513	1	4.27085178765285	4.15203547322989	-0.0843713692772723	X	1793337	1793413	77	-	10	5	2	3	15	1	3	FBtr0332583
-FBgn0000117:E009	FBgn0000117	E009	75.1849884692702	0.0237545246375263	0.0129015392188876	0.909566824041509	1	13.9198048024693	13.550465332935	-0.105711054832809	X	1793432	1793557	126	-	102	64	78	105	107	37	64	FBtr0332583, FBtr0089990, FBtr0089989, FBtr0089988
-FBgn0000117:E010	FBgn0000117	E010	42.7651357723149	0.0146679597377745	0.0255438159728101	0.873019459071886	1	11.3658963813172	10.915955641484	-0.144999036601559	X	1793558	1793643	86	-	87	32	27	58	69	27	31	FBtr0089990, FBtr0089989
-FBgn0000119:E001	FBgn0000119	E001	71.3729832029852	0.0111406345737423	0.188016658674343	0.664572487060797	1	13.4756223848352	13.5887774442796	0.0326318120149924	2R	9341159	9342741	1583	-	126	62	49	77	133	44	57	FBtr0087702
-FBgn0000119:E006	FBgn0000119	E006	13.655959120889	0.0374957289104936	0.0687682537350724	0.793138715289383	1	6.67105464637139	6.92208969537219	0.116567264708655	2R	9369281	9369589	309	-	31	8	9	13	22	14	8	FBtr0087702
-FBgn0000121:E002	FBgn0000121	E002	1.2324267524932	0.147676459330517	0.0344354616736453	0.852783594222306	1	1.97476322446362	2.10463764141786	0.185360783305604	3L	8640808	8641002	195	-	2	1	0	3	1	1	1	FBtr0076599
-FBgn0000140:E001	FBgn0000140	E001	10.7470539964813	0.036473784541676	0.00683207787987783	0.934124766359893	1	6.23151215566168	5.91338046216964	-0.162542486673042	3R	20579625	20579777	153	+	14	9	11	21	17	5	5	FBtr0084692
-FBgn0000140:E004	FBgn0000140	E004	396.131203959444	0.00847445229372638	3.17479673697108e-05	0.995504316528991	1	23.2106112504236	23.037621380422	-0.0414127612945556	3R	20580371	20585252	4882	+	717	355	274	503	729	250	241	FBtr0084692
+FBgn0000042:E005	FBgn0000042	E005	33.8277404051372	0.0097491233500037	12.6832649824412	0.000368942774811936	0.0771090399356947	9.6067047115776	11.2482873861458	0.552861801169438	X	5798498	5798821	324	+	119	20	29	45	52	14	8	FBtr0100662, FBtr0070823
+FBgn0000139:E007	FBgn0000139	E007	17.4740062043893	0.0174736172745424	10.9801589872941	0.000920925290464535	0.0962366928535439	8.06222798070076	5.57420727017973	-1.16396663088227	3R	20478032	20478312	281	+	12	5	9	24	28	24	19	FBtr0084660, FBtr0084659, FBtr0306171
+FBgn0000064:E004	FBgn0000064	E004	27.138007646805	0.0443832384668851	9.70279424529022	0.00183988032482915	0.128178329296431	7.4115068555373	10.6363374982472	1.2100166513305	3R	22082196	22082345	150	-	74	30	39	9	25	20	9	FBtr0085000, FBtr0114544
+FBgn0000053:E004	FBgn0000053	E004	6.32535175423168	0.0456257593511353	9.02164614296809	0.00266801007951221	0.139403526654513	3.09083964096518	5.79809489392644	1.88623282853259	2L	7018085	7018148	64	-	13	7	15	0	3	3	4	FBtr0100353
+FBgn0000108:E006	FBgn0000108	E006	0.864384408056277	0.0838775965111908	8.17622631367252	0.00424429654448532	0.177411595559487	0.0346920630667977	2.77168511441465	12.6628780681421	X	465164	465166	3	+	4	2	1	0	0	0	0	FBtr0307295, FBtr0307293
+FBgn0000139:E006	FBgn0000139	E006	30.3520375086607	0.011624318304249	7.51848017799979	0.00610691832917047	0.212724321799438	8.82034577550148	10.4920798262896	0.593448852484105	3R	20477583	20477963	381	+	44	29	34	39	45	15	21	FBtr0084660, FBtr0084659, FBtr0306171
+FBgn0000064:E011	FBgn0000064	E011	121.014747579775	0.0162628299811707	7.07580469614388	0.00781317253156819	0.233279008442536	17.4853925030832	14.7078968600212	-0.740655588018378	3R	22086876	22086879	4	-	154	77	97	210	219	76	86	FBtr0085001
+FBgn0000100:E001	FBgn0000100	E001	6.87698735532182	0.0164514190003082	5.56731298913016	0.0182988206498309	0.454976964338528	4.47696005272638	5.57991637917585	0.668154688145568	3L	22068967	22069026	60	+	16	5	9	9	9	3	3	FBtr0334113
+FBgn0000139:E004	FBgn0000139	E004	6.44700256941908	0.0175990404268013	5.44786024121932	0.0195923094691232	0.454976964338528	4.02484351136263	5.6648953470051	1.03311872973387	3R	20476902	20476973	72	+	14	7	6	3	10	4	5	FBtr0306171
+FBgn0000097:E003	FBgn0000097	E003	558.924889184516	0.00476919394151291	5.18958070967099	0.0227226977843597	0.474904383693119	25.4162875693309	24.7308327664534	-0.161814113374724	2L	2157427	2158405	979	-	725	462	477	524	1052	491	412	FBtr0330658, FBtr0330660, FBtr0077850, FBtr0077851, FBtr0330659
+FBgn0000053:E006	FBgn0000053	E006	247.836023771802	0.00262937691373971	4.96212182319047	0.025908398245729	0.492259566668851	19.8542543429514	20.6049907383402	0.185241775254357	2L	7018431	7019080	650	-	368	279	279	214	298	171	181	FBtr0079431, FBtr0100353
+FBgn0000117:E004	FBgn0000117	E004	566.705805129229	0.00396317084770736	4.32781731682846	0.0374942966538742	0.605163437228741	25.3486881692791	24.9186116945132	-0.101489274423988	X	1788874	1789074	201	-	541	507	690	417	761	498	535	FBtr0089990, FBtr0089991, FBtr0089992, FBtr0332583, FBtr0089989, FBtr0089988
+FBgn0000140:E002	FBgn0000140	E002	24.0938527740886	0.00699363764216808	4.32113780979617	0.0376417448993954	0.605163437228741	8.83218607034743	7.90816202316587	-0.363661730803975	3R	20579850	20580026	177	+	19	23	22	24	32	25	21	FBtr0084692
+FBgn0000117:E008	FBgn0000117	E008	20.8971168975998	0.00873235427237218	3.92081329226866	0.0476918029015412	0.702513233560952	7.84400341053813	8.88018525100077	0.408196286729889	X	1793414	1793431	18	-	53	16	19	22	31	11	13	FBtr0089990, FBtr0089989, FBtr0332583
+FBgn0000121:E001	FBgn0000121	E001	1.0078404227901	0.0861418334588861	3.82744917441914	0.0504196100641832	0.702513233560952	1.39250408764359	2.69305097285226	1.91892197814416	3L	8640361	8640745	385	-	4	0	1	0	1	1	1	FBtr0076599
+FBgn0000017:E003	FBgn0000017	E003	68.6033909674033	0.010756088628153	3.6148219268776	0.0572668521867025	0.704045418060048	13.3764538706765	12.3291298163822	-0.310470335954997	3L	16616737	16618374	1638	-	60	55	46	48	132	83	62	FBtr0075357, FBtr0330136, FBtr0112790, FBtr0330135, FBtr0330134, FBtr0330133, FBtr0330132, FBtr0330131, FBtr0330130
+FBgn0000083:E008	FBgn0000083	E008	148.254009682968	0.0445513429336899	3.63640521251639	0.0565288653171834	0.704045418060048	16.207982130818	18.579993121667	0.613771670993505	3R	16896446	16896639	194	+	317	119	178	86	149	110	129	FBtr0089518, FBtr0089520
+FBgn0000121:E003	FBgn0000121	E003	2.30524126345099	0.0760668481527753	3.29810024131284	0.0693600573865493	0.805347332988267	3.20196218121123	2.10866013016098	-1.22250701033756	3L	8641070	8642036	967	-	2	0	1	3	11	2	1	FBtr0076599
+FBgn0000008:E009	FBgn0000008	E009	18.1387053226442	0.0134167849414773	3.09952234710344	0.078315269054359	0.814513772169952	7.90827421640807	7.02918943535586	-0.378259549385358	2R	18056749	18058222	1474	+	16	17	15	18	33	21	10	FBtr0071764, FBtr0071763, FBtr0100521
+FBgn0000064:E001	FBgn0000064	E001	545.837147870255	0.0491709180700951	2.98232615804727	0.0841782111600614	0.814513772169952	24.001237854695	26.1266116499823	0.5018471942589	3R	22079791	22080925	1135	-	1709	361	542	439	682	328	303	FBtr0084994
+FBgn0000097:E001	FBgn0000097	E001	461.645239176362	0.00776475210166844	2.95262308549721	0.0857382918073633	0.814513772169952	23.7773855423625	24.4199395369153	0.152661834069205	2L	2156484	2156791	308	-	1032	322	349	473	887	310	283	FBtr0330658, FBtr0077850, FBtr0077851
+FBgn0000140:E005	FBgn0000140	E005	32.5533299591785	0.0116004829861581	3.00497245972637	0.0830093878844534	0.814513772169952	9.30119067610382	10.5584931093018	0.437358784571851	3R	20585313	20585614	302	+	51	37	38	35	47	22	13	FBtr0084692
+FBgn0000064:E008	FBgn0000064	E008	14.3346630236921	0.0108945446645128	2.85809673976524	0.090915012000427	0.826140761221272	6.48049112016185	7.52400847150532	0.473478812258393	3R	22084709	22084991	283	-	33	12	18	10	21	6	11	FBtr0310660, FBtr0114544
+FBgn0000053:E002	FBgn0000053	E002	211.729712208868	0.00813062189946303	2.71027267765893	0.0997039477236394	0.833525002969625	19.8774727121018	18.7824407649805	-0.273648468264279	2L	7016437	7017486	1050	-	295	164	223	247	282	155	176	FBtr0079431
+FBgn0000119:E003	FBgn0000119	E003	13.5729072769284	0.0106936793044139	2.77143067749796	0.0959603582447836	0.833525002969625	6.04204775258353	7.32060236545025	0.603833242319306	2R	9343488	9343757	270	-	21	15	16	15	13	7	11	FBtr0087702
+FBgn0000008:E002	FBgn0000008	E002	0.205235479273134	0.345186210292897	0.453306699058757	0.500768824258133	0.971660982475284	0.946210562444785	0.0418459044765136	-9.00066783091087	2R	18024496	18024531	36	+	0	0	0	0	0	1	0	FBtr0071763, FBtr0100521
+FBgn0000008:E003	FBgn0000008	E003	0.594344937209466	0.0979277400878295	0.598801142598603	0.43903581040882	0.971660982475284	1.60812825462432	1.06388382774473	-1.1964133979393	2R	18024532	18024713	182	+	0	1	0	1	1	1	0	FBtr0071763
+FBgn0000008:E005	FBgn0000008	E005	1.32353144265853	0.0505215851717353	0.681668410351719	0.409012804436771	0.971660982475284	2.06621155854651	2.56500705494309	0.630817236062581	2R	18025505	18025756	252	+	4	1	1	2	2	0	1	FBtr0071764, FBtr0071763, FBtr0100521
+FBgn0000008:E007	FBgn0000008	E007	9.13870603970407	0.0185576797742895	0.641369328894811	0.423215377932568	0.971660982475284	5.29417824822443	5.85606894057591	0.309483478951695	2R	18050410	18051199	790	+	18	8	7	8	11	11	4	FBtr0071764, FBtr0071763, FBtr0100521
+FBgn0000008:E010	FBgn0000008	E010	12.8536495497367	0.0237351844923332	2.02741784031826	0.154482881079565	0.971660982475284	5.99731026312277	7.11315155652883	0.535176050404931	2R	18058283	18059490	1208	+	17	17	15	9	20	8	8	FBtr0071764, FBtr0071763, FBtr0100521
+FBgn0000008:E011	FBgn0000008	E011	1.99928611112699	0.0399058285865515	1.67314239920182	0.195838164134256	0.971660982475284	3.17236222179079	2.10795372533144	-1.19612527576456	2R	18059587	18059757	171	+	2	0	2	3	6	1	2	FBtr0071764, FBtr0071763, FBtr0100521
+FBgn0000017:E002	FBgn0000017	E002	40.9148553776179	0.00690473976441676	1.12104494768624	0.289693560915176	0.971660982475284	10.9004296219363	10.3187044598809	-0.193420727898827	3L	16616389	16616736	348	-	47	29	29	36	83	48	28	FBtr0330136, FBtr0075357, FBtr0330133, FBtr0112790, FBtr0330130
+FBgn0000017:E004	FBgn0000017	E004	118.685044393895	0.00944741217268074	1.98541654488858	0.158820946097049	0.971660982475284	15.9525232679648	15.5138409491877	-0.117913926364604	3L	16619373	16619627	255	-	103	108	87	107	162	144	104	FBtr0330133, FBtr0330132, FBtr0330131, FBtr0330130
+FBgn0000017:E006	FBgn0000017	E006	198.426283439389	0.00367770612409045	0.565085929191611	0.452218271819557	0.971660982475284	18.8027248531642	18.7133296926333	-0.0225390883217171	3L	16619843	16619963	121	-	226	135	183	182	354	208	152	FBtr0075357, FBtr0330136, FBtr0112790, FBtr0330135, FBtr0330134, FBtr0330133, FBtr0330132, FBtr0330131, FBtr0330130
+FBgn0000017:E007	FBgn0000017	E007	179.862650955019	0.00549599017277645	1.0923055023157	0.295960948107725	0.971660982475284	18.0768459740739	18.6708051876103	0.150741341610529	3L	16620022	16620292	271	-	263	128	157	167	345	176	112	FBtr0075357, FBtr0330136, FBtr0112790, FBtr0330135, FBtr0330134, FBtr0330133, FBtr0330132, FBtr0330131, FBtr0330130
+FBgn0000017:E009	FBgn0000017	E009	309.86811554891	0.0134971336329614	2.02076925576375	0.155160519757544	0.971660982475284	21.1716400749927	22.0558752895374	0.214670599243558	3L	16621274	16621689	416	-	623	200	211	298	672	249	191	FBtr0075357, FBtr0330136, FBtr0112790, FBtr0330135, FBtr0330134, FBtr0330133, FBtr0330132, FBtr0330131, FBtr0330130
+FBgn0000018:E001	FBgn0000018	E001	75.3353185482626	0.00687767305075704	0.750168749144535	0.386422809055115	0.971660982475284	13.797773977072	14.0253324198881	0.0647095356296932	2L	10973443	10974210	768	-	152	41	62	106	141	37	57	FBtr0080168
+FBgn0000018:E002	FBgn0000018	E002	143.582443967402	0.00680286927247493	0.754707373277796	0.384989928821329	0.971660982475284	17.2146511958898	17.0402074983688	-0.0453514951184841	2L	10974268	10975273	1006	-	217	109	114	182	242	98	117	FBtr0080168
+FBgn0000024:E002	FBgn0000024	E002	0.374191238615313	0.571498913608416	1.25415532428012	0.262760314387736	0.971660982475284	1.08682924797233	0.95522233957689	-0.373234044577225	3R	9058401	9058564	164	-	0	1	0	0	0	1	0	FBtr0082780, FBtr0300486
+FBgn0000024:E003	FBgn0000024	E003	0.0883366573889214	2.36614173400331	0.491523512560349	0.483248486412126	0.971660982475284	0.981578556937672	0.0220690678713424	-10.9528810793593	3R	9058683	9058846	164	-	0	0	0	0	1	0	0	FBtr0082780, FBtr0300486
+FBgn0000024:E004	FBgn0000024	E004	0.131817041205232	2.38414852187651	0.522805667198632	0.469647311937754	0.971660982475284	1.06185150438646	0.022194846557495	-11.1637842994115	3R	9062851	9063000	150	-	0	0	0	1	0	0	0	FBtr0082780, FBtr0300486
+FBgn0000024:E006	FBgn0000024	E006	0.0883366573889214	2.36614173400331	0.491523512560349	0.483248486412126	0.971660982475284	0.981578556937672	0.0220690678713424	-10.9528810793593	3R	9068941	9069148	208	-	0	0	0	0	1	0	0	FBtr0082780, FBtr0300486
+FBgn0000024:E007	FBgn0000024	E007	0.609263156530486	0.154812163878979	1.67105391311202	0.196117430949368	0.971660982475284	2.07966172159639	0.938767729307669	-2.30526731999898	3R	9069308	9069853	546	-	0	1	0	2	2	0	0	FBtr0082780, FBtr0300486
+FBgn0000024:E008	FBgn0000024	E008	0.0883366573889214	2.36614173400331	0.491523512560349	0.483248486412126	0.971660982475284	0.981578556937672	0.0220690678713424	-10.9528810793593	3R	9069983	9070121	139	-	0	0	0	0	1	0	0	FBtr0082780, FBtr0300486
+FBgn0000024:E009	FBgn0000024	E009	0.979078995544713	0.180223541865843	1.45451168150661	0.227805392477122	0.971660982475284	1.04614065991564	2.32078377071854	2.31184080780303	3R	9071532	9072376	845	-	1	2	3	0	1	0	0	FBtr0082780, FBtr0300486
+FBgn0000032:E002	FBgn0000032	E002	80.2953101927857	0.0644648694387229	2.03748512208543	0.153463181576833	0.971660982475284	13.2064271249089	15.1035745152557	0.53543664015263	3R	25816863	25817415	553	-	213	67	51	112	71	52	51	FBtr0085609, FBtr0085610
+FBgn0000032:E004	FBgn0000032	E004	261.378773499601	0.00819466835955701	1.59199568707554	0.207041237403791	0.971660982475284	20.7194478549552	20.3182736501509	-0.0986199917313879	3R	25817805	25818494	690	-	385	165	234	328	450	197	204	FBtr0085609, FBtr0085610
+FBgn0000032:E006	FBgn0000032	E006	70.8660693183917	0.00447989320887786	0.456717838415287	0.499161903864247	0.971660982475284	13.2064061592181	13.2584482212312	0.0151826447723389	3R	25818708	25818903	196	-	79	62	69	80	95	56	64	FBtr0085609, FBtr0085610
+FBgn0000032:E008	FBgn0000032	E008	11.0767227240209	0.0798433372759779	0.511970786519754	0.474286959991421	0.971660982475284	6.63699081302141	5.48811196830572	-0.589323369851962	3R	25818984	25818998	15	-	12	11	4	17	35	5	6	FBtr0085609, FBtr0085610
+FBgn0000037:E004	FBgn0000037	E004	0.131817041205232	0.638828129815963	0.488740665479497	0.484489603126392	0.971660982475284	1.03611574750226	0.0551769400708899	-8.46514076650345	2R	20270959	20271142	184	-	0	0	0	1	0	0	0	FBtr0072367, FBtr0072368
+FBgn0000043:E001	FBgn0000043	E001	15041.3064055878	0.109395181722972	1.15737903131492	0.282009770186733	0.971660982475284	46.3661182864349	45.4691323603423	-0.204020319527819	2R	1901415	1902927	1513	-	27313	15297	16802	15915	20887	8188	9110	FBtr0086029
+FBgn0000043:E002	FBgn0000043	E002	391.125850028855	0.109501892915198	1.15626539921681	0.282241412434987	0.971660982475284	22.5520761571755	23.4236858657364	0.2088776012754	2R	1903082	1903190	109	-	1145	374	378	570	190	188	174	FBtr0086029
+FBgn0000045:E002	FBgn0000045	E002	2.68093910810214	0.0643613333059512	0.470979114995835	0.492537074418641	0.971660982475284	3.07202243811372	3.15142916027842	0.0751015749767752	3L	21978349	21978424	76	+	2	3	6	4	4	0	1	FBtr0334090
+FBgn0000045:E003	FBgn0000045	E003	1.90232166678076	0.0787709581577076	0.440769215117491	0.506751421482325	0.971660982475284	2.87237728607039	2.78431078423216	-0.091329462250304	3L	21978425	21979375	951	+	6	1	2	1	6	1	0	FBtr0334090, FBtr0078478
+FBgn0000046:E002	FBgn0000046	E002	0.205235479273134	0.460863495236563	0.774780938539664	0.378742082263168	0.971660982475284	1.04320753293575	0.0514862598514245	-8.68462384373614	3R	9252169	9252304	136	+	0	0	0	0	0	1	0	FBtr0082786
+FBgn0000047:E002	FBgn0000047	E002	4.10256379465508	0.0620371722559096	0.948200823037809	0.33017768550808	0.971660982475284	3.60288390600471	4.05470940115909	0.351139729486386	3R	11266322	11267262	941	+	7	5	6	2	7	3	1	FBtr0083143
+FBgn0000047:E003	FBgn0000047	E003	1.47614278023545	0.109784853300729	0.845144519106825	0.35792956871853	0.971660982475284	2.67109518575444	1.94249272468445	-0.929037749705452	3R	11267324	11267895	572	+	1	2	1	4	2	0	1	FBtr0083143
+FBgn0000052:E004	FBgn0000052	E004	2.50560510092783	0.0998773946503633	1.03715202489138	0.308484761840492	0.971660982475284	3.2555511574138	2.40023691981075	-0.893815286838362	2L	6045527	6045593	67	-	3	0	2	2	5	5	1	FBtr0079221
+FBgn0000052:E006	FBgn0000052	E006	8.05272056492012	0.120267226092342	0.728054530477436	0.393514518617069	0.971660982475284	5.17316835162049	5.72230432272029	0.308708115659454	2L	6045921	6045970	50	-	18	1	12	13	19	2	3	FBtr0079219, FBtr0079220
+FBgn0000053:E001	FBgn0000053	E001	296.253588782233	0.0039948556250011	1.56668154786118	0.210689588587965	0.971660982475284	21.6659802144438	20.9811104786321	-0.166784856917021	2L	7014861	7016374	1514	-	414	275	301	312	429	184	257	FBtr0079431
+FBgn0000053:E005	FBgn0000053	E005	62.2147652508149	0.0052063160978403	1.30577143252042	0.253161690047559	0.971660982475284	12.1819737619884	13.0692627632818	0.265594811564803	2L	7018149	7018374	226	-	77	70	85	38	72	45	51	FBtr0079431, FBtr0100353
+FBgn0000053:E008	FBgn0000053	E008	108.804134854617	0.00527909600356818	0.581570927649892	0.445697225405548	0.971660982475284	15.7462072585231	15.7196874171041	-0.00712806068327954	2L	7023529	7023940	412	-	179	115	101	127	164	57	76	FBtr0079431, FBtr0100353
+FBgn0000054:E001	FBgn0000054	E001	30.2913156353099	0.0164129395021512	0.885029041178683	0.346827955213764	0.971660982475284	9.27323886762697	9.91616735859554	0.228851894523347	2R	2549775	2549941	167	+	56	22	27	43	33	21	23	FBtr0330252, FBtr0086111, FBtr0086113, FBtr0086112
+FBgn0000054:E002	FBgn0000054	E002	5.12918186544468	0.0234359263980939	1.08440153109785	0.297714986027345	0.971660982475284	4.48433955511592	3.69867115863216	-0.574800889738672	2R	2549942	2549953	12	+	3	5	4	10	8	3	4	FBtr0086113, FBtr0086112
+FBgn0000054:E003	FBgn0000054	E003	8.66762333263177	0.0136385190933867	1.32252974766826	0.250138544279696	0.971660982475284	5.6776852756511	4.92724895260712	-0.43248148570597	2R	2549954	2550073	120	+	10	5	7	8	16	9	8	FBtr0086112
+FBgn0000054:E005	FBgn0000054	E005	111.963009884098	0.00748286779010443	1.05047045154494	0.305398762534509	0.971660982475284	15.6413364885193	15.5103666975293	-0.0353519688659816	2R	2550999	2551392	394	+	112	97	115	131	124	99	101	FBtr0330251
+FBgn0000064:E002	FBgn0000064	E002	7.3266084748515	0.017436754615635	1.76927148668244	0.183472263996261	0.971660982475284	4.57339941709017	4.36377934324251	-0.14091403482158	3R	22080926	22081153	228	-	0	7	12	0	0	10	12	FBtr0310660, FBtr0084995, FBtr0084994, FBtr0084999
+FBgn0000064:E003	FBgn0000064	E003	103.865948679456	0.0457990239002262	2.07674436965786	0.149558868074605	0.971660982475284	16.4850250247109	14.1890012784031	-0.624621553089447	3R	22081688	22082029	342	-	167	48	93	85	279	77	76	FBtr0310661, FBtr0085000, FBtr0085001, FBtr0306657, FBtr0114544
+FBgn0000064:E006	FBgn0000064	E006	2814.5524025292	0.0148305179551099	1.8606432043307	0.172550583618742	0.971660982475284	35.5165246145474	35.0442855777624	-0.108089254413235	3R	22082947	22083763	817	-	3729	2672	3078	2786	4155	2022	2100	FBtr0085000, FBtr0085001, FBtr0084995, FBtr0084994, FBtr0306657, FBtr0114544, FBtr0310661, FBtr0310660, FBtr0084999
+FBgn0000064:E009	FBgn0000064	E009	1.15788898853292	0.253258983397973	1.48934361916679	0.222318328960957	0.971660982475284	1.87085211935651	2.58730175357815	0.945002602009707	3R	22084992	22084996	5	-	5	2	0	0	4	0	0	FBtr0114544
+FBgn0000071:E003	FBgn0000071	E003	4.48674647444507	0.0236781640708533	0.850536458312448	0.356400620616244	0.971660982475284	2.91600474402627	3.6693445511048	0.677773833771919	3R	2589223	2589238	16	+	16	8	7	0	2	1	1	FBtr0081619
+FBgn0000083:E004	FBgn0000083	E004	2097.66378510688	0.00821803566741163	0.829374672316789	0.362453411353143	0.971660982475284	33.4275914156597	33.2751210886963	-0.0349944000319589	3R	16893791	16894499	709	+	2447	1834	2126	2309	2810	1533	1952	FBtr0089518, FBtr0089519, FBtr0089520, FBtr0089517
+FBgn0000083:E006	FBgn0000083	E006	222.094875801226	0.0282134282589052	0.614103301056304	0.433247014579945	0.971660982475284	19.6413913202535	19.7725987883783	0.0326044416209905	3R	16895035	16895476	442	+	474	152	158	241	525	133	120	FBtr0089519
+FBgn0000083:E007	FBgn0000083	E007	32.2876781486623	0.0280490700496484	0.853334167783601	0.355610825887291	0.971660982475284	10.2528937651156	9.29241423825825	-0.33765361812114	3R	16896000	16896261	262	+	60	20	15	42	51	26	30	FBtr0089517
+FBgn0000084:E001	FBgn0000084	E001	53.2358303205052	0.169196995201661	1.42780686356491	0.232122693204689	0.971660982475284	10.956417940388	13.3032959090896	0.72009479740862	X	20065478	20065681	204	-	144	41	40	12	73	50	45	FBtr0070025, FBtr0301931
+FBgn0000092:E001	FBgn0000092	E001	2.91279031750449	0.0523318358034603	0.955437090302432	0.32833918333185	0.971660982475284	2.92863583779866	3.48592624007438	0.513232553094764	X	2586765	2587130	366	-	6	5	3	1	4	0	3	FBtr0070504
+FBgn0000092:E002	FBgn0000092	E002	3.3888188217205	0.04429136227187	0.522136551036311	0.46993171044864	0.971660982475284	3.71873495776864	3.34063950261118	-0.317287412706743	X	2587189	2587681	493	-	7	2	4	2	6	3	2	FBtr0070504
+FBgn0000094:E001	FBgn0000094	E001	7.82839415860988	0.0302183995905971	0.447193088637547	0.503670934575318	0.971660982475284	5.07593580447954	5.3858205195408	0.18053681874286	3R	26035670	26035802	133	+	17	6	9	8	9	7	3	FBtr0085611
+FBgn0000097:E002	FBgn0000097	E002	400.358490752986	0.00705071190433687	0.485673767042698	0.485863511138223	0.971660982475284	23.1583130018375	23.0163718378654	-0.0339857865282855	2L	2156792	2157426	635	-	517	327	402	386	671	348	286	FBtr0330658, FBtr0330659, FBtr0077850, FBtr0077851
+FBgn0000097:E004	FBgn0000097	E004	38.4345935077677	0.0142055923682739	2.29073181518561	0.130148545098342	0.971660982475284	10.0681990136311	11.2293450787582	0.385376771266611	2L	2158468	2159245	778	-	72	36	37	46	50	27	21	FBtr0330658, FBtr0330660, FBtr0077850, FBtr0077851, FBtr0330659
+FBgn0000097:E005	FBgn0000097	E005	205.994534916873	0.00454187198630666	0.492293055547805	0.482906204142801	0.971660982475284	19.3236335827817	19.4361944087301	0.0281042687938644	2L	2159312	2160582	1271	-	436	153	131	240	419	142	115	FBtr0330658, FBtr0330660, FBtr0077850, FBtr0077851, FBtr0330659
+FBgn0000099:E002	FBgn0000099	E002	0.574693701476753	0.851181878268387	0.848864953882053	0.35687363520908	0.971660982475284	1.37274120726326	1.2344668486628	-0.307416575217736	2R	1594729	1595611	883	-	1	0	0	0	1	1	1	FBtr0300505, FBtr0086058, FBtr0086059, FBtr0300504
+FBgn0000100:E002	FBgn0000100	E002	750.225086408109	0.0507878079848667	2.14276007262328	0.14324396901171	0.971660982475284	26.8658626756766	27.1342566439245	0.0627212021054824	3L	22069135	22069191	57	+	1225	809	496	1366	1073	336	423	FBtr0334113
+FBgn0000100:E003	FBgn0000100	E003	12136.5601437149	0.0500117812041973	2.23744879803721	0.134703066478628	0.971660982475284	44.9729499393669	43.7607675656768	-0.275823137098499	3L	22069192	22069236	45	+	14672	9830	10238	12925	20934	9117	11258	FBtr0078481, FBtr0334113
+FBgn0000108:E001	FBgn0000108	E001	2.75903382413077	0.0366954561173838	1.79804148508104	0.179949450233343	0.971660982475284	3.44280954088363	2.57022947827924	-0.85895268611111	X	424503	424567	65	+	4	1	1	1	6	5	2	FBtr0307294, FBtr0307295, FBtr0070109, FBtr0307292, FBtr0307293
+FBgn0000108:E003	FBgn0000108	E003	0.764700251448577	0.179730442627171	1.35733498244383	0.243999886867797	0.971660982475284	1.86650864826681	1.06878828530559	-1.61570241025234	X	425660	425909	250	+	0	1	0	1	1	0	2	FBtr0307294, FBtr0307295, FBtr0307291, FBtr0070109, FBtr0307293, FBtr0307292
+FBgn0000108:E005	FBgn0000108	E005	5.90311493930572	0.0467119309664366	0.874564948002586	0.349694630340786	0.971660982475284	4.08244354682602	4.99512632703419	0.606652724383673	X	464895	465033	139	+	8	5	10	3	9	5	3	FBtr0307294, FBtr0307295, FBtr0307291, FBtr0070109, FBtr0307293, FBtr0307292
+FBgn0000108:E007	FBgn0000108	E007	2.0755759309234	0.0642877665150152	1.63884758596261	0.200483657267355	0.971660982475284	2.91235851008504	2.13578210768598	-0.906496481587091	X	465167	465385	219	+	0	3	1	0	5	2	3	FBtr0307294, FBtr0307295, FBtr0307291, FBtr0070109, FBtr0307293, FBtr0307292
+FBgn0000108:E008	FBgn0000108	E008	7.08361924991647	0.0231307324805064	0.503484207941156	0.477973179017687	0.971660982475284	4.88851719800356	4.67712149131919	-0.133521009245047	X	465460	466091	632	+	5	8	7	0	14	8	7	FBtr0307294, FBtr0307295, FBtr0307291, FBtr0070109, FBtr0307293, FBtr0307292
+FBgn0000108:E010	FBgn0000108	E010	0.974055918507825	0.377412874996569	0.678694704305371	0.410036560634966	0.971660982475284	2.09757372082686	1.4903310791427	-0.992660196100956	X	466170	466181	12	+	1	0	1	2	1	0	2	FBtr0307295, FBtr0307293
+FBgn0000108:E011	FBgn0000108	E011	4.33255157059706	0.0264823174288434	0.843491720235718	0.358400042863888	0.971660982475284	3.93747761041531	4.48948641338773	0.392316774636829	X	466182	466322	141	+	13	4	2	1	14	1	3	FBtr0307294, FBtr0307295, FBtr0307291, FBtr0070109, FBtr0307293, FBtr0307292
+FBgn0000114:E010	FBgn0000114	E010	0.576335917111657	0.446151739344437	1.06226066271138	0.302700145999621	0.971660982475284	1.43431038940204	1.6250187164915	0.361934880504604	2L	12287223	12287808	586	+	1	0	2	0	2	0	0	FBtr0080347
+FBgn0000115:E002	FBgn0000115	E002	121.3964552666	0.00373600132136852	1.00092049706264	0.317087876987287	0.971660982475284	15.9175039742683	16.4699820381273	0.146757664086723	3L	15976478	15976694	217	+	156	119	129	121	183	82	96	FBtr0075517
+FBgn0000116:E002	FBgn0000116	E002	0.0883366573889214	0.649542414720718	0.773922114595919	0.379006442943859	0.971660982475284	1.06975509179192	0.016807592886666	-11.98745536591	3L	9044230	9044817	588	-	0	0	0	0	1	0	0	FBtr0331550, FBtr0076546
+FBgn0000116:E003	FBgn0000116	E003	0.40181652404165	0.124252201395431	0.992265401341427	0.319189320252297	0.971660982475284	1.88134936668772	0.888003496207597	-2.1744503923658	3L	9044818	9045001	184	-	1	0	0	1	2	0	0	FBtr0076546
+FBgn0000116:E008	FBgn0000116	E008	0.205235479273134	0.353472107722397	1.50102376089853	0.220513906763576	0.971660982475284	1.12160794774846	0.0168069372600801	-12.1244821838334	3L	9057564	9057617	54	-	0	0	0	0	0	1	0	FBtr0112791, FBtr0076543
+FBgn0000117:E001	FBgn0000117	E001	1110.87821042994	0.00687579554624694	1.77968679004294	0.182187791518382	0.971660982475284	29.3508020146638	29.5994510072381	0.0575746649251432	X	1785434	1786152	719	-	1892	943	1111	1063	2137	670	737	FBtr0089990, FBtr0089991, FBtr0089992, FBtr0332583, FBtr0089989, FBtr0089988
+FBgn0000117:E002	FBgn0000117	E002	252.254084844864	0.0493801970328995	0.592809696072663	0.441334678783788	0.971660982475284	19.7922601462621	21.0486091879915	0.309268090970962	X	1787436	1787532	97	-	259	283	348	72	287	232	237	FBtr0089989, FBtr0089988, FBtr0089991, FBtr0089992, FBtr0332583
+FBgn0000117:E005	FBgn0000117	E005	3117.72913507179	0.00320876980354127	0.849574148380412	0.356672837031807	0.971660982475284	36.0155576815451	35.7759743103267	-0.0547981916963352	X	1789147	1790786	1640	-	4350	2733	3196	3198	4668	2293	2428	FBtr0089990, FBtr0089991, FBtr0089992, FBtr0332583, FBtr0089989, FBtr0089988
+FBgn0000119:E002	FBgn0000119	E002	45.8133778867127	0.0108366680604582	0.686404900296949	0.407389905877649	0.971660982475284	11.6130849989062	10.9745833113173	-0.20403530286055	2R	9342801	9343425	625	-	55	39	39	62	84	29	35	FBtr0087702
+FBgn0000119:E004	FBgn0000119	E004	9.86358238497846	0.0656323226533382	0.801294510641171	0.370706613753688	0.971660982475284	5.44106139789635	6.27606049839533	0.440687047152037	2R	9343821	9343978	158	-	20	7	11	5	16	3	13	FBtr0087702
+FBgn0000119:E007	FBgn0000119	E007	2.5085164052321	0.0302847325270132	1.5962530728913	0.2064350142164	0.971660982475284	3.61106668255486	2.37435620858208	-1.23174848553834	2R	9370660	9370723	64	-	3	2	0	6	8	1	1	FBtr0087702
+FBgn0000139:E002	FBgn0000139	E002	1.96739811366688	0.132136452677896	0.538065433350965	0.463235581211027	0.971660982475284	2.66398710477999	2.9458833023875	0.294923032525253	3R	20476127	20476311	185	+	4	3	0	2	7	1	0	FBtr0084660
+FBgn0000139:E003	FBgn0000139	E003	3.61191788404307	0.055429054696122	0.853873339456072	0.355458893177303	0.971660982475284	3.58418378792404	3.97564386339051	0.307853831049193	3R	20476372	20476716	345	+	8	4	1	3	12	1	2	FBtr0084660
+FBgn0000139:E005	FBgn0000139	E005	13.2470390620692	0.0204717751216084	2.34744438605892	0.125488582724224	0.971660982475284	5.98379529188785	7.21155118656074	0.585916016993372	3R	20477139	20477352	214	+	18	13	14	10	17	5	18	FBtr0084659
+FBgn0000139:E008	FBgn0000139	E008	112.43808666746	0.0040475105466396	0.965360604021086	0.325839962756941	0.971660982475284	15.8051064571572	15.3213063007265	-0.130640777445579	3R	20478504	20478761	258	+	130	73	89	133	199	85	116	FBtr0084660, FBtr0084659, FBtr0306171
+FBgn0000139:E009	FBgn0000139	E009	96.3385782859831	0.00706205440321372	0.718647661486727	0.396587859245931	0.971660982475284	14.8506867994697	14.5654772759652	-0.0789691343122731	3R	20478820	20479098	279	+	92	64	93	95	166	87	94	FBtr0084660, FBtr0084659, FBtr0306171
+FBgn0000140:E003	FBgn0000140	E003	26.5896581030249	0.0237350658423904	1.49373162587905	0.22163837848098	0.971660982475284	9.09793858348757	8.46313026528155	-0.240899937887257	3R	20580079	20580291	213	+	27	25	22	29	20	32	23	FBtr0084692
+FBgn0000140:E006	FBgn0000140	E006	29.5385944102884	0.0128817166257848	1.13959163302847	0.285738634043248	0.971660982475284	9.30498985438552	9.98828805639866	0.242312938680522	3R	20585679	20586235	557	+	67	21	26	34	46	15	22	FBtr0084692
+FBgn0000094:E002	FBgn0000094	E002	2.87825776924099	0.0423597637139212	0.428169297353726	0.512888616032086	0.974488370460963	3.65773945767709	3.1936877875398	-0.400885652971793	3R	26035865	26036011	147	+	9	2	0	3	8	2	1	FBtr0085611
+FBgn0000052:E005	FBgn0000052	E005	5.95928508029525	0.0224204431785786	0.418232183692993	0.517820470827781	0.974995300927984	4.72617095887948	4.83983423929968	0.0717811639648822	2L	6045894	6045920	27	-	12	2	7	10	15	2	2	FBtr0079219
+FBgn0000119:E005	FBgn0000119	E005	187.898456532462	0.00767000790337718	0.400330997356789	0.526918365567417	0.983267307174911	18.6872275510549	18.5255804518153	-0.0408591356413721	2R	9344041	9347030	2990	-	264	142	176	218	266	139	168	FBtr0087702
+FBgn0000008:E006	FBgn0000008	E006	0.0933261680585749	0.63296022691768	0.334667597557484	0.56292347786865	0.985196847751176	0.0313580930053057	1.03140277933644	10.0824184543719	2R	18039159	18039200	42	+	1	0	0	0	0	0	0	FBtr0071764, FBtr0071763, FBtr0100521
+FBgn0000015:E006	FBgn0000015	E006	0.82233114731192	10.8902555923872	0.280669398646182	0.59626280450595	0.985196847751176	1.83152072376441	1.26083098500944	-1.0825872257363	3R	12758093	12760298	2206	-	0	0	1	0	1	1	2	FBtr0083384
+FBgn0000017:E008	FBgn0000017	E008	4.44081189153106	0.159423080134756	0.323835646601168	0.569311628580423	0.985196847751176	3.44292041917561	4.44920239119415	0.763337694448674	3L	16620602	16621188	587	-	5	1	10	5	3	2	5	FBtr0075357, FBtr0330136, FBtr0112790, FBtr0330135, FBtr0330134, FBtr0330133, FBtr0330132, FBtr0330131, FBtr0330130
+FBgn0000024:E011	FBgn0000024	E011	0.2572924167311	0.375271441377592	0.285873078998844	0.592877377645981	0.985196847751176	1.0370217137646	0.947936497746721	-0.259694232171406	3R	9084148	9084590	443	-	0	1	0	0	1	0	0	FBtr0082780
+FBgn0000037:E005	FBgn0000037	E005	2.87103694900597	0.0561155400399104	0.295324475627268	0.586828511368332	0.985196847751176	2.6976729680437	3.47075986569716	0.741224735448695	2R	20271447	20272571	1125	-	1	5	7	1	4	0	2	FBtr0072367, FBtr0072368
+FBgn0000061:E005	FBgn0000061	E005	0.374447732873272	14	0.323733929791814	0.56937228344009	0.985196847751176	0.635012767845394	2.16251011198699	3.54841788468417	2L	386703	387439	737	+	2	0	0	0	0	0	1	FBtr0078053
+FBgn0000064:E005	FBgn0000064	E005	859.822533198768	0.0040048002452962	0.37268535072468	0.541544148201691	0.985196847751176	27.5073678081951	27.9912050291419	0.112710595381879	3R	22082655	22082854	200	-	746	952	1227	542	790	802	722	FBtr0085000, FBtr0085001, FBtr0084995, FBtr0084994, FBtr0306657, FBtr0114544, FBtr0310661, FBtr0310660, FBtr0084999
+FBgn0000064:E010	FBgn0000064	E010	4.52637441420982	0.0437205451569047	0.269936836572043	0.603374145991151	0.985196847751176	4.30699597099796	4.17950412481648	-0.0899004601784865	3R	22085524	22085552	29	-	10	5	3	5	14	1	1	FBtr0084995
+FBgn0000083:E001	FBgn0000083	E001	23.0666434939121	0.0138331584489766	0.317985391886197	0.572820873347873	0.985196847751176	8.24879261860172	8.63927603924359	0.152548286659441	3R	16890963	16891007	45	+	36	18	23	30	22	17	20	FBtr0089518, FBtr0089519, FBtr0089520, FBtr0089517
+FBgn0000083:E003	FBgn0000083	E003	84.235857406506	0.0446149725866238	0.349480717054604	0.554407230820815	0.985196847751176	14.9510560920097	13.4575845779292	-0.420632373232785	3R	16893168	16893221	54	+	119	60	55	93	238	36	74	FBtr0089518, FBtr0089519, FBtr0089520, FBtr0089517
+FBgn0000084:E004	FBgn0000084	E004	777.356281983227	0.0390643798832904	0.298884520639547	0.584582572602436	0.985196847751176	27.0560894361363	27.0993018951955	0.0100948350717154	X	20066338	20067049	712	-	767	653	748	799	1087	673	753	FBtr0070025, FBtr0301931
+FBgn0000108:E002	FBgn0000108	E002	0.947741879453093	0.0903743282846088	0.29525839277315	0.58687036678925	0.985196847751176	1.61336834535835	2.09449728631268	0.758364160470623	X	425203	425222	20	+	3	1	0	0	1	2	0	FBtr0307291
+FBgn0000114:E002	FBgn0000114	E002	0.293572136662055	14	0.270723728168754	0.602846702074353	0.985196847751176	1.5272715160683	0.0127754524095298	-13.8098230154097	2L	12201326	12201771	446	+	0	0	0	0	1	1	0	FBtr0331648
+FBgn0000115:E001	FBgn0000115	E001	52.3822474504571	0.00559491833099123	0.308143353577904	0.578821738686127	0.985196847751176	12.3505486298975	11.737803648852	-0.188374790553247	3L	15976235	15976380	146	+	88	34	41	72	99	33	38	FBtr0075517
+FBgn0000115:E003	FBgn0000115	E003	169.856122129492	0.00375863427451899	0.332058401288847	0.564449533298596	0.985196847751176	18.1687002872276	17.9996310069922	-0.0431296767819891	3L	15976963	15977462	500	+	236	140	161	174	299	120	136	FBtr0075517
+FBgn0000117:E003	FBgn0000117	E003	651.648249450539	0.0064671830265746	0.311475287912941	0.576776297648621	0.985196847751176	25.6861821860316	26.4547355775444	0.180416261963414	X	1788541	1788813	273	-	676	728	799	493	606	574	569	FBtr0089990, FBtr0089991, FBtr0089992, FBtr0332583, FBtr0089989, FBtr0089988
+FBgn0000015:E002	FBgn0000015	E002	0.0933261680585749	14	0.228191612339174	0.632867974660006	0.994506817322867	0.0362766645958317	1.03412443089441	9.66963012846879	3R	12753395	12755302	1908	-	1	0	0	0	0	0	0	FBtr0330709, FBtr0083385, FBtr0083384, FBtr0083383, FBtr0083382, FBtr0083381
+FBgn0000052:E003	FBgn0000052	E003	314.320768507933	0.00610733439723869	0.247648837931905	0.618735490107095	0.994506817322867	21.543912223283	21.566955050401	0.00559735097921532	2L	6044428	6045526	1099	-	343	283	295	346	457	261	265	FBtr0079219, FBtr0079221, FBtr0079220
+FBgn0000054:E004	FBgn0000054	E004	56.5566636517369	0.0442558394894015	0.252563956902307	0.615275474875124	0.994506817322867	11.9880210098939	12.7063791326733	0.217718357647972	2R	2550074	2550262	189	+	66	51	68	41	108	37	47	FBtr0330252, FBtr0086111, FBtr0086113, FBtr0086112
+FBgn0000054:E006	FBgn0000054	E006	186.13192889271	0.00325493844899562	0.228357109438164	0.632744691787726	0.994506817322867	18.639006179505	18.6233852646876	-0.00394679899189132	2R	2554225	2554518	294	+	295	134	161	246	299	133	134	FBtr0330252, FBtr0330251, FBtr0086111, FBtr0086113, FBtr0086112
+FBgn0000139:E001	FBgn0000139	E001	0.187795396756122	0.374799846690247	0.231091098352309	0.630715973112077	0.994506817322867	0.887138628862111	0.0477440000930631	-8.43387425276632	3R	20475810	20476066	257	+	0	0	0	0	0	0	1	FBtr0084660
+FBgn0000116:E001	FBgn0000116	E001	320.065169966928	0.337009608708913	0.218477551540857	0.640202404143071	0.998524645267923	21.1027640574727	22.1991879296158	0.266089262725272	3L	9041980	9043459	1480	-	558	495	436	222	335	158	140	FBtr0331550, FBtr0112791, FBtr0076543, FBtr0076545, FBtr0076544, FBtr0076546
+FBgn0000008:E004	FBgn0000008	E004	0.522626439341238	0.108231846162626	0.0369483833129038	0.84757017588966	1	1.31207362495459	1.49343865528675	0.375093454932882	2R	18024938	18025504	567	+	1	0	1	0	1	0	1	FBtr0071764
+FBgn0000008:E008	FBgn0000008	E008	1.63933440281406	0.0968379844362361	2.01764680980432e-05	0.996416056342378	1	2.30910267163885	2.32720160539832	0.0227772206506071	2R	18052282	18052494	213	+	4	1	0	0	1	4	1	FBtr0071764, FBtr0071763, FBtr0100521
+FBgn0000008:E012	FBgn0000008	E012	0.661887298226701	0.10048842790477	0.133980694458458	0.714339903577869	1	1.59894798589924	1.80437032391848	0.350825507739352	2R	18059821	18059938	118	+	3	0	0	0	2	1	0	FBtr0071764, FBtr0071763, FBtr0100521
+FBgn0000008:E013	FBgn0000008	E013	3.91734100140517	0.0319992163912382	0.0405575214480223	0.840394431025493	1	4.0658884844284	3.71813153204712	-0.266001191148498	2R	18060002	18060339	338	+	11	1	1	5	10	5	0	FBtr0071764, FBtr0071763, FBtr0100521
+FBgn0000008:E014	FBgn0000008	E014	0.55498474117927	0.0991632548084292	0.00282193560313715	0.957634787332992	1	1.59209289474094	1.49360061628131	-0.185164838451762	2R	18060340	18060346	7	+	1	0	1	1	2	0	0	FBtr0071763, FBtr0071764
+FBgn0000014:E001	FBgn0000014	E001	0.298561647331709	14	0.0219376457016871	0.882253097406816	1	1.27262769970325	0.80554855876461	-1.32242479740168	3R	12632936	12633348	413	-	1	0	0	0	0	1	0	FBtr0306337
+FBgn0000014:E009	FBgn0000014	E009	0.0933261680585749	14	0.021947487098263	0.882226881896088	1	0.0483555234132389	0.805548558742808	8.11836418716537	3R	12653620	12653845	226	-	1	0	0	0	0	0	0	FBtr0083388
+FBgn0000017:E001	FBgn0000017	E001	1147.17152215341	0.00537068050163197	0.156090018661388	0.692782155872487	1	29.5244104049867	29.3834017346613	-0.0326526347033802	3L	16615470	16616388	919	-	1564	806	875	1289	2492	911	820	FBtr0075357, FBtr0330136, FBtr0112790, FBtr0330135, FBtr0330134, FBtr0330133, FBtr0330132, FBtr0330131, FBtr0330130
+FBgn0000017:E005	FBgn0000017	E005	271.37662534133	0.02004500325218	0.00577858270614229	0.939405581570097	1	20.5196094360905	20.8395394201667	0.078491935003548	3L	16619628	16619716	89	-	296	210	261	313	372	242	237	FBtr0075357, FBtr0330136, FBtr0112790, FBtr0330135, FBtr0330134, FBtr0330133, FBtr0330132, FBtr0330131, FBtr0330130
+FBgn0000024:E001	FBgn0000024	E001	0.318469377322382	1.07589610032753	-0.0086468402177502	1	1	1.06152543369349	1.23812378500325	0.445242638158563	3R	9053964	9055492	1529	-	2	0	0	1	0	0	0	FBtr0082780, FBtr0300486
+FBgn0000024:E005	FBgn0000024	E005	0.0933261680585749	2.66125192557754	-0.0461763934591204	1	1	0.028507832072501	0.869455117495288	9.86361230340929	3R	9063779	9063921	143	-	1	0	0	0	0	0	0	FBtr0082780, FBtr0300486
+FBgn0000028:E001	FBgn0000028	E001	0.2572924167311	14	0.0112362388299836	0.915581458365589	1	1.23600300171183	0.763765509138105	-1.39177375162242	X	15245315	15245991	677	-	0	1	0	0	1	0	0	FBtr0100328, FBtr0305191
+FBgn0000028:E006	FBgn0000028	E006	0.15316821713762	14	0.0112254376815173	0.915621891292643	1	0.0665927148445693	0.732994399446508	6.92231931936957	X	15248260	15248491	232	-	0	0	1	0	0	0	0	FBtr0305195, FBtr0305189, FBtr0305196, FBtr0074015, FBtr0305194, FBtr0100328, FBtr0290063, FBtr0305191, FBtr0305190, FBtr0305193, FBtr0305192, FBtr0290064, FBtr0100326
+FBgn0000032:E003	FBgn0000032	E003	108.384968310561	0.0105801544973772	0.0865858378902828	0.768563272965681	1	15.556167983844	15.5784719255542	0.00602176544336697	3R	25817476	25817734	259	-	152	79	102	115	182	97	75	FBtr0085609, FBtr0085610
+FBgn0000032:E005	FBgn0000032	E005	50.5080907808574	0.00563620484374057	0.118531013211893	0.730633217547981	1	11.2006003569434	11.7348104339698	0.169102397148159	3R	25818551	25818649	99	-	42	53	56	38	55	45	53	FBtr0085609, FBtr0085610
+FBgn0000032:E007	FBgn0000032	E007	2.52959384340906	0.0437691532818779	0.000663311719335979	0.979452883339787	1	3.21608737156471	3.02521448706946	-0.180073714081239	3R	25818904	25818983	80	-	5	3	0	4	7	2	0	FBtr0085610
+FBgn0000032:E009	FBgn0000032	E009	32.7707234445176	0.0436129338225138	0.0572857323094809	0.810838554850978	1	10.1828131095593	9.68784361989526	-0.171952978102214	3R	25818999	25819130	132	-	54	25	20	73	61	10	18	FBtr0085609
+FBgn0000036:E001	FBgn0000036	E001	0.225143209263807	14	0.0371571187485777	0.847145506890859	1	0.744378434770542	1.15688826560924	1.27461870016401	3R	20226948	20227667	720	-	1	0	0	1	0	0	0	FBtr0084619, FBtr0330310
+FBgn0000036:E008	FBgn0000036	E008	0.0883366573889214	14	0.0371626138399748	0.847134343946692	1	0.640635635236285	0.0784389156348073	-6.06092954207499	3R	20247417	20247626	210	-	0	0	0	0	1	0	0	FBtr0084619, FBtr0330310
+FBgn0000037:E001	FBgn0000037	E001	4.93059492840277	0.0433525322116201	0.116268321863053	0.733117576781038	1	4.50506703680665	3.97580199548729	-0.373880994784916	2R	20266159	20269379	3221	-	9	5	4	5	9	3	3	FBtr0072367, FBtr0072368
+FBgn0000042:E001	FBgn0000042	E001	963.266257907235	0.0494673187482607	0.106764372524424	0.743858356900064	1	29.238697935993	27.8128413241524	-0.331202081046772	X	5794894	5795046	153	+	3322	262	275	1633	3139	244	129	FBtr0100662, FBtr0100663, FBtr0070822
+FBgn0000042:E002	FBgn0000042	E002	163.233888991564	0.0289095164038594	0.0365633489373351	0.848356798329999	1	17.8843445644182	17.9588290051648	0.0190584140201588	X	5796015	5796129	115	+	286	138	173	205	149	106	132	FBtr0070823
+FBgn0000042:E003	FBgn0000042	E003	37923.6657937205	0.0382179123503452	0.000142166609236938	0.990486757357641	1	51.8095983493619	51.7357469956446	-0.0167828724355097	X	5796723	5798206	1484	+	53623	37301	41337	47230	50144	22833	26327	FBtr0100662, FBtr0100663, FBtr0070822, FBtr0070823
+FBgn0000042:E004	FBgn0000042	E004	2902.21264539337	0.0406428435367602	0.0127533640756781	0.910085422962885	1	36.1714632737535	34.641599430739	-0.350118097512251	X	5798207	5798497	291	+	7007	1635	1666	3678	8835	1202	1091	FBtr0100662, FBtr0100663, FBtr0070823
+FBgn0000046:E001	FBgn0000046	E001	0.467517406673888	0.140446601060055	0.0811518749890823	0.775742452239298	1	1.02648402015051	1.36433413148269	0.823376975462011	3R	9251707	9251764	58	+	1	1	0	0	0	1	0	FBtr0082785
+FBgn0000046:E003	FBgn0000046	E003	16.8641331350762	0.0304014624731667	0.0388907028446255	0.843665350616099	1	7.51987624308826	7.48414734227924	-0.0153032721109332	3R	9252305	9253811	1507	+	35	16	17	5	33	12	12	FBtr0082785, FBtr0082786
+FBgn0000052:E001	FBgn0000052	E001	202.231888834538	0.0147292794024883	0.0496515052911377	0.82367079362196	1	18.9744401807496	19.0918614332831	0.0294742749110091	2L	6041178	6042011	834	-	266	187	161	277	264	124	191	FBtr0079219, FBtr0079221, FBtr0079220
+FBgn0000052:E002	FBgn0000052	E002	684.815325547703	0.00442460970719768	0.0135708855048904	0.907260927188627	1	26.3631217747235	26.3074525571573	-0.0130503536638322	2L	6042075	6044351	2277	-	1005	523	566	843	1051	505	577	FBtr0079219, FBtr0079221, FBtr0079220
+FBgn0000053:E003	FBgn0000053	E003	84.096019529742	0.00934451877198695	0.13366896347722	0.714657855951983	1	14.4003048355316	14.0609882193132	-0.0954262563326376	2L	7017545	7017966	422	-	117	77	91	96	93	65	64	FBtr0079431
+FBgn0000053:E007	FBgn0000053	E007	110.668820612301	0.0348698892163357	0.0607292970584012	0.805346947896479	1	15.6825298835818	15.8764758442978	0.0520652395977823	2L	7019135	7019382	248	-	140	123	127	74	190	88	68	FBtr0079431, FBtr0100353
+FBgn0000057:E001	FBgn0000057	E001	143.343381232254	0.00639111278577123	0.00438217819851161	0.947220171045714	1	17.1352575066283	17.1232665420696	-0.00311724803399116	2R	14039209	14040146	938	+	210	129	116	165	229	94	122	FBtr0086744
+FBgn0000057:E002	FBgn0000057	E002	218.818450448728	0.00636959535034756	0.00439851251384482	0.947122039532451	1	19.514041483323	19.5242808024469	0.00255130547697391	2R	14040213	14041565	1353	+	303	192	195	224	367	172	165	FBtr0086744
+FBgn0000061:E002	FBgn0000061	E002	0.481367533418178	13.6721882210095	0.206988312538641	0.649138244622526	1	1.03312801916295	0.062060248423478	-8.11757962095488	2L	384511	384894	384	+	0	0	0	0	1	1	1	FBtr0078053
+FBgn0000061:E004	FBgn0000061	E004	0.375590793512245	14	-8.64995262830348e-05	1	1	0.907600793004981	0.0620590770429104	-7.74312997069364	2L	386308	386576	269	+	0	0	0	0	0	0	2	FBtr0078053
+FBgn0000063:E001	FBgn0000063	E001	33.6327142596141	0.0128452902682948	0.0120712623852199	0.912513032678316	1	10.0188078868605	10.06680720355	0.0165503190829099	3R	13496993	13497289	297	+	52	37	25	46	50	19	23	FBtr0083478, FBtr0331348
+FBgn0000063:E002	FBgn0000063	E002	101.250577278938	0.0103424131221331	0.00592945436504522	0.938621197886261	1	15.3219259652695	15.3173579049	-0.001241867638889	3R	13497572	13498579	1008	+	156	89	97	103	184	71	66	FBtr0083478, FBtr0331348
+FBgn0000063:E003	FBgn0000063	E003	67.8567676254432	0.00728853098419851	0.0225152734990814	0.880724455029149	1	13.1549870073588	13.2591545165297	0.0304204696530928	3R	13498643	13499198	556	+	104	63	62	60	109	54	50	FBtr0083478, FBtr0331348
+FBgn0000063:E004	FBgn0000063	E004	30.7202523491883	0.0364258806777611	0.0439194747177822	0.834003501382422	1	9.95785204837335	9.62804719505446	-0.115707675441074	3R	13499271	13499298	28	+	71	19	19	59	52	9	20	FBtr0331348
+FBgn0000064:E007	FBgn0000064	E007	39.9808634639801	0.0062607911901724	0.0985708156190981	0.75355149893497	1	11.137314906726	10.7949202325746	-0.111434765893828	3R	22083764	22083999	236	-	74	33	39	53	76	18	22	FBtr0085000, FBtr0084999
+FBgn0000071:E002	FBgn0000071	E002	14.9999389961672	0.0169883566302625	0.000674560326189066	0.979279433024371	1	6.45162856723134	6.33138784071484	-0.0587875169559324	3R	2589128	2589222	95	+	57	24	18	3	10	5	3	FBtr0081619, FBtr0081620
+FBgn0000071:E004	FBgn0000071	E004	155.00489061648	0.015810922239833	0.168438605573613	0.681503212590846	1	16.3026015988249	16.1844222437713	-0.0313523761150973	3R	2589555	2590983	1429	+	460	234	286	29	93	42	43	FBtr0081619, FBtr0081618, FBtr0081620
+FBgn0000075:E003	FBgn0000075	E003	0.486357044087831	1.13308736213854	0.0325952856411682	0.85672736338239	1	1.30455628031855	1.10508219356852	-0.480242328319207	2L	19111844	19112315	472	+	1	0	0	0	0	1	1	FBtr0081154
+FBgn0000075:E004	FBgn0000075	E004	0.628403179247171	0.851181878268387	0.0286268484725802	0.865643493913156	1	1.44636173838272	1.61302082347998	0.316191040555664	2L	19112794	19114110	1317	+	1	0	1	0	2	1	0	FBtr0081153, FBtr0081154
+FBgn0000083:E002	FBgn0000083	E002	35.3178023468001	0.04906105644966	0.159077486457079	0.690007276345368	1	10.1136035563143	10.2862399417484	0.0589056307829265	3R	16891008	16891123	116	+	63	24	32	57	29	26	27	FBtr0089520
+FBgn0000083:E005	FBgn0000083	E005	519.429405568491	0.00727855179289066	0.145355379309336	0.703014037093923	1	24.6238753415365	24.6527796904107	0.00684198488985288	3R	16894560	16894741	182	+	567	413	615	536	584	399	524	FBtr0089518, FBtr0089519, FBtr0089520, FBtr0089517
+FBgn0000084:E003	FBgn0000084	E003	12.7120572355022	0.0837166646318786	0.185169866285264	0.666967474606817	1	6.00949875200498	6.08051051699281	0.0364158788597697	X	20066074	20066255	182	-	0	16	13	0	0	29	11	FBtr0070025, FBtr0301931
+FBgn0000084:E005	FBgn0000084	E005	179.51917351967	0.017298709939238	0.00764541881764558	0.930323297340416	1	18.4441301385561	18.2838481567454	-0.0406833845629677	X	20067402	20067506	105	-	307	96	143	186	408	128	138	FBtr0070025, FBtr0301931
+FBgn0000084:E006	FBgn0000084	E006	59.8440945905321	0.0203541606260161	0.0261703196764245	0.871485063320316	1	12.8334946587626	12.52294067642	-0.0927208210607962	X	20067507	20067552	46	-	132	23	34	71	150	35	46	FBtr0070025
+FBgn0000092:E003	FBgn0000092	E003	0.860804776961103	0.17397193758361	0.140871553928278	0.707416102559408	1	1.85252104837862	1.58956558446094	-0.444408357004321	X	2587766	2587919	154	-	3	0	0	0	0	1	2	FBtr0070504
+FBgn0000099:E003	FBgn0000099	E003	0.0933261680585749	8.25103555665913	0.125601559759914	0.723036809064419	1	0.0181972420397667	1.14246096438043	11.9484494926634	2R	1595688	1595884	197	-	1	0	0	0	0	0	0	FBtr0300505, FBtr0086058, FBtr0086059, FBtr0300504
+FBgn0000099:E004	FBgn0000099	E004	0.0883366573889214	8.33206802424385	0.0335206087223128	0.854730271939982	1	0.674703310169917	0.0268958408973052	-9.29895058462832	2R	1596116	1596372	257	-	0	0	0	0	1	0	0	FBtr0300505, FBtr0086058, FBtr0086059, FBtr0300504
+FBgn0000099:E007	FBgn0000099	E007	0.168955759342179	14	0.114859049366828	0.734678574244119	1	0.0181974913856617	1.43141447128552	12.6012176404964	2R	1604154	1604293	140	-	0	1	0	0	0	0	0	FBtr0300505, FBtr0086058, FBtr0300504
+FBgn0000108:E004	FBgn0000108	E004	1.90433405030327	0.0386353475489378	0.0411523206689495	0.839244187778419	1	2.60027471104223	2.77764474740288	0.193229822315676	X	454639	454809	171	+	4	2	1	0	5	2	1	FBtr0307294, FBtr0307295, FBtr0307291, FBtr0070109, FBtr0307293
+FBgn0000108:E009	FBgn0000108	E009	1.57262265911296	0.0574810242613345	0.164606419565153	0.684950427166034	1	2.28991019546818	2.10857020718977	-0.240423774290776	X	466092	466103	12	+	2	0	2	0	1	3	2	FBtr0307291, FBtr0070109, FBtr0307292, FBtr0307293
+FBgn0000109:E001	FBgn0000109	E001	28.0385476177001	0.0228177723080164	0.0386272821260008	0.844188900408206	1	9.30223205635229	9.44202814143436	0.0505780165258676	3L	1883892	1884248	357	-	68	10	21	34	42	19	25	FBtr0089420
+FBgn0000109:E002	FBgn0000109	E002	33.7700649662137	0.00712249612245714	0.0237483238489631	0.877527015468978	1	9.88843247222566	10.065993809699	0.0614987773598594	3L	1884323	1884560	238	-	57	15	38	41	40	26	31	FBtr0089420
+FBgn0000109:E003	FBgn0000109	E003	18.3940473673953	0.0293705435822847	0.117332289056094	0.731946043398156	1	8.02558445301323	7.52143108335015	-0.209989480337004	3L	1884691	1884885	195	-	32	6	19	38	29	9	11	FBtr0089420
+FBgn0000114:E005	FBgn0000114	E005	0.441683286944607	13.1390367418551	0.114226266807258	0.735382957078123	1	1.92076266464657	0.0127737465418409	-14.4756913419922	2L	12240868	12241780	913	+	0	0	0	0	5	0	0	FBtr0080344, FBtr0331645
+FBgn0000114:E006	FBgn0000114	E006	0.15316821713762	14	0.00714867672002839	0.93261927207885	1	0.0161618832683335	1.00559945887617	11.9216449582561	2L	12270932	12271347	416	+	0	0	1	0	0	0	0	FBtr0331644, FBtr0080345, FBtr0300567
+FBgn0000114:E011	FBgn0000114	E011	0.0883366573889214	14	0.0384681766311132	0.844506021806725	1	0.901163184517619	0.01277346475716	-12.2835519633586	2L	12288905	12289344	440	+	0	0	0	0	1	0	0	FBtr0080347
+FBgn0000114:E012	FBgn0000114	E012	0.0933261680585749	14	0.0151245147496439	0.902121537033148	1	0.0161618280469575	0.822650605971438	11.3412504567185	2L	12298568	12298749	182	+	1	0	0	0	0	0	0	FBtr0300567, FBtr0331648, FBtr0331646, FBtr0331647, FBtr0331644, FBtr0331645, FBtr0080347, FBtr0080344, FBtr0080345, FBtr0331998
+FBgn0000114:E014	FBgn0000114	E014	0.0883366573889214	14	0.0384681766311132	0.844506021806725	1	0.901163184517619	0.01277346475716	-12.2835519633586	2L	12299188	12299394	207	+	0	0	0	0	1	0	0	FBtr0300567, FBtr0331648, FBtr0331646, FBtr0331647, FBtr0331644, FBtr0331645, FBtr0080347, FBtr0080344, FBtr0080345, FBtr0331998
+FBgn0000114:E015	FBgn0000114	E015	0.0883366573889214	14	0.0384681766311132	0.844506021806725	1	0.901163184517619	0.01277346475716	-12.2835519633586	2L	12300361	12300396	36	+	0	0	0	0	1	0	0	FBtr0331644
+FBgn0000116:E004	FBgn0000116	E004	0.15316821713762	0.439815447670541	-0.0700042811025554	1	1	0.0232209004275195	0.906477229392129	10.5759962391689	3L	9046620	9046661	42	-	0	0	1	0	0	0	0	FBtr0331550
+FBgn0000116:E005	FBgn0000116	E005	1.25599426711867	0.472104568434921	-0.00158843673641229	1	1	2.0953395114146	2.24506163576219	0.201074602752124	3L	9050643	9050681	39	-	1	0	5	1	3	0	0	FBtr0076545
+FBgn0000116:E006	FBgn0000116	E006	0.15316821713762	0.439815447670541	-0.0700042811025554	1	1	0.0232209004275212	0.906477229392129	10.5759962391685	3L	9055007	9055567	561	-	0	0	1	0	0	0	0	FBtr0076543, FBtr0076544
+FBgn0000117:E006	FBgn0000117	E006	156.240420394897	0.0085542074356747	0.0189649087814985	0.890467134556043	1	17.7254675674669	17.5451703485226	-0.0463878438247756	X	1793013	1793072	60	-	198	147	167	179	242	93	124	FBtr0089990, FBtr0089991, FBtr0089992, FBtr0332583, FBtr0089989, FBtr0089988
+FBgn0000117:E007	FBgn0000117	E007	4.5734995655629	0.0692028953471076	0.13944050372217	0.70883786195167	1	4.27081682130186	4.15200594359431	-0.0843671596411597	X	1793337	1793413	77	-	10	5	2	3	15	1	3	FBtr0332583
+FBgn0000117:E009	FBgn0000117	E009	75.1849884692702	0.0237530624974545	0.0129029846694664	0.909561779999495	1	13.9202742735026	13.550906840725	-0.105708824655276	X	1793432	1793557	126	-	102	64	78	105	107	37	64	FBtr0332583, FBtr0089990, FBtr0089989, FBtr0089988
+FBgn0000117:E010	FBgn0000117	E010	42.7651357723149	0.0146658777705333	0.0255392433549844	0.873030728587431	1	11.366144418293	10.9161877955769	-0.144993437862887	X	1793558	1793643	86	-	87	32	27	58	69	27	31	FBtr0089990, FBtr0089989
+FBgn0000119:E001	FBgn0000119	E001	71.3729832029852	0.0111382575170043	0.188041060651543	0.664552051202675	1	13.476054977176	13.5892329009486	0.0326352901711147	2R	9341159	9342741	1583	-	126	62	49	77	133	44	57	FBtr0087702
+FBgn0000119:E006	FBgn0000119	E006	13.655959120889	0.037494635364515	0.0687714227743044	0.793134057224867	1	6.67105868946973	6.92210999295732	0.116571475051037	2R	9369281	9369589	309	-	31	8	9	13	22	14	8	FBtr0087702
+FBgn0000121:E002	FBgn0000121	E002	1.2324267524932	0.147712274149084	0.0344325243825381	0.852789801284774	1	1.97474437554829	2.1046084985034	0.185347718172468	3L	8640808	8641002	195	-	2	1	0	3	1	1	1	FBtr0076599
+FBgn0000140:E001	FBgn0000140	E001	10.7470539964813	0.0364725623871334	0.00683299191858566	0.93412036993095	1	6.2315093452018	5.91337033650988	-0.162542764874986	3R	20579625	20579777	153	+	14	9	11	21	17	5	5	FBtr0084692
+FBgn0000140:E004	FBgn0000140	E004	396.131203959444	0.00847249449173582	3.17630525898949e-05	0.995503248592858	1	23.2122607370292	23.0392443785726	-0.0414131306443135	3R	20580371	20585252	4882	+	717	355	274	503	729	250	241	FBtr0084692
 FBgn0000003:E001	FBgn0000003	E001	0.15316821713762	NA	NA	NA	NA	NA	NA	NA	3R	2648220	2648518	299	+	0	0	1	0	0	0	0	FBtr0081624
 FBgn0000008:E001	FBgn0000008	E001	0	NA	NA	NA	NA	NA	NA	NA	2R	18024494	18024495	2	+	0	0	0	0	0	0	0	FBtr0100521
 FBgn0000014:E002	FBgn0000014	E002	0	NA	NA	NA	NA	NA	NA	NA	3R	12633349	12635783	2435	-	0	0	0	0	0	0	0	FBtr0083387, FBtr0306337, FBtr0300485, FBtr0083388
--- a/test-data/flattened.gtf	Sat Jul 28 03:44:02 2018 -0400
+++ b/test-data/flattened.gtf	Tue Dec 11 00:19:18 2018 -0500
@@ -1,257 +1,281 @@
-4	dexseq_prepare_annotation.py	aggregate_gene	68336	77667	.	-	.	gene_id "FBgn0004859"
-4	dexseq_prepare_annotation.py	exonic_part	68336	71088	.	-	.	transcripts "FBtr0308074+FBtr0089178+FBtr0306168"; gene_id "FBgn0004859"; exonic_part_number "001"
-4	dexseq_prepare_annotation.py	exonic_part	71142	71239	.	-	.	transcripts "FBtr0308074+FBtr0089178+FBtr0306168"; gene_id "FBgn0004859"; exonic_part_number "002"
-4	dexseq_prepare_annotation.py	exonic_part	71240	71306	.	-	.	transcripts "FBtr0306168+FBtr0089178"; gene_id "FBgn0004859"; exonic_part_number "003"
-4	dexseq_prepare_annotation.py	exonic_part	71371	71883	.	-	.	transcripts "FBtr0308074+FBtr0089178+FBtr0306168"; gene_id "FBgn0004859"; exonic_part_number "004"
-4	dexseq_prepare_annotation.py	exonic_part	71940	72580	.	-	.	transcripts "FBtr0308074+FBtr0089178+FBtr0306168"; gene_id "FBgn0004859"; exonic_part_number "005"
-4	dexseq_prepare_annotation.py	exonic_part	72643	73010	.	-	.	transcripts "FBtr0308074+FBtr0089178+FBtr0306168"; gene_id "FBgn0004859"; exonic_part_number "006"
-4	dexseq_prepare_annotation.py	exonic_part	76457	76916	.	-	.	transcripts "FBtr0308074+FBtr0089178"; gene_id "FBgn0004859"; exonic_part_number "007"
-4	dexseq_prepare_annotation.py	exonic_part	76917	76957	.	-	.	transcripts "FBtr0308074+FBtr0089178+FBtr0306168"; gene_id "FBgn0004859"; exonic_part_number "008"
-4	dexseq_prepare_annotation.py	exonic_part	76958	77667	.	-	.	transcripts "FBtr0306168"; gene_id "FBgn0004859"; exonic_part_number "009"
-4	dexseq_prepare_annotation.py	aggregate_gene	137015	150380	.	-	.	gene_id "FBgn0011747"
-4	dexseq_prepare_annotation.py	exonic_part	137015	137256	.	-	.	transcripts "FBtr0089172+FBtr0089173+FBtr0089171"; gene_id "FBgn0011747"; exonic_part_number "001"
-4	dexseq_prepare_annotation.py	exonic_part	137312	139127	.	-	.	transcripts "FBtr0089172+FBtr0089173+FBtr0089171"; gene_id "FBgn0011747"; exonic_part_number "002"
-4	dexseq_prepare_annotation.py	exonic_part	139181	139405	.	-	.	transcripts "FBtr0089172+FBtr0089173+FBtr0089171"; gene_id "FBgn0011747"; exonic_part_number "003"
-4	dexseq_prepare_annotation.py	exonic_part	139464	139557	.	-	.	transcripts "FBtr0089172+FBtr0089173+FBtr0089171"; gene_id "FBgn0011747"; exonic_part_number "004"
-4	dexseq_prepare_annotation.py	exonic_part	140514	140838	.	-	.	transcripts "FBtr0089172+FBtr0089173+FBtr0089171"; gene_id "FBgn0011747"; exonic_part_number "005"
-4	dexseq_prepare_annotation.py	exonic_part	141484	142425	.	-	.	transcripts "FBtr0089172+FBtr0089173+FBtr0089171"; gene_id "FBgn0011747"; exonic_part_number "006"
-4	dexseq_prepare_annotation.py	exonic_part	142479	142582	.	-	.	transcripts "FBtr0089172+FBtr0089173+FBtr0089171"; gene_id "FBgn0011747"; exonic_part_number "007"
-4	dexseq_prepare_annotation.py	exonic_part	142935	144048	.	-	.	transcripts "FBtr0089172+FBtr0089173+FBtr0089171"; gene_id "FBgn0011747"; exonic_part_number "008"
-4	dexseq_prepare_annotation.py	exonic_part	144411	144518	.	-	.	transcripts "FBtr0089172+FBtr0089173+FBtr0089171"; gene_id "FBgn0011747"; exonic_part_number "009"
-4	dexseq_prepare_annotation.py	exonic_part	149948	150068	.	-	.	transcripts "FBtr0089172+FBtr0089173+FBtr0089171"; gene_id "FBgn0011747"; exonic_part_number "010"
-4	dexseq_prepare_annotation.py	exonic_part	150069	150078	.	-	.	transcripts "FBtr0089173"; gene_id "FBgn0011747"; exonic_part_number "011"
-4	dexseq_prepare_annotation.py	exonic_part	150181	150353	.	-	.	transcripts "FBtr0089172"; gene_id "FBgn0011747"; exonic_part_number "012"
-4	dexseq_prepare_annotation.py	exonic_part	150354	150380	.	-	.	transcripts "FBtr0089172+FBtr0089171"; gene_id "FBgn0011747"; exonic_part_number "013"
-4	dexseq_prepare_annotation.py	aggregate_gene	522436	560418	.	+	.	gene_id "FBgn0004607"
-4	dexseq_prepare_annotation.py	exonic_part	522436	522483	.	+	.	transcripts "FBtr0332913+FBtr0089070+FBtr0307167"; gene_id "FBgn0004607"; exonic_part_number "001"
-4	dexseq_prepare_annotation.py	exonic_part	524477	524764	.	+	.	transcripts "FBtr0332913+FBtr0089070+FBtr0307167"; gene_id "FBgn0004607"; exonic_part_number "002"
-4	dexseq_prepare_annotation.py	exonic_part	536208	536257	.	+	.	transcripts "FBtr0332913+FBtr0089070+FBtr0307167"; gene_id "FBgn0004607"; exonic_part_number "003"
-4	dexseq_prepare_annotation.py	exonic_part	542099	543730	.	+	.	transcripts "FBtr0332913+FBtr0089070+FBtr0307167"; gene_id "FBgn0004607"; exonic_part_number "004"
-4	dexseq_prepare_annotation.py	exonic_part	544957	545138	.	+	.	transcripts "FBtr0332913+FBtr0089070+FBtr0307167"; gene_id "FBgn0004607"; exonic_part_number "005"
-4	dexseq_prepare_annotation.py	exonic_part	545530	547146	.	+	.	transcripts "FBtr0332913+FBtr0089070+FBtr0307167"; gene_id "FBgn0004607"; exonic_part_number "006"
-4	dexseq_prepare_annotation.py	exonic_part	550319	551719	.	+	.	transcripts "FBtr0332913+FBtr0089070+FBtr0307167"; gene_id "FBgn0004607"; exonic_part_number "007"
-4	dexseq_prepare_annotation.py	exonic_part	551782	551784	.	+	.	transcripts "FBtr0332913+FBtr0089070"; gene_id "FBgn0004607"; exonic_part_number "008"
-4	dexseq_prepare_annotation.py	exonic_part	551785	552005	.	+	.	transcripts "FBtr0332913+FBtr0089070+FBtr0307167"; gene_id "FBgn0004607"; exonic_part_number "009"
-4	dexseq_prepare_annotation.py	exonic_part	552062	552409	.	+	.	transcripts "FBtr0332913+FBtr0089070+FBtr0307167"; gene_id "FBgn0004607"; exonic_part_number "010"
-4	dexseq_prepare_annotation.py	exonic_part	553409	553411	.	+	.	transcripts "FBtr0332913+FBtr0089070"; gene_id "FBgn0004607"; exonic_part_number "011"
-4	dexseq_prepare_annotation.py	exonic_part	553412	553552	.	+	.	transcripts "FBtr0332913+FBtr0089070+FBtr0307167"; gene_id "FBgn0004607"; exonic_part_number "012"
-4	dexseq_prepare_annotation.py	exonic_part	553609	556506	.	+	.	transcripts "FBtr0332913+FBtr0089070+FBtr0307167"; gene_id "FBgn0004607"; exonic_part_number "013"
-4	dexseq_prepare_annotation.py	exonic_part	557592	557701	.	+	.	transcripts "FBtr0332913"; gene_id "FBgn0004607"; exonic_part_number "014"
-4	dexseq_prepare_annotation.py	exonic_part	557801	558386	.	+	.	transcripts "FBtr0332913+FBtr0089070+FBtr0307167"; gene_id "FBgn0004607"; exonic_part_number "015"
-4	dexseq_prepare_annotation.py	exonic_part	558387	558999	.	+	.	transcripts "FBtr0332913"; gene_id "FBgn0004607"; exonic_part_number "016"
-4	dexseq_prepare_annotation.py	exonic_part	559164	559230	.	+	.	transcripts "FBtr0089070+FBtr0307167"; gene_id "FBgn0004607"; exonic_part_number "017"
-4	dexseq_prepare_annotation.py	exonic_part	559285	560418	.	+	.	transcripts "FBtr0089070+FBtr0307167"; gene_id "FBgn0004607"; exonic_part_number "018"
-4	dexseq_prepare_annotation.py	aggregate_gene	718315	741787	.	+	.	gene_id "FBgn0005558"
-4	dexseq_prepare_annotation.py	exonic_part	718315	718509	.	+	.	transcripts "FBtr0089235"; gene_id "FBgn0005558"; exonic_part_number "001"
-4	dexseq_prepare_annotation.py	exonic_part	725703	725899	.	+	.	transcripts "FBtr0089236+FBtr0100396"; gene_id "FBgn0005558"; exonic_part_number "002"
-4	dexseq_prepare_annotation.py	exonic_part	728055	728117	.	+	.	transcripts "FBtr0100395"; gene_id "FBgn0005558"; exonic_part_number "003"
-4	dexseq_prepare_annotation.py	exonic_part	728118	728297	.	+	.	transcripts "FBtr0100396+FBtr0100395"; gene_id "FBgn0005558"; exonic_part_number "004"
-4	dexseq_prepare_annotation.py	exonic_part	731543	731708	.	+	.	transcripts "FBtr0089235+FBtr0089236+FBtr0100396+FBtr0100395"; gene_id "FBgn0005558"; exonic_part_number "005"
-4	dexseq_prepare_annotation.py	exonic_part	733119	733299	.	+	.	transcripts "FBtr0089235+FBtr0089236+FBtr0100396+FBtr0100395"; gene_id "FBgn0005558"; exonic_part_number "006"
-4	dexseq_prepare_annotation.py	exonic_part	734484	735138	.	+	.	transcripts "FBtr0089235+FBtr0089236+FBtr0100396+FBtr0100395"; gene_id "FBgn0005558"; exonic_part_number "007"
-4	dexseq_prepare_annotation.py	exonic_part	737753	737926	.	+	.	transcripts "FBtr0089235+FBtr0089236+FBtr0100396+FBtr0100395"; gene_id "FBgn0005558"; exonic_part_number "008"
-4	dexseq_prepare_annotation.py	exonic_part	738280	738555	.	+	.	transcripts "FBtr0089235+FBtr0089236+FBtr0100396+FBtr0100395"; gene_id "FBgn0005558"; exonic_part_number "009"
-4	dexseq_prepare_annotation.py	exonic_part	739900	740254	.	+	.	transcripts "FBtr0089235+FBtr0089236+FBtr0100396+FBtr0100395"; gene_id "FBgn0005558"; exonic_part_number "010"
-4	dexseq_prepare_annotation.py	exonic_part	740948	741787	.	+	.	transcripts "FBtr0089235+FBtr0089236+FBtr0100396+FBtr0100395"; gene_id "FBgn0005558"; exonic_part_number "011"
-4	dexseq_prepare_annotation.py	aggregate_gene	745030	796707	.	+	.	gene_id "FBgn0005666"
-4	dexseq_prepare_annotation.py	exonic_part	745030	745117	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "001"
-4	dexseq_prepare_annotation.py	exonic_part	746295	746655	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "002"
-4	dexseq_prepare_annotation.py	exonic_part	747288	747309	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "003"
-4	dexseq_prepare_annotation.py	exonic_part	747558	747588	.	+	.	transcripts "FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "004"
-4	dexseq_prepare_annotation.py	exonic_part	748087	748249	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "005"
-4	dexseq_prepare_annotation.py	exonic_part	748730	748871	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "006"
-4	dexseq_prepare_annotation.py	exonic_part	749299	749440	.	+	.	transcripts "FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "007"
-4	dexseq_prepare_annotation.py	exonic_part	749628	749828	.	+	.	transcripts "FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "008"
-4	dexseq_prepare_annotation.py	exonic_part	749900	750201	.	+	.	transcripts "FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "009"
-4	dexseq_prepare_annotation.py	exonic_part	751403	751626	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "010"
-4	dexseq_prepare_annotation.py	exonic_part	751689	752091	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "011"
-4	dexseq_prepare_annotation.py	exonic_part	752186	752859	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "012"
-4	dexseq_prepare_annotation.py	exonic_part	753843	754190	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "013"
-4	dexseq_prepare_annotation.py	exonic_part	754546	754590	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "014"
-4	dexseq_prepare_annotation.py	exonic_part	754905	755027	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "015"
-4	dexseq_prepare_annotation.py	exonic_part	755104	755163	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "016"
-4	dexseq_prepare_annotation.py	exonic_part	755340	755438	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "017"
-4	dexseq_prepare_annotation.py	exonic_part	756141	756449	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "018"
-4	dexseq_prepare_annotation.py	exonic_part	756531	756656	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "019"
-4	dexseq_prepare_annotation.py	exonic_part	756775	756813	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "020"
-4	dexseq_prepare_annotation.py	exonic_part	756965	757141	.	+	.	transcripts "FBtr0301340"; gene_id "FBgn0005666"; exonic_part_number "021"
-4	dexseq_prepare_annotation.py	exonic_part	757445	757672	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "022"
-4	dexseq_prepare_annotation.py	exonic_part	758362	758535	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "023"
-4	dexseq_prepare_annotation.py	exonic_part	759579	759614	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "024"
-4	dexseq_prepare_annotation.py	exonic_part	760575	760607	.	+	.	transcripts "FBtr0301340"; gene_id "FBgn0005666"; exonic_part_number "025"
-4	dexseq_prepare_annotation.py	exonic_part	763029	763176	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "026"
-4	dexseq_prepare_annotation.py	exonic_part	763414	763787	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "027"
-4	dexseq_prepare_annotation.py	exonic_part	765792	765917	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "028"
-4	dexseq_prepare_annotation.py	exonic_part	765998	766697	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "029"
-4	dexseq_prepare_annotation.py	exonic_part	767102	767455	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "030"
-4	dexseq_prepare_annotation.py	exonic_part	767933	769645	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "031"
-4	dexseq_prepare_annotation.py	exonic_part	771196	772095	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "032"
-4	dexseq_prepare_annotation.py	exonic_part	772803	773566	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "033"
-4	dexseq_prepare_annotation.py	exonic_part	773651	773786	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "034"
-4	dexseq_prepare_annotation.py	exonic_part	773964	774854	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "035"
-4	dexseq_prepare_annotation.py	exonic_part	774913	777585	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "036"
-4	dexseq_prepare_annotation.py	exonic_part	778147	778428	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "037"
-4	dexseq_prepare_annotation.py	exonic_part	778491	778790	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "038"
-4	dexseq_prepare_annotation.py	exonic_part	778846	788316	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "039"
-4	dexseq_prepare_annotation.py	exonic_part	788388	789366	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "040"
-4	dexseq_prepare_annotation.py	exonic_part	789430	789771	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "041"
-4	dexseq_prepare_annotation.py	exonic_part	791179	792221	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "042"
-4	dexseq_prepare_annotation.py	exonic_part	793029	793085	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "043"
-4	dexseq_prepare_annotation.py	exonic_part	794643	794743	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "044"
-4	dexseq_prepare_annotation.py	exonic_part	794811	794937	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "045"
-4	dexseq_prepare_annotation.py	exonic_part	795003	795305	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "046"
-4	dexseq_prepare_annotation.py	exonic_part	795541	796707	.	+	.	transcripts "FBtr0089793+FBtr0301340+FBtr0301341"; gene_id "FBgn0005666"; exonic_part_number "047"
-4	dexseq_prepare_annotation.py	aggregate_gene	1052110	1055183	.	+	.	gene_id "FBgn0010217"
-4	dexseq_prepare_annotation.py	exonic_part	1052110	1052368	.	+	.	transcripts "FBtr0333672"; gene_id "FBgn0010217"; exonic_part_number "001"
-4	dexseq_prepare_annotation.py	exonic_part	1052429	1052489	.	+	.	transcripts "FBtr0333672"; gene_id "FBgn0010217"; exonic_part_number "002"
-4	dexseq_prepare_annotation.py	exonic_part	1052490	1052579	.	+	.	transcripts "FBtr0089187+FBtr0333672+FBtr0089186"; gene_id "FBgn0010217"; exonic_part_number "003"
-4	dexseq_prepare_annotation.py	exonic_part	1053515	1053532	.	+	.	transcripts "FBtr0333672"; gene_id "FBgn0010217"; exonic_part_number "004"
-4	dexseq_prepare_annotation.py	exonic_part	1053533	1053844	.	+	.	transcripts "FBtr0089187+FBtr0333672+FBtr0089186"; gene_id "FBgn0010217"; exonic_part_number "005"
-4	dexseq_prepare_annotation.py	exonic_part	1053845	1053897	.	+	.	transcripts "FBtr0089187"; gene_id "FBgn0010217"; exonic_part_number "006"
-4	dexseq_prepare_annotation.py	exonic_part	1053898	1055183	.	+	.	transcripts "FBtr0089187+FBtr0333672+FBtr0089186"; gene_id "FBgn0010217"; exonic_part_number "007"
-4	dexseq_prepare_annotation.py	aggregate_gene	1077991	1084936	.	-	.	gene_id "FBgn0011642"
-4	dexseq_prepare_annotation.py	exonic_part	1077991	1078198	.	-	.	transcripts "FBtr0309885+FBtr0089213+FBtr0309882+FBtr0089210+FBtr0309884+FBtr0089214+FBtr0089216+FBtr0309883+FBtr0089211+FBtr0089215+FBtr0089212"; gene_id "FBgn0011642"; exonic_part_number "001"
-4	dexseq_prepare_annotation.py	exonic_part	1078259	1078263	.	-	.	transcripts "FBtr0089213+FBtr0309882+FBtr0089210+FBtr0309884+FBtr0089214+FBtr0089216+FBtr0309883+FBtr0089211+FBtr0089215+FBtr0089212"; gene_id "FBgn0011642"; exonic_part_number "002"
-4	dexseq_prepare_annotation.py	exonic_part	1078264	1078379	.	-	.	transcripts "FBtr0309885+FBtr0089213+FBtr0309882+FBtr0089210+FBtr0309884+FBtr0089214+FBtr0089216+FBtr0309883+FBtr0089211+FBtr0089215+FBtr0089212"; gene_id "FBgn0011642"; exonic_part_number "003"
-4	dexseq_prepare_annotation.py	exonic_part	1078433	1078665	.	-	.	transcripts "FBtr0309885+FBtr0089213+FBtr0309882+FBtr0089210+FBtr0309884+FBtr0089214+FBtr0089216+FBtr0309883+FBtr0089211+FBtr0089215+FBtr0089212"; gene_id "FBgn0011642"; exonic_part_number "004"
-4	dexseq_prepare_annotation.py	exonic_part	1078666	1078777	.	-	.	transcripts "FBtr0309885+FBtr0089213+FBtr0309882+FBtr0089210+FBtr0309884+FBtr0089214+FBtr0089216+FBtr0089211+FBtr0089215+FBtr0089212"; gene_id "FBgn0011642"; exonic_part_number "005"
-4	dexseq_prepare_annotation.py	exonic_part	1078778	1078781	.	-	.	transcripts "FBtr0309885+FBtr0089213+FBtr0309882+FBtr0089210+FBtr0089214+FBtr0089216+FBtr0089211+FBtr0089215+FBtr0089212"; gene_id "FBgn0011642"; exonic_part_number "006"
-4	dexseq_prepare_annotation.py	exonic_part	1078836	1079130	.	-	.	transcripts "FBtr0309885+FBtr0089213+FBtr0309882+FBtr0089210+FBtr0309884+FBtr0089214+FBtr0089216+FBtr0309883+FBtr0089211+FBtr0089215+FBtr0089212"; gene_id "FBgn0011642"; exonic_part_number "007"
-4	dexseq_prepare_annotation.py	exonic_part	1079727	1079914	.	-	.	transcripts "FBtr0309885+FBtr0089213+FBtr0309882+FBtr0089210+FBtr0309884+FBtr0089214+FBtr0089216+FBtr0309883+FBtr0089211+FBtr0089215+FBtr0089212"; gene_id "FBgn0011642"; exonic_part_number "008"
-4	dexseq_prepare_annotation.py	exonic_part	1079915	1079958	.	-	.	transcripts "FBtr0309885+FBtr0309882+FBtr0309884+FBtr0089214+FBtr0089216+FBtr0089211+FBtr0089212"; gene_id "FBgn0011642"; exonic_part_number "009"
-4	dexseq_prepare_annotation.py	exonic_part	1079959	1079977	.	-	.	transcripts "FBtr0309885+FBtr0309882+FBtr0089214+FBtr0089216+FBtr0089211+FBtr0089212"; gene_id "FBgn0011642"; exonic_part_number "010"
-4	dexseq_prepare_annotation.py	exonic_part	1080045	1080462	.	-	.	transcripts "FBtr0309885+FBtr0089213+FBtr0309882+FBtr0089210+FBtr0309884+FBtr0089214+FBtr0089216+FBtr0309883+FBtr0089211+FBtr0089215+FBtr0089212"; gene_id "FBgn0011642"; exonic_part_number "011"
-4	dexseq_prepare_annotation.py	exonic_part	1081039	1081260	.	-	.	transcripts "FBtr0309885+FBtr0089213+FBtr0089210+FBtr0309884+FBtr0089216+FBtr0309883+FBtr0089211+FBtr0089215+FBtr0089212"; gene_id "FBgn0011642"; exonic_part_number "012"
-4	dexseq_prepare_annotation.py	exonic_part	1081261	1081279	.	-	.	transcripts "FBtr0089216+FBtr0309885+FBtr0089211+FBtr0089212+FBtr0089215"; gene_id "FBgn0011642"; exonic_part_number "013"
-4	dexseq_prepare_annotation.py	exonic_part	1081280	1081285	.	-	.	transcripts "FBtr0089212+FBtr0089215"; gene_id "FBgn0011642"; exonic_part_number "014"
-4	dexseq_prepare_annotation.py	exonic_part	1081365	1081366	.	-	.	transcripts "FBtr0089215+FBtr0089216+FBtr0089213"; gene_id "FBgn0011642"; exonic_part_number "015"
-4	dexseq_prepare_annotation.py	exonic_part	1081367	1081398	.	-	.	transcripts "FBtr0309885+FBtr0089213+FBtr0089210+FBtr0309884+FBtr0089216+FBtr0089211+FBtr0089215+FBtr0089212"; gene_id "FBgn0011642"; exonic_part_number "016"
-4	dexseq_prepare_annotation.py	exonic_part	1081399	1081512	.	-	.	transcripts "FBtr0309885+FBtr0089213+FBtr0089210+FBtr0309884+FBtr0089214+FBtr0089216+FBtr0309883+FBtr0089211+FBtr0089215+FBtr0089212"; gene_id "FBgn0011642"; exonic_part_number "017"
-4	dexseq_prepare_annotation.py	exonic_part	1081513	1081542	.	-	.	transcripts "FBtr0309885+FBtr0089213+FBtr0089210+FBtr0309884+FBtr0089216+FBtr0309883+FBtr0089211+FBtr0089215+FBtr0089212"; gene_id "FBgn0011642"; exonic_part_number "018"
-4	dexseq_prepare_annotation.py	exonic_part	1084871	1084936	.	-	.	transcripts "FBtr0309882"; gene_id "FBgn0011642"; exonic_part_number "019"
-4	dexseq_prepare_annotation.py	aggregate_gene	1109444	1133943	.	+	.	gene_id "FBgn0005561"
-4	dexseq_prepare_annotation.py	exonic_part	1109444	1109688	.	+	.	transcripts "FBtr0089327+FBtr0089328+FBtr0100343+FBtr0100342"; gene_id "FBgn0005561"; exonic_part_number "001"
-4	dexseq_prepare_annotation.py	exonic_part	1112885	1113254	.	+	.	transcripts "FBtr0089327+FBtr0089328+FBtr0100343+FBtr0100342"; gene_id "FBgn0005561"; exonic_part_number "002"
-4	dexseq_prepare_annotation.py	exonic_part	1116202	1116342	.	+	.	transcripts "FBtr0089327+FBtr0089328+FBtr0100343+FBtr0100342"; gene_id "FBgn0005561"; exonic_part_number "003"
-4	dexseq_prepare_annotation.py	exonic_part	1116420	1116458	.	+	.	transcripts "FBtr0089327+FBtr0089328+FBtr0100342"; gene_id "FBgn0005561"; exonic_part_number "004"
-4	dexseq_prepare_annotation.py	exonic_part	1122560	1122725	.	+	.	transcripts "FBtr0089327+FBtr0089328+FBtr0100342"; gene_id "FBgn0005561"; exonic_part_number "005"
-4	dexseq_prepare_annotation.py	exonic_part	1124161	1124358	.	+	.	transcripts "FBtr0089327+FBtr0089328+FBtr0100342"; gene_id "FBgn0005561"; exonic_part_number "006"
-4	dexseq_prepare_annotation.py	exonic_part	1126778	1127223	.	+	.	transcripts "FBtr0089327+FBtr0089328+FBtr0100342"; gene_id "FBgn0005561"; exonic_part_number "007"
-4	dexseq_prepare_annotation.py	exonic_part	1128325	1128416	.	+	.	transcripts "FBtr0089327+FBtr0089328+FBtr0100342"; gene_id "FBgn0005561"; exonic_part_number "008"
-4	dexseq_prepare_annotation.py	exonic_part	1128724	1128970	.	+	.	transcripts "FBtr0089327+FBtr0089328+FBtr0100342"; gene_id "FBgn0005561"; exonic_part_number "009"
-4	dexseq_prepare_annotation.py	exonic_part	1129100	1129198	.	+	.	transcripts "FBtr0089327+FBtr0100342"; gene_id "FBgn0005561"; exonic_part_number "010"
-4	dexseq_prepare_annotation.py	exonic_part	1129735	1130226	.	+	.	transcripts "FBtr0089327"; gene_id "FBgn0005561"; exonic_part_number "011"
-4	dexseq_prepare_annotation.py	exonic_part	1131407	1131514	.	+	.	transcripts "FBtr0089327+FBtr0089328+FBtr0100342"; gene_id "FBgn0005561"; exonic_part_number "012"
-4	dexseq_prepare_annotation.py	exonic_part	1131914	1133943	.	+	.	transcripts "FBtr0089327+FBtr0089328+FBtr0100342"; gene_id "FBgn0005561"; exonic_part_number "013"
-XHet	dexseq_prepare_annotation.py	aggregate_gene	69195	80249	.	+	.	gene_id "FBgn0003559"
-XHet	dexseq_prepare_annotation.py	exonic_part	69195	69305	.	+	.	transcripts "FBtr0113732"; gene_id "FBgn0003559"; exonic_part_number "001"
-XHet	dexseq_prepare_annotation.py	exonic_part	75615	75685	.	+	.	transcripts "FBtr0306544"; gene_id "FBgn0003559"; exonic_part_number "002"
-XHet	dexseq_prepare_annotation.py	exonic_part	75686	75693	.	+	.	transcripts "FBtr0306545+FBtr0306544"; gene_id "FBgn0003559"; exonic_part_number "003"
-XHet	dexseq_prepare_annotation.py	exonic_part	75694	75740	.	+	.	transcripts "FBtr0306545"; gene_id "FBgn0003559"; exonic_part_number "004"
-XHet	dexseq_prepare_annotation.py	exonic_part	76177	76237	.	+	.	transcripts "FBtr0309956+FBtr0113733"; gene_id "FBgn0003559"; exonic_part_number "005"
-XHet	dexseq_prepare_annotation.py	exonic_part	76238	76549	.	+	.	transcripts "FBtr0113732+FBtr0309956+FBtr0306545+FBtr0113733+FBtr0306544"; gene_id "FBgn0003559"; exonic_part_number "006"
-XHet	dexseq_prepare_annotation.py	exonic_part	76611	76933	.	+	.	transcripts "FBtr0113732+FBtr0309956+FBtr0306545+FBtr0113733+FBtr0306544"; gene_id "FBgn0003559"; exonic_part_number "007"
-XHet	dexseq_prepare_annotation.py	exonic_part	77098	77373	.	+	.	transcripts "FBtr0113732+FBtr0309956+FBtr0306545+FBtr0113733+FBtr0306544"; gene_id "FBgn0003559"; exonic_part_number "008"
-XHet	dexseq_prepare_annotation.py	exonic_part	77432	77735	.	+	.	transcripts "FBtr0113732+FBtr0309956+FBtr0306545+FBtr0113733+FBtr0306544"; gene_id "FBgn0003559"; exonic_part_number "009"
-XHet	dexseq_prepare_annotation.py	exonic_part	77736	77831	.	+	.	transcripts "FBtr0113732+FBtr0309956+FBtr0306544"; gene_id "FBgn0003559"; exonic_part_number "010"
-XHet	dexseq_prepare_annotation.py	exonic_part	77832	77847	.	+	.	transcripts "FBtr0309956"; gene_id "FBgn0003559"; exonic_part_number "011"
-XHet	dexseq_prepare_annotation.py	exonic_part	78036	78227	.	+	.	transcripts "FBtr0113732+FBtr0306545+FBtr0113733+FBtr0306544"; gene_id "FBgn0003559"; exonic_part_number "012"
-XHet	dexseq_prepare_annotation.py	exonic_part	78293	78706	.	+	.	transcripts "FBtr0113732+FBtr0306545+FBtr0113733+FBtr0306544"; gene_id "FBgn0003559"; exonic_part_number "013"
-XHet	dexseq_prepare_annotation.py	exonic_part	78763	78870	.	+	.	transcripts "FBtr0113732+FBtr0306545+FBtr0113733+FBtr0306544"; gene_id "FBgn0003559"; exonic_part_number "014"
-XHet	dexseq_prepare_annotation.py	exonic_part	79320	79620	.	+	.	transcripts "FBtr0113732+FBtr0306545+FBtr0113733+FBtr0306544"; gene_id "FBgn0003559"; exonic_part_number "015"
-XHet	dexseq_prepare_annotation.py	exonic_part	79678	80010	.	+	.	transcripts "FBtr0113732+FBtr0306545+FBtr0113733+FBtr0306544"; gene_id "FBgn0003559"; exonic_part_number "016"
-XHet	dexseq_prepare_annotation.py	exonic_part	80011	80249	.	+	.	transcripts "FBtr0306544"; gene_id "FBgn0003559"; exonic_part_number "017"
-YHet	dexseq_prepare_annotation.py	aggregate_gene	311	33413	.	+	.	gene_id "FBgn0001315"
-YHet	dexseq_prepare_annotation.py	exonic_part	311	424	.	+	.	transcripts "FBtr0113891"; gene_id "FBgn0001315"; exonic_part_number "001"
-YHet	dexseq_prepare_annotation.py	exonic_part	540	799	.	+	.	transcripts "FBtr0113891"; gene_id "FBgn0001315"; exonic_part_number "002"
-YHet	dexseq_prepare_annotation.py	exonic_part	857	1196	.	+	.	transcripts "FBtr0113891"; gene_id "FBgn0001315"; exonic_part_number "003"
-YHet	dexseq_prepare_annotation.py	exonic_part	1254	1519	.	+	.	transcripts "FBtr0113891"; gene_id "FBgn0001315"; exonic_part_number "004"
-YHet	dexseq_prepare_annotation.py	exonic_part	1576	1729	.	+	.	transcripts "FBtr0113891"; gene_id "FBgn0001315"; exonic_part_number "005"
-YHet	dexseq_prepare_annotation.py	exonic_part	1816	2154	.	+	.	transcripts "FBtr0113891"; gene_id "FBgn0001315"; exonic_part_number "006"
-YHet	dexseq_prepare_annotation.py	exonic_part	2212	2324	.	+	.	transcripts "FBtr0113891"; gene_id "FBgn0001315"; exonic_part_number "007"
-YHet	dexseq_prepare_annotation.py	exonic_part	2376	2667	.	+	.	transcripts "FBtr0113891"; gene_id "FBgn0001315"; exonic_part_number "008"
-YHet	dexseq_prepare_annotation.py	exonic_part	2726	2879	.	+	.	transcripts "FBtr0113891"; gene_id "FBgn0001315"; exonic_part_number "009"
-YHet	dexseq_prepare_annotation.py	exonic_part	15564	15931	.	+	.	transcripts "FBtr0113891"; gene_id "FBgn0001315"; exonic_part_number "010"
-YHet	dexseq_prepare_annotation.py	exonic_part	16461	16907	.	+	.	transcripts "FBtr0113891"; gene_id "FBgn0001315"; exonic_part_number "011"
-YHet	dexseq_prepare_annotation.py	exonic_part	16954	19761	.	+	.	transcripts "FBtr0113891"; gene_id "FBgn0001315"; exonic_part_number "012"
-YHet	dexseq_prepare_annotation.py	exonic_part	30303	30469	.	+	.	transcripts "FBtr0113891"; gene_id "FBgn0001315"; exonic_part_number "013"
-YHet	dexseq_prepare_annotation.py	exonic_part	30522	31622	.	+	.	transcripts "FBtr0113891"; gene_id "FBgn0001315"; exonic_part_number "014"
-YHet	dexseq_prepare_annotation.py	exonic_part	33215	33413	.	+	.	transcripts "FBtr0113891"; gene_id "FBgn0001315"; exonic_part_number "015"
-YHet	dexseq_prepare_annotation.py	aggregate_gene	34290	65839	.	+	.	gene_id "FBgn0001314"
-YHet	dexseq_prepare_annotation.py	exonic_part	34290	35635	.	+	.	transcripts "FBtr0113756"; gene_id "FBgn0001314"; exonic_part_number "001"
-YHet	dexseq_prepare_annotation.py	exonic_part	35699	37083	.	+	.	transcripts "FBtr0113756"; gene_id "FBgn0001314"; exonic_part_number "002"
-YHet	dexseq_prepare_annotation.py	exonic_part	39036	39370	.	+	.	transcripts "FBtr0113756"; gene_id "FBgn0001314"; exonic_part_number "003"
-YHet	dexseq_prepare_annotation.py	exonic_part	52186	52593	.	+	.	transcripts "FBtr0113756"; gene_id "FBgn0001314"; exonic_part_number "004"
-YHet	dexseq_prepare_annotation.py	exonic_part	52629	52993	.	+	.	transcripts "FBtr0113756"; gene_id "FBgn0001314"; exonic_part_number "005"
-YHet	dexseq_prepare_annotation.py	exonic_part	53268	54728	.	+	.	transcripts "FBtr0113756"; gene_id "FBgn0001314"; exonic_part_number "006"
-YHet	dexseq_prepare_annotation.py	exonic_part	62657	63619	.	+	.	transcripts "FBtr0113756"; gene_id "FBgn0001314"; exonic_part_number "007"
-YHet	dexseq_prepare_annotation.py	exonic_part	63770	65605	.	+	.	transcripts "FBtr0113756"; gene_id "FBgn0001314"; exonic_part_number "008"
-YHet	dexseq_prepare_annotation.py	exonic_part	65661	65839	.	+	.	transcripts "FBtr0113756"; gene_id "FBgn0001314"; exonic_part_number "009"
-YHet	dexseq_prepare_annotation.py	aggregate_gene	81209	148249	.	+	.	gene_id "FBgn0001313"
-YHet	dexseq_prepare_annotation.py	exonic_part	81209	83052	.	+	.	transcripts "FBtr0300022"; gene_id "FBgn0001313"; exonic_part_number "001"
-YHet	dexseq_prepare_annotation.py	exonic_part	122064	122745	.	+	.	transcripts "FBtr0300022"; gene_id "FBgn0001313"; exonic_part_number "002"
-YHet	dexseq_prepare_annotation.py	exonic_part	122800	123184	.	+	.	transcripts "FBtr0300022"; gene_id "FBgn0001313"; exonic_part_number "003"
-YHet	dexseq_prepare_annotation.py	exonic_part	135429	135872	.	+	.	transcripts "FBtr0300022"; gene_id "FBgn0001313"; exonic_part_number "004"
-YHet	dexseq_prepare_annotation.py	exonic_part	138620	139940	.	+	.	transcripts "FBtr0300022"; gene_id "FBgn0001313"; exonic_part_number "005"
-YHet	dexseq_prepare_annotation.py	exonic_part	140189	141784	.	+	.	transcripts "FBtr0300022"; gene_id "FBgn0001313"; exonic_part_number "006"
-YHet	dexseq_prepare_annotation.py	exonic_part	141841	145922	.	+	.	transcripts "FBtr0300022"; gene_id "FBgn0001313"; exonic_part_number "007"
-YHet	dexseq_prepare_annotation.py	exonic_part	145985	146089	.	+	.	transcripts "FBtr0300022"; gene_id "FBgn0001313"; exonic_part_number "008"
-YHet	dexseq_prepare_annotation.py	exonic_part	146143	147085	.	+	.	transcripts "FBtr0300022"; gene_id "FBgn0001313"; exonic_part_number "009"
-YHet	dexseq_prepare_annotation.py	exonic_part	147145	147638	.	+	.	transcripts "FBtr0300022"; gene_id "FBgn0001313"; exonic_part_number "010"
-YHet	dexseq_prepare_annotation.py	exonic_part	147696	148249	.	+	.	transcripts "FBtr0300022"; gene_id "FBgn0001313"; exonic_part_number "011"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	aggregate_gene	1	65	.	+	.	gene_id "FBgn0013696"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	exonic_part	1	65	.	+	.	transcripts "FBtr0100854"; gene_id "FBgn0013696"; exonic_part_number "001"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	aggregate_gene	97	165	.	-	.	gene_id "FBgn0013703"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	exonic_part	97	165	.	-	.	transcripts "FBtr0100855"; gene_id "FBgn0013703"; exonic_part_number "001"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	aggregate_gene	171	239	.	+	.	gene_id "FBgn0013700"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	exonic_part	171	239	.	+	.	transcripts "FBtr0100856"; gene_id "FBgn0013700"; exonic_part_number "001"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	aggregate_gene	1322	1383	.	-	.	gene_id "FBgn0013690"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	exonic_part	1322	1383	.	-	.	transcripts "FBtr0100859"; gene_id "FBgn0013690"; exonic_part_number "001"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	aggregate_gene	1403	1468	.	-	.	gene_id "FBgn0013710"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	exonic_part	1403	1468	.	-	.	transcripts "FBtr0100860"; gene_id "FBgn0013710"; exonic_part_number "001"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	aggregate_gene	1474	3009	.	+	.	gene_id "FBgn0013674"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	exonic_part	1474	3009	.	+	.	transcripts "FBtr0100861"; gene_id "FBgn0013674"; exonic_part_number "001"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	aggregate_gene	3012	3077	.	+	.	gene_id "FBgn0013699"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	exonic_part	3012	3077	.	+	.	transcripts "FBtr0100862"; gene_id "FBgn0013699"; exonic_part_number "001"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	aggregate_gene	3083	3767	.	+	.	gene_id "FBgn0013675"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	exonic_part	3083	3767	.	+	.	transcripts "FBtr0100863"; gene_id "FBgn0013675"; exonic_part_number "001"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	aggregate_gene	3768	3838	.	+	.	gene_id "FBgn0013697"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	exonic_part	3768	3838	.	+	.	transcripts "FBtr0100864"; gene_id "FBgn0013697"; exonic_part_number "001"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	aggregate_gene	3840	3906	.	+	.	gene_id "FBgn0013691"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	exonic_part	3840	3906	.	+	.	transcripts "FBtr0100865"; gene_id "FBgn0013691"; exonic_part_number "001"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	aggregate_gene	5543	5607	.	+	.	gene_id "FBgn0013694"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	exonic_part	5543	5607	.	+	.	transcripts "FBtr0100869"; gene_id "FBgn0013694"; exonic_part_number "001"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	aggregate_gene	5608	5961	.	+	.	gene_id "FBgn0013681"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	exonic_part	5608	5961	.	+	.	transcripts "FBtr0100870"; gene_id "FBgn0013681"; exonic_part_number "001"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	aggregate_gene	5981	6045	.	+	.	gene_id "FBgn0013689"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	exonic_part	5981	6045	.	+	.	transcripts "FBtr0100871"; gene_id "FBgn0013689"; exonic_part_number "001"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	aggregate_gene	6055	6118	.	+	.	gene_id "FBgn0013704"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	exonic_part	6055	6118	.	+	.	transcripts "FBtr0100872"; gene_id "FBgn0013704"; exonic_part_number "001"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	aggregate_gene	6119	6183	.	+	.	gene_id "FBgn0013701"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	exonic_part	6119	6183	.	+	.	transcripts "FBtr0100873"; gene_id "FBgn0013701"; exonic_part_number "001"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	aggregate_gene	6184	6251	.	+	.	gene_id "FBgn0013705"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	exonic_part	6184	6251	.	+	.	transcripts "FBtr0100874"; gene_id "FBgn0013705"; exonic_part_number "001"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	aggregate_gene	6252	6318	.	+	.	gene_id "FBgn0013692"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	exonic_part	6252	6318	.	+	.	transcripts "FBtr0100875"; gene_id "FBgn0013692"; exonic_part_number "001"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	aggregate_gene	6337	6401	.	-	.	gene_id "FBgn0013693"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	exonic_part	6337	6401	.	-	.	transcripts "FBtr0100876"; gene_id "FBgn0013693"; exonic_part_number "001"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	aggregate_gene	6402	8124	.	-	.	gene_id "FBgn0013684"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	exonic_part	6402	8124	.	-	.	transcripts "FBtr0100877"; gene_id "FBgn0013684"; exonic_part_number "001"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	aggregate_gene	8140	8205	.	-	.	gene_id "FBgn0013695"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	exonic_part	8140	8205	.	-	.	transcripts "FBtr0100878"; gene_id "FBgn0013695"; exonic_part_number "001"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	aggregate_gene	9837	9902	.	+	.	gene_id "FBgn0013707"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	exonic_part	9837	9902	.	+	.	transcripts "FBtr0100881"; gene_id "FBgn0013707"; exonic_part_number "001"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	aggregate_gene	9903	9963	.	-	.	gene_id "FBgn0013702"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	exonic_part	9903	9963	.	-	.	transcripts "FBtr0100882"; gene_id "FBgn0013702"; exonic_part_number "001"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	aggregate_gene	9970	10494	.	+	.	gene_id "FBgn0013685"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	exonic_part	9970	10494	.	+	.	transcripts "FBtr0100883"; gene_id "FBgn0013685"; exonic_part_number "001"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	aggregate_gene	10498	11634	.	+	.	gene_id "FBgn0013678"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	exonic_part	10498	11634	.	+	.	transcripts "FBtr0100884"; gene_id "FBgn0013678"; exonic_part_number "001"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	aggregate_gene	11637	11702	.	+	.	gene_id "FBgn0013706"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	exonic_part	11637	11702	.	+	.	transcripts "FBtr0100885"; gene_id "FBgn0013706"; exonic_part_number "001"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	aggregate_gene	11720	12658	.	-	.	gene_id "FBgn0013679"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	exonic_part	11720	12658	.	-	.	transcripts "FBtr0100886"; gene_id "FBgn0013679"; exonic_part_number "001"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	aggregate_gene	12669	12733	.	-	.	gene_id "FBgn0013698"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	exonic_part	12669	12733	.	-	.	transcripts "FBtr0100887"; gene_id "FBgn0013698"; exonic_part_number "001"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	aggregate_gene	14131	14916	.	-	.	gene_id "FBgn0013688"
-dmel_mitochondrion_genome	dexseq_prepare_annotation.py	exonic_part	14131	14916	.	-	.	transcripts "FBtr0100890"; gene_id "FBgn0013688"; exonic_part_number "001"
+X	dexseq_prepare_annotation.py	aggregate_gene	18880	19093	.	+	.	gene_id "FBgn0058469"
+X	dexseq_prepare_annotation.py	exonic_part	18880	19093	.	+	.	transcripts "FBtr0307364"; exonic_part_number "001"; gene_id "FBgn0058469"
+X	dexseq_prepare_annotation.py	aggregate_gene	20757	23268	.	-	.	gene_id "FBgn0025837"
+X	dexseq_prepare_annotation.py	exonic_part	20757	21796	.	-	.	transcripts "FBtr0112921+FBtr0307094+FBtr0307095"; exonic_part_number "001"; gene_id "FBgn0025837"
+X	dexseq_prepare_annotation.py	exonic_part	21882	22646	.	-	.	transcripts "FBtr0112921+FBtr0307094+FBtr0307095"; exonic_part_number "002"; gene_id "FBgn0025837"
+X	dexseq_prepare_annotation.py	exonic_part	22742	22749	.	-	.	transcripts "FBtr0307094"; exonic_part_number "003"; gene_id "FBgn0025837"
+X	dexseq_prepare_annotation.py	exonic_part	22750	22883	.	-	.	transcripts "FBtr0307094+FBtr0307095"; exonic_part_number "004"; gene_id "FBgn0025837"
+X	dexseq_prepare_annotation.py	exonic_part	23013	23076	.	-	.	transcripts "FBtr0112921+FBtr0307094+FBtr0307095"; exonic_part_number "005"; gene_id "FBgn0025837"
+X	dexseq_prepare_annotation.py	exonic_part	23077	23268	.	-	.	transcripts "FBtr0307095"; exonic_part_number "006"; gene_id "FBgn0025837"
+X	dexseq_prepare_annotation.py	aggregate_gene	23840	36727	.	+	.	gene_id "FBgn0025836"
+X	dexseq_prepare_annotation.py	exonic_part	23840	23982	.	+	.	transcripts "FBtr0112919+FBtr0112920"; exonic_part_number "001"; gene_id "FBgn0025836"
+X	dexseq_prepare_annotation.py	exonic_part	25308	25804	.	+	.	transcripts "FBtr0112919+FBtr0112920"; exonic_part_number "002"; gene_id "FBgn0025836"
+X	dexseq_prepare_annotation.py	exonic_part	27422	28284	.	+	.	transcripts "FBtr0302200"; exonic_part_number "003"; gene_id "FBgn0025836"
+X	dexseq_prepare_annotation.py	exonic_part	29194	29771	.	+	.	transcripts "FBtr0112919+FBtr0302200+FBtr0112920"; exonic_part_number "004"; gene_id "FBgn0025836"
+X	dexseq_prepare_annotation.py	exonic_part	29890	30514	.	+	.	transcripts "FBtr0112919+FBtr0302200+FBtr0112920"; exonic_part_number "005"; gene_id "FBgn0025836"
+X	dexseq_prepare_annotation.py	exonic_part	30656	30951	.	+	.	transcripts "FBtr0112919+FBtr0302200+FBtr0112920"; exonic_part_number "006"; gene_id "FBgn0025836"
+X	dexseq_prepare_annotation.py	exonic_part	31021	31147	.	+	.	transcripts "FBtr0112919+FBtr0302200+FBtr0112920"; exonic_part_number "007"; gene_id "FBgn0025836"
+X	dexseq_prepare_annotation.py	exonic_part	32442	32462	.	+	.	transcripts "FBtr0112919+FBtr0112920"; exonic_part_number "008"; gene_id "FBgn0025836"
+X	dexseq_prepare_annotation.py	exonic_part	33022	33120	.	+	.	transcripts "FBtr0112919+FBtr0302200+FBtr0112920"; exonic_part_number "009"; gene_id "FBgn0025836"
+X	dexseq_prepare_annotation.py	exonic_part	33643	34647	.	+	.	transcripts "FBtr0112919+FBtr0302200+FBtr0112920"; exonic_part_number "010"; gene_id "FBgn0025836"
+X	dexseq_prepare_annotation.py	exonic_part	34709	35092	.	+	.	transcripts "FBtr0112919+FBtr0302200+FBtr0112920"; exonic_part_number "011"; gene_id "FBgn0025836"
+X	dexseq_prepare_annotation.py	exonic_part	35157	35317	.	+	.	transcripts "FBtr0112919+FBtr0302200+FBtr0112920"; exonic_part_number "012"; gene_id "FBgn0025836"
+X	dexseq_prepare_annotation.py	exonic_part	35318	35433	.	+	.	transcripts "FBtr0302200"; exonic_part_number "013"; gene_id "FBgn0025836"
+X	dexseq_prepare_annotation.py	exonic_part	35454	35593	.	+	.	transcripts "FBtr0112919+FBtr0112920"; exonic_part_number "014"; gene_id "FBgn0025836"
+X	dexseq_prepare_annotation.py	exonic_part	35662	35911	.	+	.	transcripts "FBtr0112919+FBtr0112920"; exonic_part_number "015"; gene_id "FBgn0025836"
+X	dexseq_prepare_annotation.py	exonic_part	35972	36167	.	+	.	transcripts "FBtr0112919+FBtr0112920"; exonic_part_number "016"; gene_id "FBgn0025836"
+X	dexseq_prepare_annotation.py	exonic_part	36168	36237	.	+	.	transcripts "FBtr0112919"; exonic_part_number "017"; gene_id "FBgn0025836"
+X	dexseq_prepare_annotation.py	exonic_part	36238	36727	.	+	.	transcripts "FBtr0112919+FBtr0112920"; exonic_part_number "018"; gene_id "FBgn0025836"
+X	dexseq_prepare_annotation.py	aggregate_gene	29772	29889	.	+	.	gene_id "FBgn0263567"
+X	dexseq_prepare_annotation.py	exonic_part	29772	29796	.	+	.	transcripts "FBtr0309717+FBtr0309716"; exonic_part_number "001"; gene_id "FBgn0263567"
+X	dexseq_prepare_annotation.py	exonic_part	29797	29889	.	+	.	transcripts "FBtr0309716"; exonic_part_number "002"; gene_id "FBgn0263567"
+X	dexseq_prepare_annotation.py	aggregate_gene	39388	44813	.	-	.	gene_id "FBgn0025835"
+X	dexseq_prepare_annotation.py	exonic_part	39388	39874	.	-	.	transcripts "FBtr0112918+FBtr0300673"; exonic_part_number "001"; gene_id "FBgn0025835"
+X	dexseq_prepare_annotation.py	exonic_part	40722	40891	.	-	.	transcripts "FBtr0112918+FBtr0300673"; exonic_part_number "002"; gene_id "FBgn0025835"
+X	dexseq_prepare_annotation.py	exonic_part	40948	41142	.	-	.	transcripts "FBtr0112918+FBtr0300673"; exonic_part_number "003"; gene_id "FBgn0025835"
+X	dexseq_prepare_annotation.py	exonic_part	41205	41422	.	-	.	transcripts "FBtr0112918+FBtr0300673"; exonic_part_number "004"; gene_id "FBgn0025835"
+X	dexseq_prepare_annotation.py	exonic_part	41423	41461	.	-	.	transcripts "FBtr0300673"; exonic_part_number "005"; gene_id "FBgn0025835"
+X	dexseq_prepare_annotation.py	exonic_part	41522	41620	.	-	.	transcripts "FBtr0112918+FBtr0300673"; exonic_part_number "006"; gene_id "FBgn0025835"
+X	dexseq_prepare_annotation.py	exonic_part	41687	41766	.	-	.	transcripts "FBtr0112918+FBtr0300673"; exonic_part_number "007"; gene_id "FBgn0025835"
+X	dexseq_prepare_annotation.py	exonic_part	41843	42243	.	-	.	transcripts "FBtr0112918+FBtr0300673"; exonic_part_number "008"; gene_id "FBgn0025835"
+X	dexseq_prepare_annotation.py	exonic_part	42301	42509	.	-	.	transcripts "FBtr0112918+FBtr0300673"; exonic_part_number "009"; gene_id "FBgn0025835"
+X	dexseq_prepare_annotation.py	exonic_part	42576	42754	.	-	.	transcripts "FBtr0112918+FBtr0300673"; exonic_part_number "010"; gene_id "FBgn0025835"
+X	dexseq_prepare_annotation.py	exonic_part	42822	44172	.	-	.	transcripts "FBtr0112918+FBtr0300673"; exonic_part_number "011"; gene_id "FBgn0025835"
+X	dexseq_prepare_annotation.py	exonic_part	44721	44813	.	-	.	transcripts "FBtr0112918+FBtr0300673"; exonic_part_number "012"; gene_id "FBgn0025835"
+X	dexseq_prepare_annotation.py	aggregate_gene	48078	48666	.	-	.	gene_id "FBgn0264445"
+X	dexseq_prepare_annotation.py	exonic_part	48078	48311	.	-	.	transcripts "FBtr0332568"; exonic_part_number "001"; gene_id "FBgn0264445"
+X	dexseq_prepare_annotation.py	exonic_part	48370	48666	.	-	.	transcripts "FBtr0332568"; exonic_part_number "002"; gene_id "FBgn0264445"
+X	dexseq_prepare_annotation.py	aggregate_gene	72458	96056	.	+	.	gene_id "FBgn0029128"
+X	dexseq_prepare_annotation.py	exonic_part	72458	72791	.	+	.	transcripts "FBtr0100136+FBtr0100135"; exonic_part_number "001"; gene_id "FBgn0029128"
+X	dexseq_prepare_annotation.py	exonic_part	84573	84613	.	+	.	transcripts "FBtr0100135"; exonic_part_number "002"; gene_id "FBgn0029128"
+X	dexseq_prepare_annotation.py	exonic_part	93279	94419	.	+	.	transcripts "FBtr0100136+FBtr0100135"; exonic_part_number "003"; gene_id "FBgn0029128"
+X	dexseq_prepare_annotation.py	exonic_part	94481	94656	.	+	.	transcripts "FBtr0100136+FBtr0100135"; exonic_part_number "004"; gene_id "FBgn0029128"
+X	dexseq_prepare_annotation.py	exonic_part	94719	94992	.	+	.	transcripts "FBtr0100136+FBtr0100135"; exonic_part_number "005"; gene_id "FBgn0029128"
+X	dexseq_prepare_annotation.py	exonic_part	95056	95350	.	+	.	transcripts "FBtr0100136+FBtr0100135"; exonic_part_number "006"; gene_id "FBgn0029128"
+X	dexseq_prepare_annotation.py	exonic_part	95438	95553	.	+	.	transcripts "FBtr0100136+FBtr0100135"; exonic_part_number "007"; gene_id "FBgn0029128"
+X	dexseq_prepare_annotation.py	exonic_part	95614	96056	.	+	.	transcripts "FBtr0100136+FBtr0100135"; exonic_part_number "008"; gene_id "FBgn0029128"
+X	dexseq_prepare_annotation.py	aggregate_gene	138094	139889	.	-	.	gene_id "FBgn0040373"
+X	dexseq_prepare_annotation.py	exonic_part	138094	138100	.	-	.	transcripts "FBtr0070107"; exonic_part_number "001"; gene_id "FBgn0040373"
+X	dexseq_prepare_annotation.py	exonic_part	138101	139379	.	-	.	transcripts "FBtr0070107+FBtr0070108"; exonic_part_number "002"; gene_id "FBgn0040373"
+X	dexseq_prepare_annotation.py	exonic_part	139445	139611	.	-	.	transcripts "FBtr0070107+FBtr0070108"; exonic_part_number "003"; gene_id "FBgn0040373"
+X	dexseq_prepare_annotation.py	exonic_part	139612	139712	.	-	.	transcripts "FBtr0070108"; exonic_part_number "004"; gene_id "FBgn0040373"
+X	dexseq_prepare_annotation.py	exonic_part	139713	139889	.	-	.	transcripts "FBtr0070107+FBtr0070108"; exonic_part_number "005"; gene_id "FBgn0040373"
+X	dexseq_prepare_annotation.py	aggregate_gene	140011	148683	.	+	.	gene_id "FBgn0040372"
+X	dexseq_prepare_annotation.py	exonic_part	140011	141629	.	+	.	transcripts "FBtr0332992+FBtr0070063"; exonic_part_number "001"; gene_id "FBgn0040372"
+X	dexseq_prepare_annotation.py	exonic_part	142415	144271	.	+	.	transcripts "FBtr0332992+FBtr0070063"; exonic_part_number "002"; gene_id "FBgn0040372"
+X	dexseq_prepare_annotation.py	exonic_part	144327	144568	.	+	.	transcripts "FBtr0332992+FBtr0070063"; exonic_part_number "003"; gene_id "FBgn0040372"
+X	dexseq_prepare_annotation.py	exonic_part	144659	145026	.	+	.	transcripts "FBtr0332992+FBtr0070063"; exonic_part_number "004"; gene_id "FBgn0040372"
+X	dexseq_prepare_annotation.py	exonic_part	145083	145324	.	+	.	transcripts "FBtr0332992+FBtr0070063"; exonic_part_number "005"; gene_id "FBgn0040372"
+X	dexseq_prepare_annotation.py	exonic_part	145384	145574	.	+	.	transcripts "FBtr0332992+FBtr0070063"; exonic_part_number "006"; gene_id "FBgn0040372"
+X	dexseq_prepare_annotation.py	exonic_part	145575	145634	.	+	.	transcripts "FBtr0332992"; exonic_part_number "007"; gene_id "FBgn0040372"
+X	dexseq_prepare_annotation.py	exonic_part	145635	145796	.	+	.	transcripts "FBtr0332992+FBtr0070063"; exonic_part_number "008"; gene_id "FBgn0040372"
+X	dexseq_prepare_annotation.py	exonic_part	145856	146393	.	+	.	transcripts "FBtr0332992+FBtr0070063"; exonic_part_number "009"; gene_id "FBgn0040372"
+X	dexseq_prepare_annotation.py	exonic_part	146463	146836	.	+	.	transcripts "FBtr0332992+FBtr0070063"; exonic_part_number "010"; gene_id "FBgn0040372"
+X	dexseq_prepare_annotation.py	exonic_part	147102	148046	.	+	.	transcripts "FBtr0332992+FBtr0070063"; exonic_part_number "011"; gene_id "FBgn0040372"
+X	dexseq_prepare_annotation.py	exonic_part	148047	148683	.	+	.	transcripts "FBtr0332992"; exonic_part_number "012"; gene_id "FBgn0040372"
+X	dexseq_prepare_annotation.py	aggregate_gene	148909	161286	.	+	.	gene_id "FBgn0264507+FBgn0000316+FBgn0259722"
+X	dexseq_prepare_annotation.py	exonic_part	148909	148954	.	+	.	transcripts "FBtr0299979+FBtr0299978+FBtr0070064+FBtr0299977"; exonic_part_number "001"; gene_id "FBgn0264507+FBgn0000316+FBgn0259722"
+X	dexseq_prepare_annotation.py	exonic_part	148955	149016	.	+	.	transcripts "FBtr0299979+FBtr0070064+FBtr0299977"; exonic_part_number "002"; gene_id "FBgn0264507+FBgn0000316+FBgn0259722"
+X	dexseq_prepare_annotation.py	exonic_part	149017	149449	.	+	.	transcripts "FBtr0299979+FBtr0299978+FBtr0070064+FBtr0299977"; exonic_part_number "003"; gene_id "FBgn0264507+FBgn0000316+FBgn0259722"
+X	dexseq_prepare_annotation.py	exonic_part	149450	149450	.	+	.	transcripts "FBtr0299978+FBtr0299977"; exonic_part_number "004"; gene_id "FBgn0264507+FBgn0000316+FBgn0259722"
+X	dexseq_prepare_annotation.py	exonic_part	149707	149803	.	+	.	transcripts "FBtr0070065"; exonic_part_number "005"; gene_id "FBgn0264507+FBgn0000316+FBgn0259722"
+X	dexseq_prepare_annotation.py	exonic_part	149804	149857	.	+	.	transcripts "FBtr0299979+FBtr0070064+FBtr0070065"; exonic_part_number "006"; gene_id "FBgn0264507+FBgn0000316+FBgn0259722"
+X	dexseq_prepare_annotation.py	exonic_part	149914	150674	.	+	.	transcripts "FBtr0299979+FBtr0070064+FBtr0070065"; exonic_part_number "007"; gene_id "FBgn0264507+FBgn0000316+FBgn0259722"
+X	dexseq_prepare_annotation.py	exonic_part	150795	150973	.	+	.	transcripts "FBtr0299979+FBtr0070064+FBtr0070065"; exonic_part_number "008"; gene_id "FBgn0264507+FBgn0000316+FBgn0259722"
+X	dexseq_prepare_annotation.py	exonic_part	151032	151460	.	+	.	transcripts "FBtr0299979+FBtr0070064+FBtr0070065"; exonic_part_number "009"; gene_id "FBgn0264507+FBgn0000316+FBgn0259722"
+X	dexseq_prepare_annotation.py	exonic_part	151513	151675	.	+	.	transcripts "FBtr0299979+FBtr0070064+FBtr0070065"; exonic_part_number "010"; gene_id "FBgn0264507+FBgn0000316+FBgn0259722"
+X	dexseq_prepare_annotation.py	exonic_part	152015	152113	.	+	.	transcripts "FBtr0299979+FBtr0070064+FBtr0070065"; exonic_part_number "011"; gene_id "FBgn0264507+FBgn0000316+FBgn0259722"
+X	dexseq_prepare_annotation.py	exonic_part	152175	152446	.	+	.	transcripts "FBtr0299979+FBtr0070064+FBtr0070065"; exonic_part_number "012"; gene_id "FBgn0264507+FBgn0000316+FBgn0259722"
+X	dexseq_prepare_annotation.py	exonic_part	152447	152497	.	+	.	transcripts "FBtr0070065"; exonic_part_number "013"; gene_id "FBgn0264507+FBgn0000316+FBgn0259722"
+X	dexseq_prepare_annotation.py	exonic_part	152498	152503	.	+	.	transcripts "FBtr0332991+FBtr0070065"; exonic_part_number "014"; gene_id "FBgn0264507+FBgn0000316+FBgn0259722"
+X	dexseq_prepare_annotation.py	exonic_part	152504	153723	.	+	.	transcripts "FBtr0332991"; exonic_part_number "015"; gene_id "FBgn0264507+FBgn0000316+FBgn0259722"
+X	dexseq_prepare_annotation.py	exonic_part	160265	161286	.	+	.	transcripts "FBtr0332991"; exonic_part_number "016"; gene_id "FBgn0264507+FBgn0000316+FBgn0259722"
+X	dexseq_prepare_annotation.py	aggregate_gene	152368	158032	.	-	.	gene_id "FBgn0261446"
+X	dexseq_prepare_annotation.py	exonic_part	152368	152861	.	-	.	transcripts "FBtr0070106+FBtr0332990"; exonic_part_number "001"; gene_id "FBgn0261446"
+X	dexseq_prepare_annotation.py	exonic_part	152926	153704	.	-	.	transcripts "FBtr0070106+FBtr0332990"; exonic_part_number "002"; gene_id "FBgn0261446"
+X	dexseq_prepare_annotation.py	exonic_part	157701	157894	.	-	.	transcripts "FBtr0070106"; exonic_part_number "003"; gene_id "FBgn0261446"
+X	dexseq_prepare_annotation.py	exonic_part	157895	158028	.	-	.	transcripts "FBtr0070106+FBtr0332990"; exonic_part_number "004"; gene_id "FBgn0261446"
+X	dexseq_prepare_annotation.py	exonic_part	158029	158032	.	-	.	transcripts "FBtr0332990"; exonic_part_number "005"; gene_id "FBgn0261446"
+X	dexseq_prepare_annotation.py	aggregate_gene	159757	161061	.	-	.	gene_id "FBgn0029518"
+X	dexseq_prepare_annotation.py	exonic_part	159757	160105	.	-	.	transcripts "FBtr0332988+FBtr0332989"; exonic_part_number "001"; gene_id "FBgn0029518"
+X	dexseq_prepare_annotation.py	exonic_part	160106	160874	.	-	.	transcripts "FBtr0332988+FBtr0332989+FBtr0308207"; exonic_part_number "002"; gene_id "FBgn0029518"
+X	dexseq_prepare_annotation.py	exonic_part	160984	160990	.	-	.	transcripts "FBtr0332989"; exonic_part_number "003"; gene_id "FBgn0029518"
+X	dexseq_prepare_annotation.py	exonic_part	160991	160995	.	-	.	transcripts "FBtr0332988+FBtr0332989"; exonic_part_number "004"; gene_id "FBgn0029518"
+X	dexseq_prepare_annotation.py	exonic_part	160996	161061	.	-	.	transcripts "FBtr0332988+FBtr0332989+FBtr0308207"; exonic_part_number "005"; gene_id "FBgn0029518"
+X	dexseq_prepare_annotation.py	aggregate_gene	162542	173751	.	-	.	gene_id "FBgn0005427"
+X	dexseq_prepare_annotation.py	exonic_part	162542	162556	.	-	.	transcripts "FBtr0100582+FBtr0100581+FBtr0100580+FBtr0100578+FBtr0100579+FBtr0100577"; exonic_part_number "001"; gene_id "FBgn0005427"
+X	dexseq_prepare_annotation.py	exonic_part	162557	163399	.	-	.	transcripts "FBtr0089442+FBtr0100582+FBtr0100581+FBtr0100580+FBtr0100578+FBtr0100579+FBtr0100577"; exonic_part_number "002"; gene_id "FBgn0005427"
+X	dexseq_prepare_annotation.py	exonic_part	163464	163501	.	-	.	transcripts "FBtr0100581+FBtr0100579"; exonic_part_number "003"; gene_id "FBgn0005427"
+X	dexseq_prepare_annotation.py	exonic_part	163625	163643	.	-	.	transcripts "FBtr0332978+FBtr0332977+FBtr0332976"; exonic_part_number "004"; gene_id "FBgn0005427"
+X	dexseq_prepare_annotation.py	exonic_part	163644	165120	.	-	.	transcripts "FBtr0089441+FBtr0308208+FBtr0308209+FBtr0332977+FBtr0332976+FBtr0332978"; exonic_part_number "005"; gene_id "FBgn0005427"
+X	dexseq_prepare_annotation.py	exonic_part	165121	165242	.	-	.	transcripts "FBtr0089442+FBtr0332977+FBtr0089441+FBtr0100579+FBtr0100577+FBtr0308208+FBtr0308209+FBtr0100582+FBtr0100581+FBtr0100580+FBtr0100578+FBtr0332976+FBtr0332978"; exonic_part_number "006"; gene_id "FBgn0005427"
+X	dexseq_prepare_annotation.py	exonic_part	165323	165458	.	-	.	transcripts "FBtr0089442+FBtr0332977+FBtr0089441+FBtr0100579+FBtr0100577+FBtr0308208+FBtr0308209+FBtr0100582+FBtr0100581+FBtr0100580+FBtr0100578+FBtr0332976+FBtr0332978"; exonic_part_number "007"; gene_id "FBgn0005427"
+X	dexseq_prepare_annotation.py	exonic_part	165521	165646	.	-	.	transcripts "FBtr0089442+FBtr0332977+FBtr0089441+FBtr0100579+FBtr0100577+FBtr0308208+FBtr0308209+FBtr0100582+FBtr0100581+FBtr0100580+FBtr0100578+FBtr0332976+FBtr0332978"; exonic_part_number "008"; gene_id "FBgn0005427"
+X	dexseq_prepare_annotation.py	exonic_part	165835	165908	.	-	.	transcripts "FBtr0100582+FBtr0100578"; exonic_part_number "009"; gene_id "FBgn0005427"
+X	dexseq_prepare_annotation.py	exonic_part	166455	166490	.	-	.	transcripts "FBtr0089442+FBtr0089441+FBtr0100579+FBtr0308209+FBtr0100578+FBtr0332978+FBtr0100577"; exonic_part_number "010"; gene_id "FBgn0005427"
+X	dexseq_prepare_annotation.py	exonic_part	166491	166589	.	-	.	transcripts "FBtr0089442+FBtr0089441+FBtr0100579+FBtr0308209+FBtr0332976+FBtr0100578+FBtr0332978+FBtr0100577"; exonic_part_number "011"; gene_id "FBgn0005427"
+X	dexseq_prepare_annotation.py	exonic_part	166590	166916	.	-	.	transcripts "FBtr0089442+FBtr0332977+FBtr0089441+FBtr0332976+FBtr0308209+FBtr0100579+FBtr0100578+FBtr0100577+FBtr0332978"; exonic_part_number "012"; gene_id "FBgn0005427"
+X	dexseq_prepare_annotation.py	exonic_part	167216	167420	.	-	.	transcripts "FBtr0089442+FBtr0332977+FBtr0089441+FBtr0100579+FBtr0100577+FBtr0308208+FBtr0308209+FBtr0100582+FBtr0100581+FBtr0100580+FBtr0100578+FBtr0332976+FBtr0332978"; exonic_part_number "013"; gene_id "FBgn0005427"
+X	dexseq_prepare_annotation.py	exonic_part	167421	167425	.	-	.	transcripts "FBtr0089442+FBtr0332977+FBtr0089441+FBtr0100579+FBtr0308208+FBtr0308209+FBtr0100582+FBtr0100581+FBtr0100580+FBtr0100578+FBtr0332976+FBtr0100577"; exonic_part_number "014"; gene_id "FBgn0005427"
+X	dexseq_prepare_annotation.py	exonic_part	167494	167502	.	-	.	transcripts "FBtr0308208+FBtr0308209"; exonic_part_number "015"; gene_id "FBgn0005427"
+X	dexseq_prepare_annotation.py	exonic_part	167503	168561	.	-	.	transcripts "FBtr0089442+FBtr0332977+FBtr0089441+FBtr0100579+FBtr0100577+FBtr0308208+FBtr0308209+FBtr0100582+FBtr0100581+FBtr0100580+FBtr0100578+FBtr0332976+FBtr0332978"; exonic_part_number "016"; gene_id "FBgn0005427"
+X	dexseq_prepare_annotation.py	exonic_part	168562	170410	.	-	.	transcripts "FBtr0089442"; exonic_part_number "017"; gene_id "FBgn0005427"
+X	dexseq_prepare_annotation.py	exonic_part	173218	173667	.	-	.	transcripts "FBtr0332977+FBtr0089441+FBtr0100579+FBtr0100577+FBtr0308208+FBtr0308209+FBtr0100582+FBtr0100581+FBtr0100580+FBtr0100578+FBtr0332976+FBtr0332978"; exonic_part_number "018"; gene_id "FBgn0005427"
+X	dexseq_prepare_annotation.py	exonic_part	173668	173751	.	-	.	transcripts "FBtr0332978"; exonic_part_number "019"; gene_id "FBgn0005427"
+X	dexseq_prepare_annotation.py	aggregate_gene	173736	244237	.	+	.	gene_id "FBgn0024989"
+X	dexseq_prepare_annotation.py	exonic_part	173736	173790	.	+	.	transcripts "FBtr0070066"; exonic_part_number "001"; gene_id "FBgn0024989"
+X	dexseq_prepare_annotation.py	exonic_part	237078	237152	.	+	.	transcripts "FBtr0070068+FBtr0070067"; exonic_part_number "002"; gene_id "FBgn0024989"
+X	dexseq_prepare_annotation.py	exonic_part	237153	237178	.	+	.	transcripts "FBtr0070068"; exonic_part_number "003"; gene_id "FBgn0024989"
+X	dexseq_prepare_annotation.py	exonic_part	237725	237866	.	+	.	transcripts "FBtr0070068+FBtr0070066+FBtr0070067"; exonic_part_number "004"; gene_id "FBgn0024989"
+X	dexseq_prepare_annotation.py	exonic_part	240182	241740	.	+	.	transcripts "FBtr0070068+FBtr0070066+FBtr0070067"; exonic_part_number "005"; gene_id "FBgn0024989"
+X	dexseq_prepare_annotation.py	exonic_part	242113	242271	.	+	.	transcripts "FBtr0070068+FBtr0070066+FBtr0070067"; exonic_part_number "006"; gene_id "FBgn0024989"
+X	dexseq_prepare_annotation.py	exonic_part	242680	243357	.	+	.	transcripts "FBtr0070068+FBtr0070066+FBtr0070067"; exonic_part_number "007"; gene_id "FBgn0024989"
+X	dexseq_prepare_annotation.py	exonic_part	243477	244237	.	+	.	transcripts "FBtr0070068+FBtr0070066+FBtr0070067"; exonic_part_number "008"; gene_id "FBgn0024989"
+X	dexseq_prepare_annotation.py	aggregate_gene	174205	174302	.	-	.	gene_id "FBgn0262266"
+X	dexseq_prepare_annotation.py	exonic_part	174205	174220	.	-	.	transcripts "FBtr0304371"; exonic_part_number "001"; gene_id "FBgn0262266"
+X	dexseq_prepare_annotation.py	exonic_part	174221	174242	.	-	.	transcripts "FBtr0304372+FBtr0304371"; exonic_part_number "002"; gene_id "FBgn0262266"
+X	dexseq_prepare_annotation.py	exonic_part	174243	174302	.	-	.	transcripts "FBtr0304371"; exonic_part_number "003"; gene_id "FBgn0262266"
+X	dexseq_prepare_annotation.py	aggregate_gene	180434	188995	.	-	.	gene_id "FBgn0040370"
+X	dexseq_prepare_annotation.py	exonic_part	180434	180924	.	-	.	transcripts "FBtr0070103+FBtr0300326"; exonic_part_number "001"; gene_id "FBgn0040370"
+X	dexseq_prepare_annotation.py	exonic_part	180982	181074	.	-	.	transcripts "FBtr0070103+FBtr0300326"; exonic_part_number "002"; gene_id "FBgn0040370"
+X	dexseq_prepare_annotation.py	exonic_part	181362	181559	.	-	.	transcripts "FBtr0070103+FBtr0300326"; exonic_part_number "003"; gene_id "FBgn0040370"
+X	dexseq_prepare_annotation.py	exonic_part	183074	183305	.	-	.	transcripts "FBtr0070103+FBtr0300326"; exonic_part_number "004"; gene_id "FBgn0040370"
+X	dexseq_prepare_annotation.py	exonic_part	184286	184629	.	-	.	transcripts "FBtr0070103+FBtr0300326"; exonic_part_number "005"; gene_id "FBgn0040370"
+X	dexseq_prepare_annotation.py	exonic_part	188746	188855	.	-	.	transcripts "FBtr0300326"; exonic_part_number "006"; gene_id "FBgn0040370"
+X	dexseq_prepare_annotation.py	exonic_part	188856	188995	.	-	.	transcripts "FBtr0070103+FBtr0300326"; exonic_part_number "007"; gene_id "FBgn0040370"
+X	dexseq_prepare_annotation.py	aggregate_gene	201717	202975	.	+	.	gene_id "FBgn0040371"
+X	dexseq_prepare_annotation.py	exonic_part	201717	201925	.	+	.	transcripts "FBtr0070069"; exonic_part_number "001"; gene_id "FBgn0040371"
+X	dexseq_prepare_annotation.py	exonic_part	202123	202975	.	+	.	transcripts "FBtr0070069"; exonic_part_number "002"; gene_id "FBgn0040371"
+X	dexseq_prepare_annotation.py	aggregate_gene	209156	210590	.	+	.	gene_id "FBgn0029521"
+X	dexseq_prepare_annotation.py	exonic_part	209156	209661	.	+	.	transcripts "FBtr0070070"; exonic_part_number "001"; gene_id "FBgn0029521"
+X	dexseq_prepare_annotation.py	exonic_part	209808	210411	.	+	.	transcripts "FBtr0070070"; exonic_part_number "002"; gene_id "FBgn0029521"
+X	dexseq_prepare_annotation.py	exonic_part	210522	210590	.	+	.	transcripts "FBtr0070070"; exonic_part_number "003"; gene_id "FBgn0029521"
+X	dexseq_prepare_annotation.py	aggregate_gene	210609	364670	.	-	.	gene_id "FBgn0052816"
+X	dexseq_prepare_annotation.py	exonic_part	210609	211961	.	-	.	transcripts "FBtr0070101+FBtr0070102+FBtr0273443+FBtr0273442"; exonic_part_number "001"; gene_id "FBgn0052816"
+X	dexseq_prepare_annotation.py	exonic_part	227598	227914	.	-	.	transcripts "FBtr0070102+FBtr0070101"; exonic_part_number "002"; gene_id "FBgn0052816"
+X	dexseq_prepare_annotation.py	exonic_part	227915	227930	.	-	.	transcripts "FBtr0070102"; exonic_part_number "003"; gene_id "FBgn0052816"
+X	dexseq_prepare_annotation.py	exonic_part	228700	228832	.	-	.	transcripts "FBtr0070102+FBtr0070101"; exonic_part_number "004"; gene_id "FBgn0052816"
+X	dexseq_prepare_annotation.py	exonic_part	312510	312545	.	-	.	transcripts "FBtr0273443+FBtr0273442"; exonic_part_number "005"; gene_id "FBgn0052816"
+X	dexseq_prepare_annotation.py	exonic_part	322071	322284	.	-	.	transcripts "FBtr0273443"; exonic_part_number "006"; gene_id "FBgn0052816"
+X	dexseq_prepare_annotation.py	exonic_part	364438	364670	.	-	.	transcripts "FBtr0273442"; exonic_part_number "007"; gene_id "FBgn0052816"
+X	dexseq_prepare_annotation.py	aggregate_gene	244599	245117	.	+	.	gene_id "FBgn0262810"
+X	dexseq_prepare_annotation.py	exonic_part	244599	245117	.	+	.	transcripts "FBtr0306054"; exonic_part_number "001"; gene_id "FBgn0262810"
+X	dexseq_prepare_annotation.py	aggregate_gene	247100	247350	.	+	.	gene_id "FBgn0262811"
+X	dexseq_prepare_annotation.py	exonic_part	247100	247350	.	+	.	transcripts "FBtr0306055"; exonic_part_number "001"; gene_id "FBgn0262811"
+X	dexseq_prepare_annotation.py	aggregate_gene	250542	255278	.	+	.	gene_id "FBgn0004034"
+X	dexseq_prepare_annotation.py	exonic_part	250542	250950	.	+	.	transcripts "FBtr0070071"; exonic_part_number "001"; gene_id "FBgn0004034"
+X	dexseq_prepare_annotation.py	exonic_part	253650	255278	.	+	.	transcripts "FBtr0070071"; exonic_part_number "002"; gene_id "FBgn0004034"
+X	dexseq_prepare_annotation.py	aggregate_gene	256432	261105	.	+	.	gene_id "FBgn0261559"
+X	dexseq_prepare_annotation.py	exonic_part	256432	256472	.	+	.	transcripts "FBtr0308360+FBtr0308356+FBtr0308357+FBtr0308358+FBtr0308359+FBtr0308355"; exonic_part_number "001"; gene_id "FBgn0261559"
+X	dexseq_prepare_annotation.py	exonic_part	256473	256622	.	+	.	transcripts "FBtr0308358+FBtr0308359+FBtr0308355+FBtr0308356+FBtr0308357"; exonic_part_number "002"; gene_id "FBgn0261559"
+X	dexseq_prepare_annotation.py	exonic_part	256623	256631	.	+	.	transcripts "FBtr0308355+FBtr0308356+FBtr0308357+FBtr0308358+FBtr0308359+FBtr0303213"; exonic_part_number "003"; gene_id "FBgn0261559"
+X	dexseq_prepare_annotation.py	exonic_part	256632	256907	.	+	.	transcripts "FBtr0308354+FBtr0308355+FBtr0308356+FBtr0308357+FBtr0308358+FBtr0308359+FBtr0303213"; exonic_part_number "004"; gene_id "FBgn0261559"
+X	dexseq_prepare_annotation.py	exonic_part	257667	257743	.	+	.	transcripts "FBtr0308360"; exonic_part_number "005"; gene_id "FBgn0261559"
+X	dexseq_prepare_annotation.py	exonic_part	257744	257854	.	+	.	transcripts "FBtr0308355+FBtr0308360"; exonic_part_number "006"; gene_id "FBgn0261559"
+X	dexseq_prepare_annotation.py	exonic_part	257855	258144	.	+	.	transcripts "FBtr0308355+FBtr0308356+FBtr0308360"; exonic_part_number "007"; gene_id "FBgn0261559"
+X	dexseq_prepare_annotation.py	exonic_part	260029	260355	.	+	.	transcripts "FBtr0308354+FBtr0308360+FBtr0308356+FBtr0308359+FBtr0303213+FBtr0308355"; exonic_part_number "008"; gene_id "FBgn0261559"
+X	dexseq_prepare_annotation.py	exonic_part	260421	260696	.	+	.	transcripts "FBtr0308359"; exonic_part_number "009"; gene_id "FBgn0261559"
+X	dexseq_prepare_annotation.py	exonic_part	260697	260740	.	+	.	transcripts "FBtr0308358+FBtr0308359+FBtr0303213"; exonic_part_number "010"; gene_id "FBgn0261559"
+X	dexseq_prepare_annotation.py	exonic_part	260741	261027	.	+	.	transcripts "FBtr0308354+FBtr0308360+FBtr0308356+FBtr0308357+FBtr0308358+FBtr0308359+FBtr0303213+FBtr0308355"; exonic_part_number "011"; gene_id "FBgn0261559"
+X	dexseq_prepare_annotation.py	exonic_part	261028	261105	.	+	.	transcripts "FBtr0308354+FBtr0308355+FBtr0308356+FBtr0308357+FBtr0308358+FBtr0308359+FBtr0308360"; exonic_part_number "012"; gene_id "FBgn0261559"
+X	dexseq_prepare_annotation.py	aggregate_gene	264064	264980	.	+	.	gene_id "FBgn0000022"
+X	dexseq_prepare_annotation.py	exonic_part	264064	264980	.	+	.	transcripts "FBtr0070072"; exonic_part_number "001"; gene_id "FBgn0000022"
+X	dexseq_prepare_annotation.py	aggregate_gene	290093	291530	.	+	.	gene_id "FBgn0004170"
+X	dexseq_prepare_annotation.py	exonic_part	290093	291530	.	+	.	transcripts "FBtr0070073"; exonic_part_number "001"; gene_id "FBgn0004170"
+X	dexseq_prepare_annotation.py	aggregate_gene	303756	304850	.	+	.	gene_id "FBgn0002561"
+X	dexseq_prepare_annotation.py	exonic_part	303756	304850	.	+	.	transcripts "FBtr0070074"; exonic_part_number "001"; gene_id "FBgn0002561"
+X	dexseq_prepare_annotation.py	aggregate_gene	330172	331475	.	-	.	gene_id "FBgn0011822"
+X	dexseq_prepare_annotation.py	exonic_part	330172	331475	.	-	.	transcripts "FBtr0070100"; exonic_part_number "001"; gene_id "FBgn0011822"
+X	dexseq_prepare_annotation.py	aggregate_gene	354533	357209	.	+	.	gene_id "FBgn0000137"
+X	dexseq_prepare_annotation.py	exonic_part	354533	357209	.	+	.	transcripts "FBtr0070075"; exonic_part_number "001"; gene_id "FBgn0000137"
+X	dexseq_prepare_annotation.py	aggregate_gene	361090	363366	.	-	.	gene_id "FBgn0010019"
+X	dexseq_prepare_annotation.py	exonic_part	361090	363366	.	-	.	transcripts "FBtr0070099"; exonic_part_number "001"; gene_id "FBgn0010019"
+X	dexseq_prepare_annotation.py	aggregate_gene	365085	370625	.	-	.	gene_id "FBgn0001337"
+X	dexseq_prepare_annotation.py	exonic_part	365085	365944	.	-	.	transcripts "FBtr0070098"; exonic_part_number "001"; gene_id "FBgn0001337"
+X	dexseq_prepare_annotation.py	exonic_part	366159	366594	.	-	.	transcripts "FBtr0070098"; exonic_part_number "002"; gene_id "FBgn0001337"
+X	dexseq_prepare_annotation.py	exonic_part	366675	366884	.	-	.	transcripts "FBtr0070098"; exonic_part_number "003"; gene_id "FBgn0001337"
+X	dexseq_prepare_annotation.py	exonic_part	366953	367122	.	-	.	transcripts "FBtr0070098"; exonic_part_number "004"; gene_id "FBgn0001337"
+X	dexseq_prepare_annotation.py	exonic_part	367189	367738	.	-	.	transcripts "FBtr0070098"; exonic_part_number "005"; gene_id "FBgn0001337"
+X	dexseq_prepare_annotation.py	exonic_part	367797	368233	.	-	.	transcripts "FBtr0070098"; exonic_part_number "006"; gene_id "FBgn0001337"
+X	dexseq_prepare_annotation.py	exonic_part	368343	368539	.	-	.	transcripts "FBtr0070098"; exonic_part_number "007"; gene_id "FBgn0001337"
+X	dexseq_prepare_annotation.py	exonic_part	368731	369113	.	-	.	transcripts "FBtr0070098"; exonic_part_number "008"; gene_id "FBgn0001337"
+X	dexseq_prepare_annotation.py	exonic_part	369191	369346	.	-	.	transcripts "FBtr0070098"; exonic_part_number "009"; gene_id "FBgn0001337"
+X	dexseq_prepare_annotation.py	exonic_part	369802	370325	.	-	.	transcripts "FBtr0070098"; exonic_part_number "010"; gene_id "FBgn0001337"
+X	dexseq_prepare_annotation.py	exonic_part	370427	370625	.	-	.	transcripts "FBtr0070098"; exonic_part_number "011"; gene_id "FBgn0001337"
+X	dexseq_prepare_annotation.py	aggregate_gene	370890	373342	.	-	.	gene_id "FBgn0029523"
+X	dexseq_prepare_annotation.py	exonic_part	370890	372576	.	-	.	transcripts "FBtr0070097"; exonic_part_number "001"; gene_id "FBgn0029523"
+X	dexseq_prepare_annotation.py	exonic_part	372632	373059	.	-	.	transcripts "FBtr0070097"; exonic_part_number "002"; gene_id "FBgn0029523"
+X	dexseq_prepare_annotation.py	exonic_part	373149	373342	.	-	.	transcripts "FBtr0070097"; exonic_part_number "003"; gene_id "FBgn0029523"
+X	dexseq_prepare_annotation.py	aggregate_gene	371017	372224	.	+	.	gene_id "FBgn0029522"
+X	dexseq_prepare_annotation.py	exonic_part	371017	371324	.	+	.	transcripts "FBtr0112947"; exonic_part_number "001"; gene_id "FBgn0029522"
+X	dexseq_prepare_annotation.py	exonic_part	371554	371639	.	+	.	transcripts "FBtr0070076"; exonic_part_number "002"; gene_id "FBgn0029522"
+X	dexseq_prepare_annotation.py	exonic_part	371640	371964	.	+	.	transcripts "FBtr0112947+FBtr0070076"; exonic_part_number "003"; gene_id "FBgn0029522"
+X	dexseq_prepare_annotation.py	exonic_part	372046	372224	.	+	.	transcripts "FBtr0112947+FBtr0070076"; exonic_part_number "004"; gene_id "FBgn0029522"
+X	dexseq_prepare_annotation.py	aggregate_gene	373464	374199	.	+	.	gene_id "FBgn0052817"
+X	dexseq_prepare_annotation.py	exonic_part	373464	373542	.	+	.	transcripts "FBtr0300328+FBtr0070077"; exonic_part_number "001"; gene_id "FBgn0052817"
+X	dexseq_prepare_annotation.py	exonic_part	373615	373662	.	+	.	transcripts "FBtr0300328"; exonic_part_number "002"; gene_id "FBgn0052817"
+X	dexseq_prepare_annotation.py	exonic_part	373663	373978	.	+	.	transcripts "FBtr0300328+FBtr0070077"; exonic_part_number "003"; gene_id "FBgn0052817"
+X	dexseq_prepare_annotation.py	exonic_part	374063	374199	.	+	.	transcripts "FBtr0300328+FBtr0070077"; exonic_part_number "004"; gene_id "FBgn0052817"
+X	dexseq_prepare_annotation.py	aggregate_gene	373897	375842	.	-	.	gene_id "FBgn0029526"
+X	dexseq_prepare_annotation.py	exonic_part	373897	374186	.	-	.	transcripts "FBtr0070095"; exonic_part_number "001"; gene_id "FBgn0029526"
+X	dexseq_prepare_annotation.py	exonic_part	374187	375202	.	-	.	transcripts "FBtr0070095+FBtr0301337"; exonic_part_number "002"; gene_id "FBgn0029526"
+X	dexseq_prepare_annotation.py	exonic_part	375266	375545	.	-	.	transcripts "FBtr0070095+FBtr0301337"; exonic_part_number "003"; gene_id "FBgn0029526"
+X	dexseq_prepare_annotation.py	exonic_part	375546	375595	.	-	.	transcripts "FBtr0070095"; exonic_part_number "004"; gene_id "FBgn0029526"
+X	dexseq_prepare_annotation.py	exonic_part	375635	375842	.	-	.	transcripts "FBtr0070095+FBtr0301337"; exonic_part_number "005"; gene_id "FBgn0029526"
+X	dexseq_prepare_annotation.py	aggregate_gene	375895	376691	.	+	.	gene_id "FBgn0029524"
+X	dexseq_prepare_annotation.py	exonic_part	375895	376030	.	+	.	transcripts "FBtr0070078"; exonic_part_number "001"; gene_id "FBgn0029524"
+X	dexseq_prepare_annotation.py	exonic_part	376151	376466	.	+	.	transcripts "FBtr0070078"; exonic_part_number "002"; gene_id "FBgn0029524"
+X	dexseq_prepare_annotation.py	exonic_part	376551	376691	.	+	.	transcripts "FBtr0070078"; exonic_part_number "003"; gene_id "FBgn0029524"
+X	dexseq_prepare_annotation.py	aggregate_gene	376810	381587	.	-	.	gene_id "FBgn0029525"
+X	dexseq_prepare_annotation.py	exonic_part	376810	377078	.	-	.	transcripts "FBtr0070094"; exonic_part_number "001"; gene_id "FBgn0029525"
+X	dexseq_prepare_annotation.py	exonic_part	377301	377861	.	-	.	transcripts "FBtr0070094"; exonic_part_number "002"; gene_id "FBgn0029525"
+X	dexseq_prepare_annotation.py	exonic_part	377917	378279	.	-	.	transcripts "FBtr0070094"; exonic_part_number "003"; gene_id "FBgn0029525"
+X	dexseq_prepare_annotation.py	exonic_part	378343	378998	.	-	.	transcripts "FBtr0070094"; exonic_part_number "004"; gene_id "FBgn0029525"
+X	dexseq_prepare_annotation.py	exonic_part	379061	381436	.	-	.	transcripts "FBtr0070094"; exonic_part_number "005"; gene_id "FBgn0029525"
+X	dexseq_prepare_annotation.py	exonic_part	381498	381587	.	-	.	transcripts "FBtr0070094"; exonic_part_number "006"; gene_id "FBgn0029525"
+X	dexseq_prepare_annotation.py	aggregate_gene	381972	384767	.	+	.	gene_id "FBgn0023536"
+X	dexseq_prepare_annotation.py	exonic_part	381972	382395	.	+	.	transcripts "FBtr0070079"; exonic_part_number "001"; gene_id "FBgn0023536"
+X	dexseq_prepare_annotation.py	exonic_part	382455	382661	.	+	.	transcripts "FBtr0070079"; exonic_part_number "002"; gene_id "FBgn0023536"
+X	dexseq_prepare_annotation.py	exonic_part	382907	383109	.	+	.	transcripts "FBtr0070079"; exonic_part_number "003"; gene_id "FBgn0023536"
+X	dexseq_prepare_annotation.py	exonic_part	383176	383457	.	+	.	transcripts "FBtr0070079"; exonic_part_number "004"; gene_id "FBgn0023536"
+X	dexseq_prepare_annotation.py	exonic_part	383518	384261	.	+	.	transcripts "FBtr0070079"; exonic_part_number "005"; gene_id "FBgn0023536"
+X	dexseq_prepare_annotation.py	exonic_part	384335	384767	.	+	.	transcripts "FBtr0070079"; exonic_part_number "006"; gene_id "FBgn0023536"
+X	dexseq_prepare_annotation.py	aggregate_gene	384820	387527	.	-	.	gene_id "FBgn0023537"
+X	dexseq_prepare_annotation.py	exonic_part	384820	386661	.	-	.	transcripts "FBtr0070093+FBtr0070092"; exonic_part_number "001"; gene_id "FBgn0023537"
+X	dexseq_prepare_annotation.py	exonic_part	386776	387056	.	-	.	transcripts "FBtr0070093"; exonic_part_number "002"; gene_id "FBgn0023537"
+X	dexseq_prepare_annotation.py	exonic_part	387421	387527	.	-	.	transcripts "FBtr0070092"; exonic_part_number "003"; gene_id "FBgn0023537"
+X	dexseq_prepare_annotation.py	aggregate_gene	388933	390402	.	+	.	gene_id "FBgn0023534"
+X	dexseq_prepare_annotation.py	exonic_part	388933	389150	.	+	.	transcripts "FBtr0070080"; exonic_part_number "001"; gene_id "FBgn0023534"
+X	dexseq_prepare_annotation.py	exonic_part	389502	390402	.	+	.	transcripts "FBtr0070080"; exonic_part_number "002"; gene_id "FBgn0023534"
+X	dexseq_prepare_annotation.py	aggregate_gene	390504	403113	.	+	.	gene_id "FBgn0004648"
+X	dexseq_prepare_annotation.py	exonic_part	390504	391422	.	+	.	transcripts "FBtr0070084+FBtr0070085+FBtr0290016"; exonic_part_number "001"; gene_id "FBgn0004648"
+X	dexseq_prepare_annotation.py	exonic_part	393314	393483	.	+	.	transcripts "FBtr0070086+FBtr0070087+FBtr0070081"; exonic_part_number "002"; gene_id "FBgn0004648"
+X	dexseq_prepare_annotation.py	exonic_part	393882	394641	.	+	.	transcripts "FBtr0070086+FBtr0070087+FBtr0070081"; exonic_part_number "003"; gene_id "FBgn0004648"
+X	dexseq_prepare_annotation.py	exonic_part	394878	395007	.	+	.	transcripts "FBtr0070083+FBtr0290017"; exonic_part_number "004"; gene_id "FBgn0004648"
+X	dexseq_prepare_annotation.py	exonic_part	396018	396253	.	+	.	transcripts "FBtr0290017+FBtr0290016+FBtr0070086+FBtr0070087+FBtr0070084+FBtr0070085+FBtr0070083+FBtr0070081"; exonic_part_number "005"; gene_id "FBgn0004648"
+X	dexseq_prepare_annotation.py	exonic_part	396320	396799	.	+	.	transcripts "FBtr0290017+FBtr0290016+FBtr0070086+FBtr0070087+FBtr0070084+FBtr0070085+FBtr0070083+FBtr0070081"; exonic_part_number "006"; gene_id "FBgn0004648"
+X	dexseq_prepare_annotation.py	exonic_part	396869	396969	.	+	.	transcripts "FBtr0290017+FBtr0290016+FBtr0070086+FBtr0070087+FBtr0070084+FBtr0070085+FBtr0070083+FBtr0070081"; exonic_part_number "007"; gene_id "FBgn0004648"
+X	dexseq_prepare_annotation.py	exonic_part	396970	398365	.	+	.	transcripts "FBtr0070086+FBtr0070085"; exonic_part_number "008"; gene_id "FBgn0004648"
+X	dexseq_prepare_annotation.py	exonic_part	398701	398818	.	+	.	transcripts "FBtr0290017+FBtr0290016+FBtr0070087+FBtr0070084+FBtr0070083+FBtr0070081"; exonic_part_number "009"; gene_id "FBgn0004648"
+X	dexseq_prepare_annotation.py	exonic_part	398949	400275	.	+	.	transcripts "FBtr0290017+FBtr0290016+FBtr0070087+FBtr0070084+FBtr0070083+FBtr0070081"; exonic_part_number "010"; gene_id "FBgn0004648"
+X	dexseq_prepare_annotation.py	exonic_part	400341	400564	.	+	.	transcripts "FBtr0290017+FBtr0290016+FBtr0070087+FBtr0070084+FBtr0070083+FBtr0070081"; exonic_part_number "011"; gene_id "FBgn0004648"
+X	dexseq_prepare_annotation.py	exonic_part	400632	401839	.	+	.	transcripts "FBtr0290017+FBtr0290016+FBtr0070087+FBtr0070084+FBtr0070083+FBtr0070081"; exonic_part_number "012"; gene_id "FBgn0004648"
+X	dexseq_prepare_annotation.py	exonic_part	401840	401901	.	+	.	transcripts "FBtr0070084+FBtr0070083+FBtr0070081"; exonic_part_number "013"; gene_id "FBgn0004648"
+X	dexseq_prepare_annotation.py	exonic_part	401902	402467	.	+	.	transcripts "FBtr0290017+FBtr0290016+FBtr0070087+FBtr0070084+FBtr0070083+FBtr0070081"; exonic_part_number "014"; gene_id "FBgn0004648"
+X	dexseq_prepare_annotation.py	exonic_part	402468	403113	.	+	.	transcripts "FBtr0070087+FBtr0070084+FBtr0070081+FBtr0070083+FBtr0290016"; exonic_part_number "015"; gene_id "FBgn0004648"
+X	dexseq_prepare_annotation.py	aggregate_gene	403451	422067	.	+	.	gene_id "FBgn0023535"
+X	dexseq_prepare_annotation.py	exonic_part	403451	403467	.	+	.	transcripts "FBtr0070088"; exonic_part_number "001"; gene_id "FBgn0023535"
+X	dexseq_prepare_annotation.py	exonic_part	403468	403749	.	+	.	transcripts "FBtr0333318+FBtr0070088"; exonic_part_number "002"; gene_id "FBgn0023535"
+X	dexseq_prepare_annotation.py	exonic_part	403943	404146	.	+	.	transcripts "FBtr0333318+FBtr0070088"; exonic_part_number "003"; gene_id "FBgn0023535"
+X	dexseq_prepare_annotation.py	exonic_part	404208	404394	.	+	.	transcripts "FBtr0333318+FBtr0070088"; exonic_part_number "004"; gene_id "FBgn0023535"
+X	dexseq_prepare_annotation.py	exonic_part	420339	420534	.	+	.	transcripts "FBtr0333318"; exonic_part_number "005"; gene_id "FBgn0023535"
+X	dexseq_prepare_annotation.py	exonic_part	420535	420634	.	+	.	transcripts "FBtr0333318+FBtr0070088"; exonic_part_number "006"; gene_id "FBgn0023535"
+X	dexseq_prepare_annotation.py	exonic_part	421592	422061	.	+	.	transcripts "FBtr0333318+FBtr0070088"; exonic_part_number "007"; gene_id "FBgn0023535"
+X	dexseq_prepare_annotation.py	exonic_part	422062	422067	.	+	.	transcripts "FBtr0333318"; exonic_part_number "008"; gene_id "FBgn0023535"
+X	dexseq_prepare_annotation.py	aggregate_gene	403545	417259	.	-	.	gene_id "FBgn0260400"
+X	dexseq_prepare_annotation.py	exonic_part	403545	410882	.	-	.	transcripts "FBtr0307173"; exonic_part_number "001"; gene_id "FBgn0260400"
+X	dexseq_prepare_annotation.py	exonic_part	410883	411268	.	-	.	transcripts "FBtr0307173+FBtr0100254"; exonic_part_number "002"; gene_id "FBgn0260400"
+X	dexseq_prepare_annotation.py	exonic_part	411269	413275	.	-	.	transcripts "FBtr0070091+FBtr0114366+FBtr0307173+FBtr0100254"; exonic_part_number "003"; gene_id "FBgn0260400"
+X	dexseq_prepare_annotation.py	exonic_part	414110	414315	.	-	.	transcripts "FBtr0100254"; exonic_part_number "004"; gene_id "FBgn0260400"
+X	dexseq_prepare_annotation.py	exonic_part	415473	415729	.	-	.	transcripts "FBtr0070091+FBtr0307173"; exonic_part_number "005"; gene_id "FBgn0260400"
+X	dexseq_prepare_annotation.py	exonic_part	417019	417259	.	-	.	transcripts "FBtr0070091+FBtr0114366+FBtr0307173"; exonic_part_number "006"; gene_id "FBgn0260400"
--- a/test-data/original.gtf	Sat Jul 28 03:44:02 2018 -0400
+++ b/test-data/original.gtf	Tue Dec 11 00:19:18 2018 -0500
@@ -1,1000 +1,994 @@
-dmel_mitochondrion_genome	tRNA	exon	1	65	.	+	.	gene_id "FBgn0013696"; transcript_id "FBtr0100854"; exon_number "1"; gene_name "mt:tRNA:I"; gene_biotype "tRNA"; transcript_name "mt:tRNA:I-RA"; exon_id "FBgn0013696:1";
-dmel_mitochondrion_genome	tRNA	exon	97	165	.	-	.	gene_id "FBgn0013703"; transcript_id "FBtr0100855"; exon_number "1"; gene_name "mt:tRNA:Q"; gene_biotype "tRNA"; transcript_name "mt:tRNA:Q-RA"; exon_id "FBgn0013703:1";
-dmel_mitochondrion_genome	tRNA	exon	171	239	.	+	.	gene_id "FBgn0013700"; transcript_id "FBtr0100856"; exon_number "1"; gene_name "mt:tRNA:M"; gene_biotype "tRNA"; transcript_name "mt:tRNA:M-RA"; exon_id "FBgn0013700:1";
-dmel_mitochondrion_genome	tRNA	exon	1322	1383	.	-	.	gene_id "FBgn0013690"; transcript_id "FBtr0100859"; exon_number "1"; gene_name "mt:tRNA:C"; gene_biotype "tRNA"; transcript_name "mt:tRNA:C-RA"; exon_id "FBgn0013690:1";
-dmel_mitochondrion_genome	tRNA	exon	1403	1468	.	-	.	gene_id "FBgn0013710"; transcript_id "FBtr0100860"; exon_number "1"; gene_name "mt:tRNA:Y"; gene_biotype "tRNA"; transcript_name "mt:tRNA:Y-RA"; exon_id "FBgn0013710:1";
-dmel_mitochondrion_genome	protein_coding	exon	1474	3009	.	+	.	gene_id "FBgn0013674"; transcript_id "FBtr0100861"; exon_number "1"; gene_name "mt:CoI"; gene_biotype "protein_coding"; transcript_name "mt:CoI-RA"; exon_id "FBgn0013674:1";
-dmel_mitochondrion_genome	protein_coding	CDS	1474	3006	.	+	0	gene_id "FBgn0013674"; transcript_id "FBtr0100861"; exon_number "1"; gene_name "mt:CoI"; gene_biotype "protein_coding"; transcript_name "mt:CoI-RA"; protein_id "FBpp0100176";
-dmel_mitochondrion_genome	protein_coding	stop_codon	3007	3009	.	+	0	gene_id "FBgn0013674"; transcript_id "FBtr0100861"; exon_number "1"; gene_name "mt:CoI"; gene_biotype "protein_coding"; transcript_name "mt:CoI-RA";
-dmel_mitochondrion_genome	tRNA	exon	3012	3077	.	+	.	gene_id "FBgn0013699"; transcript_id "FBtr0100862"; exon_number "1"; gene_name "mt:tRNA:L:UUR"; gene_biotype "tRNA"; transcript_name "mt:tRNA:L:UUR-RA"; exon_id "FBgn0013699:1";
-dmel_mitochondrion_genome	protein_coding	exon	3083	3767	.	+	.	gene_id "FBgn0013675"; transcript_id "FBtr0100863"; exon_number "1"; gene_name "mt:CoII"; gene_biotype "protein_coding"; transcript_name "mt:CoII-RA"; exon_id "FBgn0013675:1";
-dmel_mitochondrion_genome	protein_coding	CDS	3083	3767	.	+	0	gene_id "FBgn0013675"; transcript_id "FBtr0100863"; exon_number "1"; gene_name "mt:CoII"; gene_biotype "protein_coding"; transcript_name "mt:CoII-RA"; protein_id "FBpp0100177";
-dmel_mitochondrion_genome	protein_coding	start_codon	3083	3085	.	+	0	gene_id "FBgn0013675"; transcript_id "FBtr0100863"; exon_number "1"; gene_name "mt:CoII"; gene_biotype "protein_coding"; transcript_name "mt:CoII-RA";
-dmel_mitochondrion_genome	tRNA	exon	3768	3838	.	+	.	gene_id "FBgn0013697"; transcript_id "FBtr0100864"; exon_number "1"; gene_name "mt:tRNA:K"; gene_biotype "tRNA"; transcript_name "mt:tRNA:K-RA"; exon_id "FBgn0013697:1";
-dmel_mitochondrion_genome	tRNA	exon	3840	3906	.	+	.	gene_id "FBgn0013691"; transcript_id "FBtr0100865"; exon_number "1"; gene_name "mt:tRNA:D"; gene_biotype "tRNA"; transcript_name "mt:tRNA:D-RA"; exon_id "FBgn0013691:1";
-dmel_mitochondrion_genome	tRNA	exon	5543	5607	.	+	.	gene_id "FBgn0013694"; transcript_id "FBtr0100869"; exon_number "1"; gene_name "mt:tRNA:G"; gene_biotype "tRNA"; transcript_name "mt:tRNA:G-RA"; exon_id "FBgn0013694:1";
-dmel_mitochondrion_genome	protein_coding	exon	5608	5961	.	+	.	gene_id "FBgn0013681"; transcript_id "FBtr0100870"; exon_number "1"; gene_name "mt:ND3"; gene_biotype "protein_coding"; transcript_name "mt:ND3-RA"; exon_id "FBgn0013681:1";
-dmel_mitochondrion_genome	protein_coding	CDS	5608	5958	.	+	0	gene_id "FBgn0013681"; transcript_id "FBtr0100870"; exon_number "1"; gene_name "mt:ND3"; gene_biotype "protein_coding"; transcript_name "mt:ND3-RA"; protein_id "FBpp0100181";
-dmel_mitochondrion_genome	protein_coding	stop_codon	5959	5961	.	+	0	gene_id "FBgn0013681"; transcript_id "FBtr0100870"; exon_number "1"; gene_name "mt:ND3"; gene_biotype "protein_coding"; transcript_name "mt:ND3-RA";
-dmel_mitochondrion_genome	tRNA	exon	5981	6045	.	+	.	gene_id "FBgn0013689"; transcript_id "FBtr0100871"; exon_number "1"; gene_name "mt:tRNA:A"; gene_biotype "tRNA"; transcript_name "mt:tRNA:A-RA"; exon_id "FBgn0013689:1";
-dmel_mitochondrion_genome	tRNA	exon	6055	6118	.	+	.	gene_id "FBgn0013704"; transcript_id "FBtr0100872"; exon_number "1"; gene_name "mt:tRNA:R"; gene_biotype "tRNA"; transcript_name "mt:tRNA:R-RA"; exon_id "FBgn0013704:1";
-dmel_mitochondrion_genome	tRNA	exon	6119	6183	.	+	.	gene_id "FBgn0013701"; transcript_id "FBtr0100873"; exon_number "1"; gene_name "mt:tRNA:N"; gene_biotype "tRNA"; transcript_name "mt:tRNA:N-RA"; exon_id "FBgn0013701:1";
-dmel_mitochondrion_genome	tRNA	exon	6184	6251	.	+	.	gene_id "FBgn0013705"; transcript_id "FBtr0100874"; exon_number "1"; gene_name "mt:tRNA:S:AGY"; gene_biotype "tRNA"; transcript_name "mt:tRNA:S:AGY-RA"; exon_id "FBgn0013705:1";
-dmel_mitochondrion_genome	tRNA	exon	6252	6318	.	+	.	gene_id "FBgn0013692"; transcript_id "FBtr0100875"; exon_number "1"; gene_name "mt:tRNA:E"; gene_biotype "tRNA"; transcript_name "mt:tRNA:E-RA"; exon_id "FBgn0013692:1";
-dmel_mitochondrion_genome	tRNA	exon	6337	6401	.	-	.	gene_id "FBgn0013693"; transcript_id "FBtr0100876"; exon_number "1"; gene_name "mt:tRNA:F"; gene_biotype "tRNA"; transcript_name "mt:tRNA:F-RA"; exon_id "FBgn0013693:1";
-dmel_mitochondrion_genome	protein_coding	exon	6402	8124	.	-	.	gene_id "FBgn0013684"; transcript_id "FBtr0100877"; exon_number "1"; gene_name "mt:ND5"; gene_biotype "protein_coding"; transcript_name "mt:ND5-RA"; exon_id "FBgn0013684:1";
-dmel_mitochondrion_genome	protein_coding	CDS	6402	8124	.	-	0	gene_id "FBgn0013684"; transcript_id "FBtr0100877"; exon_number "1"; gene_name "mt:ND5"; gene_biotype "protein_coding"; transcript_name "mt:ND5-RA"; protein_id "FBpp0100182";
-dmel_mitochondrion_genome	tRNA	exon	8140	8205	.	-	.	gene_id "FBgn0013695"; transcript_id "FBtr0100878"; exon_number "1"; gene_name "mt:tRNA:H"; gene_biotype "tRNA"; transcript_name "mt:tRNA:H-RA"; exon_id "FBgn0013695:1";
-dmel_mitochondrion_genome	tRNA	exon	9837	9902	.	+	.	gene_id "FBgn0013707"; transcript_id "FBtr0100881"; exon_number "1"; gene_name "mt:tRNA:T"; gene_biotype "tRNA"; transcript_name "mt:tRNA:T-RA"; exon_id "FBgn0013707:1";
-dmel_mitochondrion_genome	tRNA	exon	9903	9963	.	-	.	gene_id "FBgn0013702"; transcript_id "FBtr0100882"; exon_number "1"; gene_name "mt:tRNA:P"; gene_biotype "tRNA"; transcript_name "mt:tRNA:P-RA"; exon_id "FBgn0013702:1";
-dmel_mitochondrion_genome	protein_coding	exon	9970	10494	.	+	.	gene_id "FBgn0013685"; transcript_id "FBtr0100883"; exon_number "1"; gene_name "mt:ND6"; gene_biotype "protein_coding"; transcript_name "mt:ND6-RA"; exon_id "FBgn0013685:1";
-dmel_mitochondrion_genome	protein_coding	CDS	9970	10491	.	+	0	gene_id "FBgn0013685"; transcript_id "FBtr0100883"; exon_number "1"; gene_name "mt:ND6"; gene_biotype "protein_coding"; transcript_name "mt:ND6-RA"; protein_id "FBpp0100185";
-dmel_mitochondrion_genome	protein_coding	stop_codon	10492	10494	.	+	0	gene_id "FBgn0013685"; transcript_id "FBtr0100883"; exon_number "1"; gene_name "mt:ND6"; gene_biotype "protein_coding"; transcript_name "mt:ND6-RA";
-dmel_mitochondrion_genome	protein_coding	exon	10498	11634	.	+	.	gene_id "FBgn0013678"; transcript_id "FBtr0100884"; exon_number "1"; gene_name "mt:Cyt-b"; gene_biotype "protein_coding"; transcript_name "mt:Cyt-b-RA"; exon_id "FBgn0013678:1";
-dmel_mitochondrion_genome	protein_coding	CDS	10498	11631	.	+	0	gene_id "FBgn0013678"; transcript_id "FBtr0100884"; exon_number "1"; gene_name "mt:Cyt-b"; gene_biotype "protein_coding"; transcript_name "mt:Cyt-b-RA"; protein_id "FBpp0100186";
-dmel_mitochondrion_genome	protein_coding	start_codon	10498	10500	.	+	0	gene_id "FBgn0013678"; transcript_id "FBtr0100884"; exon_number "1"; gene_name "mt:Cyt-b"; gene_biotype "protein_coding"; transcript_name "mt:Cyt-b-RA";
-dmel_mitochondrion_genome	protein_coding	stop_codon	11632	11634	.	+	0	gene_id "FBgn0013678"; transcript_id "FBtr0100884"; exon_number "1"; gene_name "mt:Cyt-b"; gene_biotype "protein_coding"; transcript_name "mt:Cyt-b-RA";
-dmel_mitochondrion_genome	tRNA	exon	11637	11702	.	+	.	gene_id "FBgn0013706"; transcript_id "FBtr0100885"; exon_number "1"; gene_name "mt:tRNA:S:UCN"; gene_biotype "tRNA"; transcript_name "mt:tRNA:S:UCN-RA"; exon_id "FBgn0013706:1";
-dmel_mitochondrion_genome	protein_coding	exon	11720	12658	.	-	.	gene_id "FBgn0013679"; transcript_id "FBtr0100886"; exon_number "1"; gene_name "mt:ND1"; gene_biotype "protein_coding"; transcript_name "mt:ND1-RA"; exon_id "FBgn0013679:1";
-dmel_mitochondrion_genome	protein_coding	CDS	11723	12658	.	-	0	gene_id "FBgn0013679"; transcript_id "FBtr0100886"; exon_number "1"; gene_name "mt:ND1"; gene_biotype "protein_coding"; transcript_name "mt:ND1-RA"; protein_id "FBpp0100187";
-dmel_mitochondrion_genome	protein_coding	stop_codon	11720	11722	.	-	0	gene_id "FBgn0013679"; transcript_id "FBtr0100886"; exon_number "1"; gene_name "mt:ND1"; gene_biotype "protein_coding"; transcript_name "mt:ND1-RA";
-dmel_mitochondrion_genome	tRNA	exon	12669	12733	.	-	.	gene_id "FBgn0013698"; transcript_id "FBtr0100887"; exon_number "1"; gene_name "mt:tRNA:L:CUN"; gene_biotype "tRNA"; transcript_name "mt:tRNA:L:CUN-RA"; exon_id "FBgn0013698:1";
-dmel_mitochondrion_genome	rRNA	exon	14131	14916	.	-	.	gene_id "FBgn0013688"; transcript_id "FBtr0100890"; exon_number "1"; gene_name "mt:srRNA"; gene_biotype "rRNA"; transcript_name "mt:srRNA-RA"; exon_id "FBgn0013688:1";
-XHet	protein_coding	exon	69195	69305	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0113732"; exon_number "1"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RB"; exon_id "FBgn0003559:1";
-XHet	protein_coding	exon	76238	76549	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0113732"; exon_number "2"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RB"; exon_id "FBgn0003559:5";
-XHet	protein_coding	CDS	76514	76549	.	+	0	gene_id "FBgn0003559"; transcript_id "FBtr0113732"; exon_number "2"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RB"; protein_id "FBpp0112455";
-XHet	protein_coding	start_codon	76514	76516	.	+	0	gene_id "FBgn0003559"; transcript_id "FBtr0113732"; exon_number "2"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RB";
-XHet	protein_coding	exon	76611	76933	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0113732"; exon_number "3"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RB"; exon_id "FBgn0003559:6";
-XHet	protein_coding	CDS	76611	76933	.	+	0	gene_id "FBgn0003559"; transcript_id "FBtr0113732"; exon_number "3"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RB"; protein_id "FBpp0112455";
-XHet	protein_coding	exon	77098	77373	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0113732"; exon_number "4"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RB"; exon_id "FBgn0003559:7";
-XHet	protein_coding	CDS	77098	77373	.	+	1	gene_id "FBgn0003559"; transcript_id "FBtr0113732"; exon_number "4"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RB"; protein_id "FBpp0112455";
-XHet	protein_coding	exon	77432	77831	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0113732"; exon_number "5"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RB"; exon_id "FBgn0003559:9";
-XHet	protein_coding	CDS	77432	77831	.	+	1	gene_id "FBgn0003559"; transcript_id "FBtr0113732"; exon_number "5"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RB"; protein_id "FBpp0112455";
-XHet	protein_coding	exon	78036	78227	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0113732"; exon_number "6"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RB"; exon_id "FBgn0003559:11";
-XHet	protein_coding	CDS	78036	78227	.	+	0	gene_id "FBgn0003559"; transcript_id "FBtr0113732"; exon_number "6"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RB"; protein_id "FBpp0112455";
-XHet	protein_coding	exon	78293	78706	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0113732"; exon_number "7"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RB"; exon_id "FBgn0003559:12";
-XHet	protein_coding	CDS	78293	78706	.	+	0	gene_id "FBgn0003559"; transcript_id "FBtr0113732"; exon_number "7"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RB"; protein_id "FBpp0112455";
-XHet	protein_coding	exon	78763	78870	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0113732"; exon_number "8"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RB"; exon_id "FBgn0003559:13";
-XHet	protein_coding	CDS	78763	78870	.	+	0	gene_id "FBgn0003559"; transcript_id "FBtr0113732"; exon_number "8"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RB"; protein_id "FBpp0112455";
-XHet	protein_coding	exon	79320	79620	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0113732"; exon_number "9"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RB"; exon_id "FBgn0003559:14";
-XHet	protein_coding	CDS	79320	79620	.	+	0	gene_id "FBgn0003559"; transcript_id "FBtr0113732"; exon_number "9"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RB"; protein_id "FBpp0112455";
-XHet	protein_coding	exon	79678	80010	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0113732"; exon_number "10"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RB"; exon_id "FBgn0003559:15";
-XHet	protein_coding	CDS	79678	79922	.	+	2	gene_id "FBgn0003559"; transcript_id "FBtr0113732"; exon_number "10"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RB"; protein_id "FBpp0112455";
-XHet	protein_coding	stop_codon	79923	79925	.	+	0	gene_id "FBgn0003559"; transcript_id "FBtr0113732"; exon_number "10"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RB";
-XHet	protein_coding	exon	75615	75693	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0306544"; exon_number "1"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RF"; exon_id "FBgn0003559:2";
-XHet	protein_coding	exon	76238	76549	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0306544"; exon_number "2"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RF"; exon_id "FBgn0003559:5";
-XHet	protein_coding	CDS	76514	76549	.	+	0	gene_id "FBgn0003559"; transcript_id "FBtr0306544"; exon_number "2"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RF"; protein_id "FBpp0297502";
-XHet	protein_coding	start_codon	76514	76516	.	+	0	gene_id "FBgn0003559"; transcript_id "FBtr0306544"; exon_number "2"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RF";
-XHet	protein_coding	exon	76611	76933	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0306544"; exon_number "3"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RF"; exon_id "FBgn0003559:6";
-XHet	protein_coding	CDS	76611	76933	.	+	0	gene_id "FBgn0003559"; transcript_id "FBtr0306544"; exon_number "3"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RF"; protein_id "FBpp0297502";
-XHet	protein_coding	exon	77098	77373	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0306544"; exon_number "4"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RF"; exon_id "FBgn0003559:7";
-XHet	protein_coding	CDS	77098	77373	.	+	1	gene_id "FBgn0003559"; transcript_id "FBtr0306544"; exon_number "4"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RF"; protein_id "FBpp0297502";
-XHet	protein_coding	exon	77432	77831	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0306544"; exon_number "5"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RF"; exon_id "FBgn0003559:9";
-XHet	protein_coding	CDS	77432	77831	.	+	1	gene_id "FBgn0003559"; transcript_id "FBtr0306544"; exon_number "5"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RF"; protein_id "FBpp0297502";
-XHet	protein_coding	exon	78036	78227	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0306544"; exon_number "6"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RF"; exon_id "FBgn0003559:11";
-XHet	protein_coding	CDS	78036	78227	.	+	0	gene_id "FBgn0003559"; transcript_id "FBtr0306544"; exon_number "6"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RF"; protein_id "FBpp0297502";
-XHet	protein_coding	exon	78293	78706	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0306544"; exon_number "7"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RF"; exon_id "FBgn0003559:12";
-XHet	protein_coding	CDS	78293	78706	.	+	0	gene_id "FBgn0003559"; transcript_id "FBtr0306544"; exon_number "7"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RF"; protein_id "FBpp0297502";
-XHet	protein_coding	exon	78763	78870	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0306544"; exon_number "8"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RF"; exon_id "FBgn0003559:13";
-XHet	protein_coding	CDS	78763	78870	.	+	0	gene_id "FBgn0003559"; transcript_id "FBtr0306544"; exon_number "8"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RF"; protein_id "FBpp0297502";
-XHet	protein_coding	exon	79320	79620	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0306544"; exon_number "9"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RF"; exon_id "FBgn0003559:14";
-XHet	protein_coding	CDS	79320	79620	.	+	0	gene_id "FBgn0003559"; transcript_id "FBtr0306544"; exon_number "9"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RF"; protein_id "FBpp0297502";
-XHet	protein_coding	exon	79678	80249	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0306544"; exon_number "10"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RF"; exon_id "FBgn0003559:16";
-XHet	protein_coding	CDS	79678	79922	.	+	2	gene_id "FBgn0003559"; transcript_id "FBtr0306544"; exon_number "10"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RF"; protein_id "FBpp0297502";
-XHet	protein_coding	stop_codon	79923	79925	.	+	0	gene_id "FBgn0003559"; transcript_id "FBtr0306544"; exon_number "10"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RF";
-XHet	protein_coding	exon	75686	75740	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0306545"; exon_number "1"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RG"; exon_id "FBgn0003559:3";
-XHet	protein_coding	exon	76238	76549	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0306545"; exon_number "2"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RG"; exon_id "FBgn0003559:5";
-XHet	protein_coding	CDS	76514	76549	.	+	0	gene_id "FBgn0003559"; transcript_id "FBtr0306545"; exon_number "2"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RG"; protein_id "FBpp0297503";
-XHet	protein_coding	start_codon	76514	76516	.	+	0	gene_id "FBgn0003559"; transcript_id "FBtr0306545"; exon_number "2"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RG";
-XHet	protein_coding	exon	76611	76933	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0306545"; exon_number "3"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RG"; exon_id "FBgn0003559:6";
-XHet	protein_coding	CDS	76611	76933	.	+	0	gene_id "FBgn0003559"; transcript_id "FBtr0306545"; exon_number "3"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RG"; protein_id "FBpp0297503";
-XHet	protein_coding	exon	77098	77373	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0306545"; exon_number "4"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RG"; exon_id "FBgn0003559:7";
-XHet	protein_coding	CDS	77098	77373	.	+	1	gene_id "FBgn0003559"; transcript_id "FBtr0306545"; exon_number "4"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RG"; protein_id "FBpp0297503";
-XHet	protein_coding	exon	77432	77735	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0306545"; exon_number "5"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RG"; exon_id "FBgn0003559:8";
-XHet	protein_coding	CDS	77432	77735	.	+	1	gene_id "FBgn0003559"; transcript_id "FBtr0306545"; exon_number "5"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RG"; protein_id "FBpp0297503";
-XHet	protein_coding	exon	78036	78227	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0306545"; exon_number "6"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RG"; exon_id "FBgn0003559:11";
-XHet	protein_coding	CDS	78036	78227	.	+	0	gene_id "FBgn0003559"; transcript_id "FBtr0306545"; exon_number "6"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RG"; protein_id "FBpp0297503";
-XHet	protein_coding	exon	78293	78706	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0306545"; exon_number "7"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RG"; exon_id "FBgn0003559:12";
-XHet	protein_coding	CDS	78293	78706	.	+	0	gene_id "FBgn0003559"; transcript_id "FBtr0306545"; exon_number "7"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RG"; protein_id "FBpp0297503";
-XHet	protein_coding	exon	78763	78870	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0306545"; exon_number "8"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RG"; exon_id "FBgn0003559:13";
-XHet	protein_coding	CDS	78763	78870	.	+	0	gene_id "FBgn0003559"; transcript_id "FBtr0306545"; exon_number "8"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RG"; protein_id "FBpp0297503";
-XHet	protein_coding	exon	79320	79620	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0306545"; exon_number "9"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RG"; exon_id "FBgn0003559:14";
-XHet	protein_coding	CDS	79320	79620	.	+	0	gene_id "FBgn0003559"; transcript_id "FBtr0306545"; exon_number "9"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RG"; protein_id "FBpp0297503";
-XHet	protein_coding	exon	79678	80010	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0306545"; exon_number "10"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RG"; exon_id "FBgn0003559:15";
-XHet	protein_coding	CDS	79678	79922	.	+	2	gene_id "FBgn0003559"; transcript_id "FBtr0306545"; exon_number "10"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RG"; protein_id "FBpp0297503";
-XHet	protein_coding	stop_codon	79923	79925	.	+	0	gene_id "FBgn0003559"; transcript_id "FBtr0306545"; exon_number "10"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RG";
-XHet	protein_coding	exon	76177	76549	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0113733"; exon_number "1"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RE"; exon_id "FBgn0003559:4";
-XHet	protein_coding	CDS	76514	76549	.	+	0	gene_id "FBgn0003559"; transcript_id "FBtr0113733"; exon_number "1"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RE"; protein_id "FBpp0112456";
-XHet	protein_coding	start_codon	76514	76516	.	+	0	gene_id "FBgn0003559"; transcript_id "FBtr0113733"; exon_number "1"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RE";
-XHet	protein_coding	exon	76611	76933	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0113733"; exon_number "2"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RE"; exon_id "FBgn0003559:6";
-XHet	protein_coding	CDS	76611	76933	.	+	0	gene_id "FBgn0003559"; transcript_id "FBtr0113733"; exon_number "2"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RE"; protein_id "FBpp0112456";
-XHet	protein_coding	exon	77098	77373	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0113733"; exon_number "3"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RE"; exon_id "FBgn0003559:7";
-XHet	protein_coding	CDS	77098	77373	.	+	1	gene_id "FBgn0003559"; transcript_id "FBtr0113733"; exon_number "3"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RE"; protein_id "FBpp0112456";
-XHet	protein_coding	exon	77432	77735	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0113733"; exon_number "4"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RE"; exon_id "FBgn0003559:8";
-XHet	protein_coding	CDS	77432	77735	.	+	1	gene_id "FBgn0003559"; transcript_id "FBtr0113733"; exon_number "4"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RE"; protein_id "FBpp0112456";
-XHet	protein_coding	exon	78036	78227	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0113733"; exon_number "5"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RE"; exon_id "FBgn0003559:11";
-XHet	protein_coding	CDS	78036	78227	.	+	0	gene_id "FBgn0003559"; transcript_id "FBtr0113733"; exon_number "5"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RE"; protein_id "FBpp0112456";
-XHet	protein_coding	exon	78293	78706	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0113733"; exon_number "6"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RE"; exon_id "FBgn0003559:12";
-XHet	protein_coding	CDS	78293	78706	.	+	0	gene_id "FBgn0003559"; transcript_id "FBtr0113733"; exon_number "6"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RE"; protein_id "FBpp0112456";
-XHet	protein_coding	exon	78763	78870	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0113733"; exon_number "7"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RE"; exon_id "FBgn0003559:13";
-XHet	protein_coding	CDS	78763	78870	.	+	0	gene_id "FBgn0003559"; transcript_id "FBtr0113733"; exon_number "7"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RE"; protein_id "FBpp0112456";
-XHet	protein_coding	exon	79320	79620	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0113733"; exon_number "8"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RE"; exon_id "FBgn0003559:14";
-XHet	protein_coding	CDS	79320	79620	.	+	0	gene_id "FBgn0003559"; transcript_id "FBtr0113733"; exon_number "8"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RE"; protein_id "FBpp0112456";
-XHet	protein_coding	exon	79678	80010	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0113733"; exon_number "9"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RE"; exon_id "FBgn0003559:15";
-XHet	protein_coding	CDS	79678	79922	.	+	2	gene_id "FBgn0003559"; transcript_id "FBtr0113733"; exon_number "9"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RE"; protein_id "FBpp0112456";
-XHet	protein_coding	stop_codon	79923	79925	.	+	0	gene_id "FBgn0003559"; transcript_id "FBtr0113733"; exon_number "9"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RE";
-XHet	protein_coding	exon	76177	76549	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0309956"; exon_number "1"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RH"; exon_id "FBgn0003559:4";
-XHet	protein_coding	CDS	76514	76549	.	+	0	gene_id "FBgn0003559"; transcript_id "FBtr0309956"; exon_number "1"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RH"; protein_id "FBpp0301685";
-XHet	protein_coding	start_codon	76514	76516	.	+	0	gene_id "FBgn0003559"; transcript_id "FBtr0309956"; exon_number "1"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RH";
-XHet	protein_coding	exon	76611	76933	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0309956"; exon_number "2"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RH"; exon_id "FBgn0003559:6";
-XHet	protein_coding	CDS	76611	76933	.	+	0	gene_id "FBgn0003559"; transcript_id "FBtr0309956"; exon_number "2"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RH"; protein_id "FBpp0301685";
-XHet	protein_coding	exon	77098	77373	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0309956"; exon_number "3"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RH"; exon_id "FBgn0003559:7";
-XHet	protein_coding	CDS	77098	77373	.	+	1	gene_id "FBgn0003559"; transcript_id "FBtr0309956"; exon_number "3"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RH"; protein_id "FBpp0301685";
-XHet	protein_coding	exon	77432	77847	.	+	.	gene_id "FBgn0003559"; transcript_id "FBtr0309956"; exon_number "4"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RH"; exon_id "FBgn0003559:10";
-XHet	protein_coding	CDS	77432	77847	.	+	1	gene_id "FBgn0003559"; transcript_id "FBtr0309956"; exon_number "4"; gene_name "su(f)"; gene_biotype "protein_coding"; transcript_name "su(f)-RH"; protein_id "FBpp0301685";
-YHet	protein_coding	exon	311	424	.	+	.	gene_id "FBgn0001315"; transcript_id "FBtr0113891"; exon_number "1"; gene_name "kl-5"; gene_biotype "protein_coding"; transcript_name "kl-5-RA"; exon_id "CG40444:311-424";
-YHet	protein_coding	CDS	311	424	.	+	0	gene_id "FBgn0001315"; transcript_id "FBtr0113891"; exon_number "1"; gene_name "kl-5"; gene_biotype "protein_coding"; transcript_name "kl-5-RA"; protein_id "FBpp0112614";
-YHet	protein_coding	exon	540	799	.	+	.	gene_id "FBgn0001315"; transcript_id "FBtr0113891"; exon_number "2"; gene_name "kl-5"; gene_biotype "protein_coding"; transcript_name "kl-5-RA"; exon_id "CG40444:540-799";
-YHet	protein_coding	CDS	540	799	.	+	0	gene_id "FBgn0001315"; transcript_id "FBtr0113891"; exon_number "2"; gene_name "kl-5"; gene_biotype "protein_coding"; transcript_name "kl-5-RA"; protein_id "FBpp0112614";
-YHet	protein_coding	exon	857	1196	.	+	.	gene_id "FBgn0001315"; transcript_id "FBtr0113891"; exon_number "3"; gene_name "kl-5"; gene_biotype "protein_coding"; transcript_name "kl-5-RA"; exon_id "CG40444:857-1196";
-YHet	protein_coding	CDS	857	1196	.	+	1	gene_id "FBgn0001315"; transcript_id "FBtr0113891"; exon_number "3"; gene_name "kl-5"; gene_biotype "protein_coding"; transcript_name "kl-5-RA"; protein_id "FBpp0112614";
-YHet	protein_coding	exon	1254	1519	.	+	.	gene_id "FBgn0001315"; transcript_id "FBtr0113891"; exon_number "4"; gene_name "kl-5"; gene_biotype "protein_coding"; transcript_name "kl-5-RA"; exon_id "CG40444:1254-1519";
-YHet	protein_coding	CDS	1254	1519	.	+	0	gene_id "FBgn0001315"; transcript_id "FBtr0113891"; exon_number "4"; gene_name "kl-5"; gene_biotype "protein_coding"; transcript_name "kl-5-RA"; protein_id "FBpp0112614";
-YHet	protein_coding	exon	1576	1729	.	+	.	gene_id "FBgn0001315"; transcript_id "FBtr0113891"; exon_number "5"; gene_name "kl-5"; gene_biotype "protein_coding"; transcript_name "kl-5-RA"; exon_id "CG40444:1576-1729";
-YHet	protein_coding	CDS	1576	1729	.	+	1	gene_id "FBgn0001315"; transcript_id "FBtr0113891"; exon_number "5"; gene_name "kl-5"; gene_biotype "protein_coding"; transcript_name "kl-5-RA"; protein_id "FBpp0112614";
-YHet	protein_coding	exon	1816	2154	.	+	.	gene_id "FBgn0001315"; transcript_id "FBtr0113891"; exon_number "6"; gene_name "kl-5"; gene_biotype "protein_coding"; transcript_name "kl-5-RA"; exon_id "CG40444:1816-2154";
-YHet	protein_coding	CDS	1816	2154	.	+	0	gene_id "FBgn0001315"; transcript_id "FBtr0113891"; exon_number "6"; gene_name "kl-5"; gene_biotype "protein_coding"; transcript_name "kl-5-RA"; protein_id "FBpp0112614";
-YHet	protein_coding	exon	2212	2324	.	+	.	gene_id "FBgn0001315"; transcript_id "FBtr0113891"; exon_number "7"; gene_name "kl-5"; gene_biotype "protein_coding"; transcript_name "kl-5-RA"; exon_id "CG40444:2212-2324";
-YHet	protein_coding	CDS	2212	2324	.	+	0	gene_id "FBgn0001315"; transcript_id "FBtr0113891"; exon_number "7"; gene_name "kl-5"; gene_biotype "protein_coding"; transcript_name "kl-5-RA"; protein_id "FBpp0112614";
-YHet	protein_coding	exon	2376	2667	.	+	.	gene_id "FBgn0001315"; transcript_id "FBtr0113891"; exon_number "8"; gene_name "kl-5"; gene_biotype "protein_coding"; transcript_name "kl-5-RA"; exon_id "CG40444:2376-2667";
-YHet	protein_coding	CDS	2376	2667	.	+	1	gene_id "FBgn0001315"; transcript_id "FBtr0113891"; exon_number "8"; gene_name "kl-5"; gene_biotype "protein_coding"; transcript_name "kl-5-RA"; protein_id "FBpp0112614";
-YHet	protein_coding	exon	2726	2879	.	+	.	gene_id "FBgn0001315"; transcript_id "FBtr0113891"; exon_number "9"; gene_name "kl-5"; gene_biotype "protein_coding"; transcript_name "kl-5-RA"; exon_id "CG40444:2726-2879";
-YHet	protein_coding	CDS	2726	2879	.	+	0	gene_id "FBgn0001315"; transcript_id "FBtr0113891"; exon_number "9"; gene_name "kl-5"; gene_biotype "protein_coding"; transcript_name "kl-5-RA"; protein_id "FBpp0112614";
-YHet	protein_coding	exon	15564	15931	.	+	.	gene_id "FBgn0001315"; transcript_id "FBtr0113891"; exon_number "10"; gene_name "kl-5"; gene_biotype "protein_coding"; transcript_name "kl-5-RA"; exon_id "CG40444:15564-15931";
-YHet	protein_coding	CDS	15564	15931	.	+	2	gene_id "FBgn0001315"; transcript_id "FBtr0113891"; exon_number "10"; gene_name "kl-5"; gene_biotype "protein_coding"; transcript_name "kl-5-RA"; protein_id "FBpp0112614";
-YHet	protein_coding	exon	16461	16907	.	+	.	gene_id "FBgn0001315"; transcript_id "FBtr0113891"; exon_number "11"; gene_name "kl-5"; gene_biotype "protein_coding"; transcript_name "kl-5-RA"; exon_id "CG40444:16461-16907";
-YHet	protein_coding	CDS	16461	16907	.	+	0	gene_id "FBgn0001315"; transcript_id "FBtr0113891"; exon_number "11"; gene_name "kl-5"; gene_biotype "protein_coding"; transcript_name "kl-5-RA"; protein_id "FBpp0112614";
-YHet	protein_coding	exon	16954	19761	.	+	.	gene_id "FBgn0001315"; transcript_id "FBtr0113891"; exon_number "12"; gene_name "kl-5"; gene_biotype "protein_coding"; transcript_name "kl-5-RA"; exon_id "CG40444:16954-19761";
-YHet	protein_coding	CDS	16954	19761	.	+	0	gene_id "FBgn0001315"; transcript_id "FBtr0113891"; exon_number "12"; gene_name "kl-5"; gene_biotype "protein_coding"; transcript_name "kl-5-RA"; protein_id "FBpp0112614";
-YHet	protein_coding	exon	30303	30469	.	+	.	gene_id "FBgn0001315"; transcript_id "FBtr0113891"; exon_number "13"; gene_name "kl-5"; gene_biotype "protein_coding"; transcript_name "kl-5-RA"; exon_id "CG40444:30303-30469";
-YHet	protein_coding	CDS	30303	30469	.	+	0	gene_id "FBgn0001315"; transcript_id "FBtr0113891"; exon_number "13"; gene_name "kl-5"; gene_biotype "protein_coding"; transcript_name "kl-5-RA"; protein_id "FBpp0112614";
-YHet	protein_coding	exon	30522	31622	.	+	.	gene_id "FBgn0001315"; transcript_id "FBtr0113891"; exon_number "14"; gene_name "kl-5"; gene_biotype "protein_coding"; transcript_name "kl-5-RA"; exon_id "CG40444:30522-31622";
-YHet	protein_coding	CDS	30522	31622	.	+	1	gene_id "FBgn0001315"; transcript_id "FBtr0113891"; exon_number "14"; gene_name "kl-5"; gene_biotype "protein_coding"; transcript_name "kl-5-RA"; protein_id "FBpp0112614";
-YHet	protein_coding	exon	33215	33413	.	+	.	gene_id "FBgn0001315"; transcript_id "FBtr0113891"; exon_number "15"; gene_name "kl-5"; gene_biotype "protein_coding"; transcript_name "kl-5-RA"; exon_id "CG40444:33215-33413";
-YHet	protein_coding	CDS	33215	33410	.	+	1	gene_id "FBgn0001315"; transcript_id "FBtr0113891"; exon_number "15"; gene_name "kl-5"; gene_biotype "protein_coding"; transcript_name "kl-5-RA"; protein_id "FBpp0112614";
-YHet	protein_coding	stop_codon	33411	33413	.	+	0	gene_id "FBgn0001315"; transcript_id "FBtr0113891"; exon_number "15"; gene_name "kl-5"; gene_biotype "protein_coding"; transcript_name "kl-5-RA";
-YHet	protein_coding	exon	34290	35635	.	+	.	gene_id "FBgn0001314"; transcript_id "FBtr0113756"; exon_number "1"; gene_name "kl-3"; gene_biotype "protein_coding"; transcript_name "kl-3-RA"; exon_id "CG17629:34290-35635";
-YHet	protein_coding	CDS	34290	35635	.	+	0	gene_id "FBgn0001314"; transcript_id "FBtr0113756"; exon_number "1"; gene_name "kl-3"; gene_biotype "protein_coding"; transcript_name "kl-3-RA"; protein_id "FBpp0112479";
-YHet	protein_coding	exon	35699	37083	.	+	.	gene_id "FBgn0001314"; transcript_id "FBtr0113756"; exon_number "2"; gene_name "kl-3"; gene_biotype "protein_coding"; transcript_name "kl-3-RA"; exon_id "CG17629:35699-37083";
-YHet	protein_coding	CDS	35699	37083	.	+	1	gene_id "FBgn0001314"; transcript_id "FBtr0113756"; exon_number "2"; gene_name "kl-3"; gene_biotype "protein_coding"; transcript_name "kl-3-RA"; protein_id "FBpp0112479";
-YHet	protein_coding	exon	39036	39370	.	+	.	gene_id "FBgn0001314"; transcript_id "FBtr0113756"; exon_number "3"; gene_name "kl-3"; gene_biotype "protein_coding"; transcript_name "kl-3-RA"; exon_id "CG17629:39036-39370";
-YHet	protein_coding	CDS	39036	39370	.	+	2	gene_id "FBgn0001314"; transcript_id "FBtr0113756"; exon_number "3"; gene_name "kl-3"; gene_biotype "protein_coding"; transcript_name "kl-3-RA"; protein_id "FBpp0112479";
-YHet	protein_coding	exon	52186	52593	.	+	.	gene_id "FBgn0001314"; transcript_id "FBtr0113756"; exon_number "4"; gene_name "kl-3"; gene_biotype "protein_coding"; transcript_name "kl-3-RA"; exon_id "CG17629:52186-52593";
-YHet	protein_coding	CDS	52186	52593	.	+	0	gene_id "FBgn0001314"; transcript_id "FBtr0113756"; exon_number "4"; gene_name "kl-3"; gene_biotype "protein_coding"; transcript_name "kl-3-RA"; protein_id "FBpp0112479";
-YHet	protein_coding	exon	52629	52993	.	+	.	gene_id "FBgn0001314"; transcript_id "FBtr0113756"; exon_number "5"; gene_name "kl-3"; gene_biotype "protein_coding"; transcript_name "kl-3-RA"; exon_id "CG17629:52629-52993";
-YHet	protein_coding	CDS	52629	52993	.	+	0	gene_id "FBgn0001314"; transcript_id "FBtr0113756"; exon_number "5"; gene_name "kl-3"; gene_biotype "protein_coding"; transcript_name "kl-3-RA"; protein_id "FBpp0112479";
-YHet	protein_coding	exon	53268	54728	.	+	.	gene_id "FBgn0001314"; transcript_id "FBtr0113756"; exon_number "6"; gene_name "kl-3"; gene_biotype "protein_coding"; transcript_name "kl-3-RA"; exon_id "CG17629:53268-54728";
-YHet	protein_coding	CDS	53268	54728	.	+	1	gene_id "FBgn0001314"; transcript_id "FBtr0113756"; exon_number "6"; gene_name "kl-3"; gene_biotype "protein_coding"; transcript_name "kl-3-RA"; protein_id "FBpp0112479";
-YHet	protein_coding	exon	62657	63619	.	+	.	gene_id "FBgn0001314"; transcript_id "FBtr0113756"; exon_number "7"; gene_name "kl-3"; gene_biotype "protein_coding"; transcript_name "kl-3-RA"; exon_id "CG17629:62657-63619";
-YHet	protein_coding	CDS	62657	63619	.	+	1	gene_id "FBgn0001314"; transcript_id "FBtr0113756"; exon_number "7"; gene_name "kl-3"; gene_biotype "protein_coding"; transcript_name "kl-3-RA"; protein_id "FBpp0112479";
-YHet	protein_coding	exon	63770	65605	.	+	.	gene_id "FBgn0001314"; transcript_id "FBtr0113756"; exon_number "8"; gene_name "kl-3"; gene_biotype "protein_coding"; transcript_name "kl-3-RA"; exon_id "CG17629:63770-65605";
-YHet	protein_coding	CDS	63770	65579	.	+	1	gene_id "FBgn0001314"; transcript_id "FBtr0113756"; exon_number "8"; gene_name "kl-3"; gene_biotype "protein_coding"; transcript_name "kl-3-RA"; protein_id "FBpp0112479";
-YHet	protein_coding	stop_codon	65580	65582	.	+	0	gene_id "FBgn0001314"; transcript_id "FBtr0113756"; exon_number "8"; gene_name "kl-3"; gene_biotype "protein_coding"; transcript_name "kl-3-RA";
-YHet	protein_coding	exon	65661	65839	.	+	.	gene_id "FBgn0001314"; transcript_id "FBtr0113756"; exon_number "9"; gene_name "kl-3"; gene_biotype "protein_coding"; transcript_name "kl-3-RA"; exon_id "CG17629:65661-65839";
-YHet	protein_coding	exon	81209	83052	.	+	.	gene_id "FBgn0001313"; transcript_id "FBtr0300022"; exon_number "1"; gene_name "kl-2"; gene_biotype "protein_coding"; transcript_name "kl-2-RB"; exon_id "FBgn0001313:1";
-YHet	protein_coding	CDS	81211	83052	.	+	0	gene_id "FBgn0001313"; transcript_id "FBtr0300022"; exon_number "1"; gene_name "kl-2"; gene_biotype "protein_coding"; transcript_name "kl-2-RB"; protein_id "FBpp0289299";
-YHet	protein_coding	exon	122064	122745	.	+	.	gene_id "FBgn0001313"; transcript_id "FBtr0300022"; exon_number "2"; gene_name "kl-2"; gene_biotype "protein_coding"; transcript_name "kl-2-RB"; exon_id "FBgn0001313:2";
-YHet	protein_coding	CDS	122064	122745	.	+	0	gene_id "FBgn0001313"; transcript_id "FBtr0300022"; exon_number "2"; gene_name "kl-2"; gene_biotype "protein_coding"; transcript_name "kl-2-RB"; protein_id "FBpp0289299";
-YHet	protein_coding	exon	122800	123184	.	+	.	gene_id "FBgn0001313"; transcript_id "FBtr0300022"; exon_number "3"; gene_name "kl-2"; gene_biotype "protein_coding"; transcript_name "kl-2-RB"; exon_id "FBgn0001313:3";
-YHet	protein_coding	CDS	122800	123184	.	+	2	gene_id "FBgn0001313"; transcript_id "FBtr0300022"; exon_number "3"; gene_name "kl-2"; gene_biotype "protein_coding"; transcript_name "kl-2-RB"; protein_id "FBpp0289299";
-YHet	protein_coding	exon	135429	135872	.	+	.	gene_id "FBgn0001313"; transcript_id "FBtr0300022"; exon_number "4"; gene_name "kl-2"; gene_biotype "protein_coding"; transcript_name "kl-2-RB"; exon_id "FBgn0001313:4";
-YHet	protein_coding	CDS	135429	135872	.	+	1	gene_id "FBgn0001313"; transcript_id "FBtr0300022"; exon_number "4"; gene_name "kl-2"; gene_biotype "protein_coding"; transcript_name "kl-2-RB"; protein_id "FBpp0289299";
-YHet	protein_coding	exon	138620	139940	.	+	.	gene_id "FBgn0001313"; transcript_id "FBtr0300022"; exon_number "5"; gene_name "kl-2"; gene_biotype "protein_coding"; transcript_name "kl-2-RB"; exon_id "FBgn0001313:5";
-YHet	protein_coding	CDS	138620	139940	.	+	1	gene_id "FBgn0001313"; transcript_id "FBtr0300022"; exon_number "5"; gene_name "kl-2"; gene_biotype "protein_coding"; transcript_name "kl-2-RB"; protein_id "FBpp0289299";
-YHet	protein_coding	exon	140189	141784	.	+	.	gene_id "FBgn0001313"; transcript_id "FBtr0300022"; exon_number "6"; gene_name "kl-2"; gene_biotype "protein_coding"; transcript_name "kl-2-RB"; exon_id "FBgn0001313:6";
-YHet	protein_coding	CDS	140189	141784	.	+	0	gene_id "FBgn0001313"; transcript_id "FBtr0300022"; exon_number "6"; gene_name "kl-2"; gene_biotype "protein_coding"; transcript_name "kl-2-RB"; protein_id "FBpp0289299";
-YHet	protein_coding	exon	141841	145922	.	+	.	gene_id "FBgn0001313"; transcript_id "FBtr0300022"; exon_number "7"; gene_name "kl-2"; gene_biotype "protein_coding"; transcript_name "kl-2-RB"; exon_id "FBgn0001313:7";
-YHet	protein_coding	CDS	141841	145922	.	+	0	gene_id "FBgn0001313"; transcript_id "FBtr0300022"; exon_number "7"; gene_name "kl-2"; gene_biotype "protein_coding"; transcript_name "kl-2-RB"; protein_id "FBpp0289299";
-YHet	protein_coding	exon	145985	146089	.	+	.	gene_id "FBgn0001313"; transcript_id "FBtr0300022"; exon_number "8"; gene_name "kl-2"; gene_biotype "protein_coding"; transcript_name "kl-2-RB"; exon_id "FBgn0001313:8";
-YHet	protein_coding	CDS	145985	146089	.	+	1	gene_id "FBgn0001313"; transcript_id "FBtr0300022"; exon_number "8"; gene_name "kl-2"; gene_biotype "protein_coding"; transcript_name "kl-2-RB"; protein_id "FBpp0289299";
-YHet	protein_coding	exon	146143	147085	.	+	.	gene_id "FBgn0001313"; transcript_id "FBtr0300022"; exon_number "9"; gene_name "kl-2"; gene_biotype "protein_coding"; transcript_name "kl-2-RB"; exon_id "FBgn0001313:9";
-YHet	protein_coding	CDS	146143	147085	.	+	1	gene_id "FBgn0001313"; transcript_id "FBtr0300022"; exon_number "9"; gene_name "kl-2"; gene_biotype "protein_coding"; transcript_name "kl-2-RB"; protein_id "FBpp0289299";
-YHet	protein_coding	exon	147145	147638	.	+	.	gene_id "FBgn0001313"; transcript_id "FBtr0300022"; exon_number "10"; gene_name "kl-2"; gene_biotype "protein_coding"; transcript_name "kl-2-RB"; exon_id "FBgn0001313:10";
-YHet	protein_coding	CDS	147145	147638	.	+	0	gene_id "FBgn0001313"; transcript_id "FBtr0300022"; exon_number "10"; gene_name "kl-2"; gene_biotype "protein_coding"; transcript_name "kl-2-RB"; protein_id "FBpp0289299";
-YHet	protein_coding	exon	147696	148249	.	+	.	gene_id "FBgn0001313"; transcript_id "FBtr0300022"; exon_number "11"; gene_name "kl-2"; gene_biotype "protein_coding"; transcript_name "kl-2-RB"; exon_id "FBgn0001313:11";
-YHet	protein_coding	CDS	147696	148240	.	+	1	gene_id "FBgn0001313"; transcript_id "FBtr0300022"; exon_number "11"; gene_name "kl-2"; gene_biotype "protein_coding"; transcript_name "kl-2-RB"; protein_id "FBpp0289299";
-YHet	protein_coding	stop_codon	148241	148243	.	+	0	gene_id "FBgn0001313"; transcript_id "FBtr0300022"; exon_number "11"; gene_name "kl-2"; gene_biotype "protein_coding"; transcript_name "kl-2-RB";
-4	protein_coding	exon	76917	77667	.	-	.	gene_id "FBgn0004859"; transcript_id "FBtr0306168"; exon_number "1"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RB"; exon_id "FBgn0004859:8";
-4	protein_coding	exon	72643	73010	.	-	.	gene_id "FBgn0004859"; transcript_id "FBtr0306168"; exon_number "2"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RB"; exon_id "FBgn0004859:6";
-4	protein_coding	CDS	72643	72694	.	-	0	gene_id "FBgn0004859"; transcript_id "FBtr0306168"; exon_number "2"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RB"; protein_id "FBpp0297298";
-4	protein_coding	start_codon	72692	72694	.	-	0	gene_id "FBgn0004859"; transcript_id "FBtr0306168"; exon_number "2"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RB";
-4	protein_coding	exon	71940	72580	.	-	.	gene_id "FBgn0004859"; transcript_id "FBtr0306168"; exon_number "3"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RB"; exon_id "FBgn0004859:5";
-4	protein_coding	CDS	71940	72580	.	-	2	gene_id "FBgn0004859"; transcript_id "FBtr0306168"; exon_number "3"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RB"; protein_id "FBpp0297298";
-4	protein_coding	exon	71371	71883	.	-	.	gene_id "FBgn0004859"; transcript_id "FBtr0306168"; exon_number "4"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RB"; exon_id "FBgn0004859:4";
-4	protein_coding	CDS	71371	71883	.	-	0	gene_id "FBgn0004859"; transcript_id "FBtr0306168"; exon_number "4"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RB"; protein_id "FBpp0297298";
-4	protein_coding	exon	71142	71306	.	-	.	gene_id "FBgn0004859"; transcript_id "FBtr0306168"; exon_number "5"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RB"; exon_id "FBgn0004859:3";
-4	protein_coding	CDS	71142	71306	.	-	0	gene_id "FBgn0004859"; transcript_id "FBtr0306168"; exon_number "5"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RB"; protein_id "FBpp0297298";
-4	protein_coding	exon	68336	71088	.	-	.	gene_id "FBgn0004859"; transcript_id "FBtr0306168"; exon_number "6"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RB"; exon_id "FBgn0004859:1";
-4	protein_coding	CDS	68623	71088	.	-	0	gene_id "FBgn0004859"; transcript_id "FBtr0306168"; exon_number "6"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RB"; protein_id "FBpp0297298";
-4	protein_coding	stop_codon	68620	68622	.	-	0	gene_id "FBgn0004859"; transcript_id "FBtr0306168"; exon_number "6"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RB";
-4	protein_coding	exon	76457	76957	.	-	.	gene_id "FBgn0004859"; transcript_id "FBtr0089178"; exon_number "1"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RA"; exon_id "FBgn0004859:7";
-4	protein_coding	CDS	76457	76494	.	-	0	gene_id "FBgn0004859"; transcript_id "FBtr0089178"; exon_number "1"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RA"; protein_id "FBpp0088245";
-4	protein_coding	start_codon	76492	76494	.	-	0	gene_id "FBgn0004859"; transcript_id "FBtr0089178"; exon_number "1"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RA";
-4	protein_coding	exon	72643	73010	.	-	.	gene_id "FBgn0004859"; transcript_id "FBtr0089178"; exon_number "2"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RA"; exon_id "FBgn0004859:66";
-4	protein_coding	CDS	72643	73010	.	-	1	gene_id "FBgn0004859"; transcript_id "FBtr0089178"; exon_number "2"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RA"; protein_id "FBpp0088245";
-4	protein_coding	exon	71940	72580	.	-	.	gene_id "FBgn0004859"; transcript_id "FBtr0089178"; exon_number "3"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RA"; exon_id "FBgn0004859:5";
-4	protein_coding	CDS	71940	72580	.	-	2	gene_id "FBgn0004859"; transcript_id "FBtr0089178"; exon_number "3"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RA"; protein_id "FBpp0088245";
-4	protein_coding	exon	71371	71883	.	-	.	gene_id "FBgn0004859"; transcript_id "FBtr0089178"; exon_number "4"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RA"; exon_id "FBgn0004859:4";
-4	protein_coding	CDS	71371	71883	.	-	0	gene_id "FBgn0004859"; transcript_id "FBtr0089178"; exon_number "4"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RA"; protein_id "FBpp0088245";
-4	protein_coding	exon	71142	71306	.	-	.	gene_id "FBgn0004859"; transcript_id "FBtr0089178"; exon_number "5"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RA"; exon_id "FBgn0004859:3";
-4	protein_coding	CDS	71142	71306	.	-	0	gene_id "FBgn0004859"; transcript_id "FBtr0089178"; exon_number "5"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RA"; protein_id "FBpp0088245";
-4	protein_coding	exon	68336	71088	.	-	.	gene_id "FBgn0004859"; transcript_id "FBtr0089178"; exon_number "6"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RA"; exon_id "FBgn0004859:1";
-4	protein_coding	CDS	68623	71088	.	-	0	gene_id "FBgn0004859"; transcript_id "FBtr0089178"; exon_number "6"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RA"; protein_id "FBpp0088245";
-4	protein_coding	stop_codon	68620	68622	.	-	0	gene_id "FBgn0004859"; transcript_id "FBtr0089178"; exon_number "6"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RA";
-4	protein_coding	exon	76457	76957	.	-	.	gene_id "FBgn0004859"; transcript_id "FBtr0308074"; exon_number "1"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RC"; exon_id "FBgn0004859:7";
-4	protein_coding	CDS	76457	76494	.	-	0	gene_id "FBgn0004859"; transcript_id "FBtr0308074"; exon_number "1"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RC"; protein_id "FBpp0300417";
-4	protein_coding	start_codon	76492	76494	.	-	0	gene_id "FBgn0004859"; transcript_id "FBtr0308074"; exon_number "1"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RC";
-4	protein_coding	exon	72643	73010	.	-	.	gene_id "FBgn0004859"; transcript_id "FBtr0308074"; exon_number "2"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RC"; exon_id "FBgn0004859:66";
-4	protein_coding	CDS	72643	73010	.	-	1	gene_id "FBgn0004859"; transcript_id "FBtr0308074"; exon_number "2"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RC"; protein_id "FBpp0300417";
-4	protein_coding	exon	71940	72580	.	-	.	gene_id "FBgn0004859"; transcript_id "FBtr0308074"; exon_number "3"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RC"; exon_id "FBgn0004859:5";
-4	protein_coding	CDS	71940	72580	.	-	2	gene_id "FBgn0004859"; transcript_id "FBtr0308074"; exon_number "3"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RC"; protein_id "FBpp0300417";
-4	protein_coding	exon	71371	71883	.	-	.	gene_id "FBgn0004859"; transcript_id "FBtr0308074"; exon_number "4"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RC"; exon_id "FBgn0004859:4";
-4	protein_coding	CDS	71371	71883	.	-	0	gene_id "FBgn0004859"; transcript_id "FBtr0308074"; exon_number "4"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RC"; protein_id "FBpp0300417";
-4	protein_coding	exon	71142	71239	.	-	.	gene_id "FBgn0004859"; transcript_id "FBtr0308074"; exon_number "5"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RC"; exon_id "FBgn0004859:2";
-4	protein_coding	CDS	71142	71239	.	-	0	gene_id "FBgn0004859"; transcript_id "FBtr0308074"; exon_number "5"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RC"; protein_id "FBpp0300417";
-4	protein_coding	exon	68336	71088	.	-	.	gene_id "FBgn0004859"; transcript_id "FBtr0308074"; exon_number "6"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RC"; exon_id "FBgn0004859:16";
-4	protein_coding	CDS	71031	71088	.	-	1	gene_id "FBgn0004859"; transcript_id "FBtr0308074"; exon_number "6"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RC"; protein_id "FBpp0300417";
-4	protein_coding	stop_codon	71028	71030	.	-	0	gene_id "FBgn0004859"; transcript_id "FBtr0308074"; exon_number "6"; gene_name "ci"; gene_biotype "protein_coding"; transcript_name "ci-RC";
-4	protein_coding	exon	150354	150380	.	-	.	gene_id "FBgn0011747"; transcript_id "FBtr0089171"; exon_number "1"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RC"; exon_id "FBgn0011747:13";
-4	protein_coding	exon	149948	150068	.	-	.	gene_id "FBgn0011747"; transcript_id "FBtr0089171"; exon_number "2"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RC"; exon_id "FBgn0011747:10";
-4	protein_coding	CDS	149948	150052	.	-	0	gene_id "FBgn0011747"; transcript_id "FBtr0089171"; exon_number "2"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RC"; protein_id "FBpp0088238";
-4	protein_coding	start_codon	150050	150052	.	-	0	gene_id "FBgn0011747"; transcript_id "FBtr0089171"; exon_number "2"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RC";
-4	protein_coding	exon	144411	144518	.	-	.	gene_id "FBgn0011747"; transcript_id "FBtr0089171"; exon_number "3"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RC"; exon_id "FBgn0011747:9";
-4	protein_coding	CDS	144411	144518	.	-	0	gene_id "FBgn0011747"; transcript_id "FBtr0089171"; exon_number "3"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RC"; protein_id "FBpp0088238";
-4	protein_coding	exon	142935	144048	.	-	.	gene_id "FBgn0011747"; transcript_id "FBtr0089171"; exon_number "4"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RC"; exon_id "FBgn0011747:8";
-4	protein_coding	CDS	142935	144048	.	-	0	gene_id "FBgn0011747"; transcript_id "FBtr0089171"; exon_number "4"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RC"; protein_id "FBpp0088238";
-4	protein_coding	exon	142479	142582	.	-	.	gene_id "FBgn0011747"; transcript_id "FBtr0089171"; exon_number "5"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RC"; exon_id "FBgn0011747:7";
-4	protein_coding	CDS	142479	142582	.	-	2	gene_id "FBgn0011747"; transcript_id "FBtr0089171"; exon_number "5"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RC"; protein_id "FBpp0088238";
-4	protein_coding	exon	141484	142425	.	-	.	gene_id "FBgn0011747"; transcript_id "FBtr0089171"; exon_number "6"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RC"; exon_id "FBgn0011747:6";
-4	protein_coding	CDS	141484	142425	.	-	0	gene_id "FBgn0011747"; transcript_id "FBtr0089171"; exon_number "6"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RC"; protein_id "FBpp0088238";
-4	protein_coding	exon	140514	140838	.	-	.	gene_id "FBgn0011747"; transcript_id "FBtr0089171"; exon_number "7"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RC"; exon_id "FBgn0011747:5";
-4	protein_coding	CDS	140514	140838	.	-	0	gene_id "FBgn0011747"; transcript_id "FBtr0089171"; exon_number "7"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RC"; protein_id "FBpp0088238";
-4	protein_coding	exon	139464	139557	.	-	.	gene_id "FBgn0011747"; transcript_id "FBtr0089171"; exon_number "8"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RC"; exon_id "FBgn0011747:4";
-4	protein_coding	CDS	139464	139557	.	-	2	gene_id "FBgn0011747"; transcript_id "FBtr0089171"; exon_number "8"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RC"; protein_id "FBpp0088238";
-4	protein_coding	exon	139181	139405	.	-	.	gene_id "FBgn0011747"; transcript_id "FBtr0089171"; exon_number "9"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RC"; exon_id "FBgn0011747:3";
-4	protein_coding	CDS	139181	139405	.	-	1	gene_id "FBgn0011747"; transcript_id "FBtr0089171"; exon_number "9"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RC"; protein_id "FBpp0088238";
-4	protein_coding	exon	137312	139127	.	-	.	gene_id "FBgn0011747"; transcript_id "FBtr0089171"; exon_number "10"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RC"; exon_id "FBgn0011747:2";
-4	protein_coding	CDS	137498	139127	.	-	1	gene_id "FBgn0011747"; transcript_id "FBtr0089171"; exon_number "10"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RC"; protein_id "FBpp0088238";
-4	protein_coding	stop_codon	137495	137497	.	-	0	gene_id "FBgn0011747"; transcript_id "FBtr0089171"; exon_number "10"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RC";
-4	protein_coding	exon	137015	137256	.	-	.	gene_id "FBgn0011747"; transcript_id "FBtr0089171"; exon_number "11"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RC"; exon_id "FBgn0011747:1";
-4	protein_coding	exon	150181	150380	.	-	.	gene_id "FBgn0011747"; transcript_id "FBtr0089172"; exon_number "1"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RD"; exon_id "FBgn0011747:12";
-4	protein_coding	exon	149948	150068	.	-	.	gene_id "FBgn0011747"; transcript_id "FBtr0089172"; exon_number "2"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RD"; exon_id "FBgn0011747:10";
-4	protein_coding	CDS	149948	150052	.	-	0	gene_id "FBgn0011747"; transcript_id "FBtr0089172"; exon_number "2"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RD"; protein_id "FBpp0088239";
-4	protein_coding	start_codon	150050	150052	.	-	0	gene_id "FBgn0011747"; transcript_id "FBtr0089172"; exon_number "2"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RD";
-4	protein_coding	exon	144411	144518	.	-	.	gene_id "FBgn0011747"; transcript_id "FBtr0089172"; exon_number "3"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RD"; exon_id "FBgn0011747:9";
-4	protein_coding	CDS	144411	144518	.	-	0	gene_id "FBgn0011747"; transcript_id "FBtr0089172"; exon_number "3"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RD"; protein_id "FBpp0088239";
-4	protein_coding	exon	142935	144048	.	-	.	gene_id "FBgn0011747"; transcript_id "FBtr0089172"; exon_number "4"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RD"; exon_id "FBgn0011747:8";
-4	protein_coding	CDS	142935	144048	.	-	0	gene_id "FBgn0011747"; transcript_id "FBtr0089172"; exon_number "4"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RD"; protein_id "FBpp0088239";
-4	protein_coding	exon	142479	142582	.	-	.	gene_id "FBgn0011747"; transcript_id "FBtr0089172"; exon_number "5"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RD"; exon_id "FBgn0011747:7";
-4	protein_coding	CDS	142479	142582	.	-	2	gene_id "FBgn0011747"; transcript_id "FBtr0089172"; exon_number "5"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RD"; protein_id "FBpp0088239";
-4	protein_coding	exon	141484	142425	.	-	.	gene_id "FBgn0011747"; transcript_id "FBtr0089172"; exon_number "6"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RD"; exon_id "FBgn0011747:6";
-4	protein_coding	CDS	141484	142425	.	-	0	gene_id "FBgn0011747"; transcript_id "FBtr0089172"; exon_number "6"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RD"; protein_id "FBpp0088239";
-4	protein_coding	exon	140514	140838	.	-	.	gene_id "FBgn0011747"; transcript_id "FBtr0089172"; exon_number "7"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RD"; exon_id "FBgn0011747:5";
-4	protein_coding	CDS	140514	140838	.	-	0	gene_id "FBgn0011747"; transcript_id "FBtr0089172"; exon_number "7"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RD"; protein_id "FBpp0088239";
-4	protein_coding	exon	139464	139557	.	-	.	gene_id "FBgn0011747"; transcript_id "FBtr0089172"; exon_number "8"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RD"; exon_id "FBgn0011747:4";
-4	protein_coding	CDS	139464	139557	.	-	2	gene_id "FBgn0011747"; transcript_id "FBtr0089172"; exon_number "8"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RD"; protein_id "FBpp0088239";
-4	protein_coding	exon	139181	139405	.	-	.	gene_id "FBgn0011747"; transcript_id "FBtr0089172"; exon_number "9"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RD"; exon_id "FBgn0011747:3";
-4	protein_coding	CDS	139181	139405	.	-	1	gene_id "FBgn0011747"; transcript_id "FBtr0089172"; exon_number "9"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RD"; protein_id "FBpp0088239";
-4	protein_coding	exon	137312	139127	.	-	.	gene_id "FBgn0011747"; transcript_id "FBtr0089172"; exon_number "10"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RD"; exon_id "FBgn0011747:2";
-4	protein_coding	CDS	137498	139127	.	-	1	gene_id "FBgn0011747"; transcript_id "FBtr0089172"; exon_number "10"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RD"; protein_id "FBpp0088239";
-4	protein_coding	stop_codon	137495	137497	.	-	0	gene_id "FBgn0011747"; transcript_id "FBtr0089172"; exon_number "10"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RD";
-4	protein_coding	exon	137015	137256	.	-	.	gene_id "FBgn0011747"; transcript_id "FBtr0089172"; exon_number "11"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RD"; exon_id "FBgn0011747:1";
-4	protein_coding	exon	149948	150078	.	-	.	gene_id "FBgn0011747"; transcript_id "FBtr0089173"; exon_number "1"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RB"; exon_id "FBgn0011747:11";
-4	protein_coding	CDS	149948	150052	.	-	0	gene_id "FBgn0011747"; transcript_id "FBtr0089173"; exon_number "1"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RB"; protein_id "FBpp0088240";
-4	protein_coding	start_codon	150050	150052	.	-	0	gene_id "FBgn0011747"; transcript_id "FBtr0089173"; exon_number "1"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RB";
-4	protein_coding	exon	144411	144518	.	-	.	gene_id "FBgn0011747"; transcript_id "FBtr0089173"; exon_number "2"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RB"; exon_id "FBgn0011747:9";
-4	protein_coding	CDS	144411	144518	.	-	0	gene_id "FBgn0011747"; transcript_id "FBtr0089173"; exon_number "2"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RB"; protein_id "FBpp0088240";
-4	protein_coding	exon	142935	144048	.	-	.	gene_id "FBgn0011747"; transcript_id "FBtr0089173"; exon_number "3"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RB"; exon_id "FBgn0011747:8";
-4	protein_coding	CDS	142935	144048	.	-	0	gene_id "FBgn0011747"; transcript_id "FBtr0089173"; exon_number "3"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RB"; protein_id "FBpp0088240";
-4	protein_coding	exon	142479	142582	.	-	.	gene_id "FBgn0011747"; transcript_id "FBtr0089173"; exon_number "4"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RB"; exon_id "FBgn0011747:7";
-4	protein_coding	CDS	142479	142582	.	-	2	gene_id "FBgn0011747"; transcript_id "FBtr0089173"; exon_number "4"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RB"; protein_id "FBpp0088240";
-4	protein_coding	exon	141484	142425	.	-	.	gene_id "FBgn0011747"; transcript_id "FBtr0089173"; exon_number "5"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RB"; exon_id "FBgn0011747:6";
-4	protein_coding	CDS	141484	142425	.	-	0	gene_id "FBgn0011747"; transcript_id "FBtr0089173"; exon_number "5"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RB"; protein_id "FBpp0088240";
-4	protein_coding	exon	140514	140838	.	-	.	gene_id "FBgn0011747"; transcript_id "FBtr0089173"; exon_number "6"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RB"; exon_id "FBgn0011747:5";
-4	protein_coding	CDS	140514	140838	.	-	0	gene_id "FBgn0011747"; transcript_id "FBtr0089173"; exon_number "6"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RB"; protein_id "FBpp0088240";
-4	protein_coding	exon	139464	139557	.	-	.	gene_id "FBgn0011747"; transcript_id "FBtr0089173"; exon_number "7"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RB"; exon_id "FBgn0011747:4";
-4	protein_coding	CDS	139464	139557	.	-	2	gene_id "FBgn0011747"; transcript_id "FBtr0089173"; exon_number "7"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RB"; protein_id "FBpp0088240";
-4	protein_coding	exon	139181	139405	.	-	.	gene_id "FBgn0011747"; transcript_id "FBtr0089173"; exon_number "8"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RB"; exon_id "FBgn0011747:3";
-4	protein_coding	CDS	139181	139405	.	-	1	gene_id "FBgn0011747"; transcript_id "FBtr0089173"; exon_number "8"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RB"; protein_id "FBpp0088240";
-4	protein_coding	exon	137312	139127	.	-	.	gene_id "FBgn0011747"; transcript_id "FBtr0089173"; exon_number "9"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RB"; exon_id "FBgn0011747:2";
-4	protein_coding	CDS	137498	139127	.	-	1	gene_id "FBgn0011747"; transcript_id "FBtr0089173"; exon_number "9"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RB"; protein_id "FBpp0088240";
-4	protein_coding	stop_codon	137495	137497	.	-	0	gene_id "FBgn0011747"; transcript_id "FBtr0089173"; exon_number "9"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RB";
-4	protein_coding	exon	137015	137256	.	-	.	gene_id "FBgn0011747"; transcript_id "FBtr0089173"; exon_number "10"; gene_name "Ank"; gene_biotype "protein_coding"; transcript_name "Ank-RB"; exon_id "FBgn0011747:1";
-4	protein_coding	exon	522436	522483	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0089070"; exon_number "1"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RA"; exon_id "FBgn0004607:1";
-4	protein_coding	exon	524477	524764	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0089070"; exon_number "2"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RA"; exon_id "FBgn0004607:2";
-4	protein_coding	exon	536208	536257	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0089070"; exon_number "3"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RA"; exon_id "FBgn0004607:3";
-4	protein_coding	exon	542099	543730	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0089070"; exon_number "4"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RA"; exon_id "FBgn0004607:4";
-4	protein_coding	CDS	542130	543730	.	+	0	gene_id "FBgn0004607"; transcript_id "FBtr0089070"; exon_number "4"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RA"; protein_id "FBpp0088139";
-4	protein_coding	start_codon	542130	542132	.	+	0	gene_id "FBgn0004607"; transcript_id "FBtr0089070"; exon_number "4"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RA";
-4	protein_coding	exon	544957	545138	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0089070"; exon_number "5"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RA"; exon_id "FBgn0004607:5";
-4	protein_coding	CDS	544957	545138	.	+	1	gene_id "FBgn0004607"; transcript_id "FBtr0089070"; exon_number "5"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RA"; protein_id "FBpp0088139";
-4	protein_coding	exon	545530	547146	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0089070"; exon_number "6"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RA"; exon_id "FBgn0004607:6";
-4	protein_coding	CDS	545530	547146	.	+	2	gene_id "FBgn0004607"; transcript_id "FBtr0089070"; exon_number "6"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RA"; protein_id "FBpp0088139";
-4	protein_coding	exon	550319	551719	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0089070"; exon_number "7"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RA"; exon_id "FBgn0004607:7";
-4	protein_coding	CDS	550319	551719	.	+	2	gene_id "FBgn0004607"; transcript_id "FBtr0089070"; exon_number "7"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RA"; protein_id "FBpp0088139";
-4	protein_coding	exon	551782	552005	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0089070"; exon_number "8"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RA"; exon_id "FBgn0004607:8";
-4	protein_coding	CDS	551782	552005	.	+	2	gene_id "FBgn0004607"; transcript_id "FBtr0089070"; exon_number "8"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RA"; protein_id "FBpp0088139";
-4	protein_coding	exon	552062	552409	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0089070"; exon_number "9"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RA"; exon_id "FBgn0004607:10";
-4	protein_coding	CDS	552062	552409	.	+	0	gene_id "FBgn0004607"; transcript_id "FBtr0089070"; exon_number "9"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RA"; protein_id "FBpp0088139";
-4	protein_coding	exon	553409	553552	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0089070"; exon_number "10"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RA"; exon_id "FBgn0004607:11";
-4	protein_coding	CDS	553409	553552	.	+	0	gene_id "FBgn0004607"; transcript_id "FBtr0089070"; exon_number "10"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RA"; protein_id "FBpp0088139";
-4	protein_coding	exon	553609	556506	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0089070"; exon_number "11"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RA"; exon_id "FBgn0004607:13";
-4	protein_coding	CDS	553609	556506	.	+	0	gene_id "FBgn0004607"; transcript_id "FBtr0089070"; exon_number "11"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RA"; protein_id "FBpp0088139";
-4	protein_coding	exon	557801	558386	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0089070"; exon_number "12"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RA"; exon_id "FBgn0004607:15";
-4	protein_coding	CDS	557801	558386	.	+	0	gene_id "FBgn0004607"; transcript_id "FBtr0089070"; exon_number "12"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RA"; protein_id "FBpp0088139";
-4	protein_coding	exon	559164	559230	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0089070"; exon_number "13"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RA"; exon_id "FBgn0004607:17";
-4	protein_coding	CDS	559164	559177	.	+	2	gene_id "FBgn0004607"; transcript_id "FBtr0089070"; exon_number "13"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RA"; protein_id "FBpp0088139";
-4	protein_coding	stop_codon	559178	559180	.	+	0	gene_id "FBgn0004607"; transcript_id "FBtr0089070"; exon_number "13"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RA";
-4	protein_coding	exon	559285	560418	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0089070"; exon_number "14"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RA"; exon_id "FBgn0004607:18";
-4	protein_coding	exon	522436	522483	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0307167"; exon_number "1"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RB"; exon_id "FBgn0004607:1";
-4	protein_coding	exon	524477	524764	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0307167"; exon_number "2"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RB"; exon_id "FBgn0004607:2";
-4	protein_coding	exon	536208	536257	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0307167"; exon_number "3"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RB"; exon_id "FBgn0004607:3";
-4	protein_coding	exon	542099	543730	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0307167"; exon_number "4"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RB"; exon_id "FBgn0004607:4";
-4	protein_coding	CDS	542130	543730	.	+	0	gene_id "FBgn0004607"; transcript_id "FBtr0307167"; exon_number "4"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RB"; protein_id "FBpp0297996";
-4	protein_coding	start_codon	542130	542132	.	+	0	gene_id "FBgn0004607"; transcript_id "FBtr0307167"; exon_number "4"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RB";
-4	protein_coding	exon	544957	545138	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0307167"; exon_number "5"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RB"; exon_id "FBgn0004607:5";
-4	protein_coding	CDS	544957	545138	.	+	1	gene_id "FBgn0004607"; transcript_id "FBtr0307167"; exon_number "5"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RB"; protein_id "FBpp0297996";
-4	protein_coding	exon	545530	547146	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0307167"; exon_number "6"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RB"; exon_id "FBgn0004607:6";
-4	protein_coding	CDS	545530	547146	.	+	2	gene_id "FBgn0004607"; transcript_id "FBtr0307167"; exon_number "6"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RB"; protein_id "FBpp0297996";
-4	protein_coding	exon	550319	551719	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0307167"; exon_number "7"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RB"; exon_id "FBgn0004607:7";
-4	protein_coding	CDS	550319	551719	.	+	2	gene_id "FBgn0004607"; transcript_id "FBtr0307167"; exon_number "7"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RB"; protein_id "FBpp0297996";
-4	protein_coding	exon	551785	552005	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0307167"; exon_number "8"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RB"; exon_id "FBgn0004607:9";
-4	protein_coding	CDS	551785	552005	.	+	2	gene_id "FBgn0004607"; transcript_id "FBtr0307167"; exon_number "8"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RB"; protein_id "FBpp0297996";
-4	protein_coding	exon	552062	552409	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0307167"; exon_number "9"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RB"; exon_id "FBgn0004607:10";
-4	protein_coding	CDS	552062	552409	.	+	0	gene_id "FBgn0004607"; transcript_id "FBtr0307167"; exon_number "9"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RB"; protein_id "FBpp0297996";
-4	protein_coding	exon	553412	553552	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0307167"; exon_number "10"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RB"; exon_id "FBgn0004607:12";
-4	protein_coding	CDS	553412	553552	.	+	0	gene_id "FBgn0004607"; transcript_id "FBtr0307167"; exon_number "10"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RB"; protein_id "FBpp0297996";
-4	protein_coding	exon	553609	556506	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0307167"; exon_number "11"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RB"; exon_id "FBgn0004607:13";
-4	protein_coding	CDS	553609	556506	.	+	0	gene_id "FBgn0004607"; transcript_id "FBtr0307167"; exon_number "11"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RB"; protein_id "FBpp0297996";
-4	protein_coding	exon	557801	558386	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0307167"; exon_number "12"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RB"; exon_id "FBgn0004607:15";
-4	protein_coding	CDS	557801	558386	.	+	0	gene_id "FBgn0004607"; transcript_id "FBtr0307167"; exon_number "12"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RB"; protein_id "FBpp0297996";
-4	protein_coding	exon	559164	559230	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0307167"; exon_number "13"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RB"; exon_id "FBgn0004607:17";
-4	protein_coding	CDS	559164	559177	.	+	2	gene_id "FBgn0004607"; transcript_id "FBtr0307167"; exon_number "13"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RB"; protein_id "FBpp0297996";
-4	protein_coding	stop_codon	559178	559180	.	+	0	gene_id "FBgn0004607"; transcript_id "FBtr0307167"; exon_number "13"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RB";
-4	protein_coding	exon	559285	560418	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0307167"; exon_number "14"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RB"; exon_id "FBgn0004607:18";
-4	protein_coding	exon	522436	522483	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0332913"; exon_number "1"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RC"; exon_id "FBgn0004607:1";
-4	protein_coding	exon	524477	524764	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0332913"; exon_number "2"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RC"; exon_id "FBgn0004607:2";
-4	protein_coding	exon	536208	536257	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0332913"; exon_number "3"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RC"; exon_id "FBgn0004607:3";
-4	protein_coding	exon	542099	543730	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0332913"; exon_number "4"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RC"; exon_id "FBgn0004607:4";
-4	protein_coding	CDS	542130	543730	.	+	0	gene_id "FBgn0004607"; transcript_id "FBtr0332913"; exon_number "4"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RC"; protein_id "FBpp0305133";
-4	protein_coding	start_codon	542130	542132	.	+	0	gene_id "FBgn0004607"; transcript_id "FBtr0332913"; exon_number "4"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RC";
-4	protein_coding	exon	544957	545138	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0332913"; exon_number "5"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RC"; exon_id "FBgn0004607:5";
-4	protein_coding	CDS	544957	545138	.	+	1	gene_id "FBgn0004607"; transcript_id "FBtr0332913"; exon_number "5"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RC"; protein_id "FBpp0305133";
-4	protein_coding	exon	545530	547146	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0332913"; exon_number "6"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RC"; exon_id "FBgn0004607:6";
-4	protein_coding	CDS	545530	547146	.	+	2	gene_id "FBgn0004607"; transcript_id "FBtr0332913"; exon_number "6"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RC"; protein_id "FBpp0305133";
-4	protein_coding	exon	550319	551719	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0332913"; exon_number "7"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RC"; exon_id "FBgn0004607:7";
-4	protein_coding	CDS	550319	551719	.	+	2	gene_id "FBgn0004607"; transcript_id "FBtr0332913"; exon_number "7"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RC"; protein_id "FBpp0305133";
-4	protein_coding	exon	551782	552005	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0332913"; exon_number "8"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RC"; exon_id "FBgn0004607:8";
-4	protein_coding	CDS	551782	552005	.	+	2	gene_id "FBgn0004607"; transcript_id "FBtr0332913"; exon_number "8"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RC"; protein_id "FBpp0305133";
-4	protein_coding	exon	552062	552409	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0332913"; exon_number "9"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RC"; exon_id "FBgn0004607:10";
-4	protein_coding	CDS	552062	552409	.	+	0	gene_id "FBgn0004607"; transcript_id "FBtr0332913"; exon_number "9"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RC"; protein_id "FBpp0305133";
-4	protein_coding	exon	553409	553552	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0332913"; exon_number "10"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RC"; exon_id "FBgn0004607:11";
-4	protein_coding	CDS	553409	553552	.	+	0	gene_id "FBgn0004607"; transcript_id "FBtr0332913"; exon_number "10"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RC"; protein_id "FBpp0305133";
-4	protein_coding	exon	553609	556506	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0332913"; exon_number "11"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RC"; exon_id "FBgn0004607:13";
-4	protein_coding	CDS	553609	556506	.	+	0	gene_id "FBgn0004607"; transcript_id "FBtr0332913"; exon_number "11"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RC"; protein_id "FBpp0305133";
-4	protein_coding	exon	557592	557701	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0332913"; exon_number "12"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RC"; exon_id "FBgn0004607:14";
-4	protein_coding	stop_codon	557592	557594	.	+	0	gene_id "FBgn0004607"; transcript_id "FBtr0332913"; exon_number "12"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RC";
-4	protein_coding	exon	557801	558999	.	+	.	gene_id "FBgn0004607"; transcript_id "FBtr0332913"; exon_number "13"; gene_name "zfh2"; gene_biotype "protein_coding"; transcript_name "zfh2-RC"; exon_id "FBgn0004607:16";
-4	protein_coding	exon	718315	718509	.	+	.	gene_id "FBgn0005558"; transcript_id "FBtr0089235"; exon_number "1"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RB"; exon_id "CG1464:1";
-4	protein_coding	exon	731543	731708	.	+	.	gene_id "FBgn0005558"; transcript_id "FBtr0089235"; exon_number "2"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RB"; exon_id "CG1464:2";
-4	protein_coding	exon	733119	733299	.	+	.	gene_id "FBgn0005558"; transcript_id "FBtr0089235"; exon_number "3"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RB"; exon_id "CG1464:3";
-4	protein_coding	exon	734484	735138	.	+	.	gene_id "FBgn0005558"; transcript_id "FBtr0089235"; exon_number "4"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RB"; exon_id "CG1464:4";
-4	protein_coding	CDS	734670	735138	.	+	0	gene_id "FBgn0005558"; transcript_id "FBtr0089235"; exon_number "4"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RB"; protein_id "FBpp0088299";
-4	protein_coding	start_codon	734670	734672	.	+	0	gene_id "FBgn0005558"; transcript_id "FBtr0089235"; exon_number "4"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RB";
-4	protein_coding	exon	737753	737926	.	+	.	gene_id "FBgn0005558"; transcript_id "FBtr0089235"; exon_number "5"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RB"; exon_id "CG1464:5";
-4	protein_coding	CDS	737753	737926	.	+	2	gene_id "FBgn0005558"; transcript_id "FBtr0089235"; exon_number "5"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RB"; protein_id "FBpp0088299";
-4	protein_coding	exon	738280	738555	.	+	.	gene_id "FBgn0005558"; transcript_id "FBtr0089235"; exon_number "6"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RB"; exon_id "CG1464:6";
-4	protein_coding	CDS	738280	738555	.	+	2	gene_id "FBgn0005558"; transcript_id "FBtr0089235"; exon_number "6"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RB"; protein_id "FBpp0088299";
-4	protein_coding	exon	739900	740254	.	+	.	gene_id "FBgn0005558"; transcript_id "FBtr0089235"; exon_number "7"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RB"; exon_id "CG1464:7";
-4	protein_coding	CDS	739900	740254	.	+	2	gene_id "FBgn0005558"; transcript_id "FBtr0089235"; exon_number "7"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RB"; protein_id "FBpp0088299";
-4	protein_coding	exon	740948	741787	.	+	.	gene_id "FBgn0005558"; transcript_id "FBtr0089235"; exon_number "8"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RB"; exon_id "CG1464:8";
-4	protein_coding	CDS	740948	741545	.	+	1	gene_id "FBgn0005558"; transcript_id "FBtr0089235"; exon_number "8"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RB"; protein_id "FBpp0088299";
-4	protein_coding	stop_codon	741546	741548	.	+	0	gene_id "FBgn0005558"; transcript_id "FBtr0089235"; exon_number "8"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RB";
-4	protein_coding	exon	725703	725899	.	+	.	gene_id "FBgn0005558"; transcript_id "FBtr0089236"; exon_number "1"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RA"; exon_id "CG1464:9";
-4	protein_coding	CDS	725791	725899	.	+	0	gene_id "FBgn0005558"; transcript_id "FBtr0089236"; exon_number "1"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RA"; protein_id "FBpp0088300";
-4	protein_coding	start_codon	725791	725793	.	+	0	gene_id "FBgn0005558"; transcript_id "FBtr0089236"; exon_number "1"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RA";
-4	protein_coding	exon	731543	731708	.	+	.	gene_id "FBgn0005558"; transcript_id "FBtr0089236"; exon_number "2"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RA"; exon_id "CG1464:257";
-4	protein_coding	CDS	731543	731708	.	+	2	gene_id "FBgn0005558"; transcript_id "FBtr0089236"; exon_number "2"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RA"; protein_id "FBpp0088300";
-4	protein_coding	exon	733119	733299	.	+	.	gene_id "FBgn0005558"; transcript_id "FBtr0089236"; exon_number "3"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RA"; exon_id "CG1464:357";
-4	protein_coding	CDS	733119	733299	.	+	1	gene_id "FBgn0005558"; transcript_id "FBtr0089236"; exon_number "3"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RA"; protein_id "FBpp0088300";
-4	protein_coding	exon	734484	735138	.	+	.	gene_id "FBgn0005558"; transcript_id "FBtr0089236"; exon_number "4"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RA"; exon_id "CG1464:457";
-4	protein_coding	CDS	734484	735138	.	+	0	gene_id "FBgn0005558"; transcript_id "FBtr0089236"; exon_number "4"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RA"; protein_id "FBpp0088300";
-4	protein_coding	exon	737753	737926	.	+	.	gene_id "FBgn0005558"; transcript_id "FBtr0089236"; exon_number "5"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RA"; exon_id "CG1464:5";
-4	protein_coding	CDS	737753	737926	.	+	2	gene_id "FBgn0005558"; transcript_id "FBtr0089236"; exon_number "5"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RA"; protein_id "FBpp0088300";
-4	protein_coding	exon	738280	738555	.	+	.	gene_id "FBgn0005558"; transcript_id "FBtr0089236"; exon_number "6"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RA"; exon_id "CG1464:6";
-4	protein_coding	CDS	738280	738555	.	+	2	gene_id "FBgn0005558"; transcript_id "FBtr0089236"; exon_number "6"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RA"; protein_id "FBpp0088300";
-4	protein_coding	exon	739900	740254	.	+	.	gene_id "FBgn0005558"; transcript_id "FBtr0089236"; exon_number "7"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RA"; exon_id "CG1464:7";
-4	protein_coding	CDS	739900	740254	.	+	2	gene_id "FBgn0005558"; transcript_id "FBtr0089236"; exon_number "7"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RA"; protein_id "FBpp0088300";
-4	protein_coding	exon	740948	741787	.	+	.	gene_id "FBgn0005558"; transcript_id "FBtr0089236"; exon_number "8"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RA"; exon_id "CG1464:8";
-4	protein_coding	CDS	740948	741545	.	+	1	gene_id "FBgn0005558"; transcript_id "FBtr0089236"; exon_number "8"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RA"; protein_id "FBpp0088300";
-4	protein_coding	stop_codon	741546	741548	.	+	0	gene_id "FBgn0005558"; transcript_id "FBtr0089236"; exon_number "8"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RA";
-4	protein_coding	exon	725703	725899	.	+	.	gene_id "FBgn0005558"; transcript_id "FBtr0100396"; exon_number "1"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RD"; exon_id "CG1464:9";
-4	protein_coding	CDS	725791	725899	.	+	0	gene_id "FBgn0005558"; transcript_id "FBtr0100396"; exon_number "1"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RD"; protein_id "FBpp0099810";
-4	protein_coding	start_codon	725791	725793	.	+	0	gene_id "FBgn0005558"; transcript_id "FBtr0100396"; exon_number "1"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RD";
-4	protein_coding	exon	728118	728297	.	+	.	gene_id "FBgn0005558"; transcript_id "FBtr0100396"; exon_number "2"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RD"; exon_id "CG1464:26";
-4	protein_coding	CDS	728118	728297	.	+	2	gene_id "FBgn0005558"; transcript_id "FBtr0100396"; exon_number "2"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RD"; protein_id "FBpp0099810";
-4	protein_coding	exon	731543	731708	.	+	.	gene_id "FBgn0005558"; transcript_id "FBtr0100396"; exon_number "3"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RD"; exon_id "CG1464:257";
-4	protein_coding	CDS	731543	731708	.	+	2	gene_id "FBgn0005558"; transcript_id "FBtr0100396"; exon_number "3"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RD"; protein_id "FBpp0099810";
-4	protein_coding	exon	733119	733299	.	+	.	gene_id "FBgn0005558"; transcript_id "FBtr0100396"; exon_number "4"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RD"; exon_id "CG1464:357";
-4	protein_coding	CDS	733119	733299	.	+	1	gene_id "FBgn0005558"; transcript_id "FBtr0100396"; exon_number "4"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RD"; protein_id "FBpp0099810";
-4	protein_coding	exon	734484	735138	.	+	.	gene_id "FBgn0005558"; transcript_id "FBtr0100396"; exon_number "5"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RD"; exon_id "CG1464:457";
-4	protein_coding	CDS	734484	735138	.	+	0	gene_id "FBgn0005558"; transcript_id "FBtr0100396"; exon_number "5"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RD"; protein_id "FBpp0099810";
-4	protein_coding	exon	737753	737926	.	+	.	gene_id "FBgn0005558"; transcript_id "FBtr0100396"; exon_number "6"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RD"; exon_id "CG1464:5";
-4	protein_coding	CDS	737753	737926	.	+	2	gene_id "FBgn0005558"; transcript_id "FBtr0100396"; exon_number "6"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RD"; protein_id "FBpp0099810";
-4	protein_coding	exon	738280	738555	.	+	.	gene_id "FBgn0005558"; transcript_id "FBtr0100396"; exon_number "7"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RD"; exon_id "CG1464:6";
-4	protein_coding	CDS	738280	738555	.	+	2	gene_id "FBgn0005558"; transcript_id "FBtr0100396"; exon_number "7"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RD"; protein_id "FBpp0099810";
-4	protein_coding	exon	739900	740254	.	+	.	gene_id "FBgn0005558"; transcript_id "FBtr0100396"; exon_number "8"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RD"; exon_id "CG1464:7";
-4	protein_coding	CDS	739900	740254	.	+	2	gene_id "FBgn0005558"; transcript_id "FBtr0100396"; exon_number "8"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RD"; protein_id "FBpp0099810";
-4	protein_coding	exon	740948	741787	.	+	.	gene_id "FBgn0005558"; transcript_id "FBtr0100396"; exon_number "9"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RD"; exon_id "CG1464:8";
-4	protein_coding	CDS	740948	741545	.	+	1	gene_id "FBgn0005558"; transcript_id "FBtr0100396"; exon_number "9"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RD"; protein_id "FBpp0099810";
-4	protein_coding	stop_codon	741546	741548	.	+	0	gene_id "FBgn0005558"; transcript_id "FBtr0100396"; exon_number "9"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RD";
-4	protein_coding	exon	728055	728297	.	+	.	gene_id "FBgn0005558"; transcript_id "FBtr0100395"; exon_number "1"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RC"; exon_id "CG1464:17";
-4	protein_coding	CDS	728132	728297	.	+	0	gene_id "FBgn0005558"; transcript_id "FBtr0100395"; exon_number "1"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RC"; protein_id "FBpp0099809";
-4	protein_coding	start_codon	728132	728134	.	+	0	gene_id "FBgn0005558"; transcript_id "FBtr0100395"; exon_number "1"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RC";
-4	protein_coding	exon	731543	731708	.	+	.	gene_id "FBgn0005558"; transcript_id "FBtr0100395"; exon_number "2"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RC"; exon_id "CG1464:257";
-4	protein_coding	CDS	731543	731708	.	+	2	gene_id "FBgn0005558"; transcript_id "FBtr0100395"; exon_number "2"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RC"; protein_id "FBpp0099809";
-4	protein_coding	exon	733119	733299	.	+	.	gene_id "FBgn0005558"; transcript_id "FBtr0100395"; exon_number "3"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RC"; exon_id "CG1464:357";
-4	protein_coding	CDS	733119	733299	.	+	1	gene_id "FBgn0005558"; transcript_id "FBtr0100395"; exon_number "3"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RC"; protein_id "FBpp0099809";
-4	protein_coding	exon	734484	735138	.	+	.	gene_id "FBgn0005558"; transcript_id "FBtr0100395"; exon_number "4"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RC"; exon_id "CG1464:457";
-4	protein_coding	CDS	734484	735138	.	+	0	gene_id "FBgn0005558"; transcript_id "FBtr0100395"; exon_number "4"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RC"; protein_id "FBpp0099809";
-4	protein_coding	exon	737753	737926	.	+	.	gene_id "FBgn0005558"; transcript_id "FBtr0100395"; exon_number "5"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RC"; exon_id "CG1464:5";
-4	protein_coding	CDS	737753	737926	.	+	2	gene_id "FBgn0005558"; transcript_id "FBtr0100395"; exon_number "5"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RC"; protein_id "FBpp0099809";
-4	protein_coding	exon	738280	738555	.	+	.	gene_id "FBgn0005558"; transcript_id "FBtr0100395"; exon_number "6"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RC"; exon_id "CG1464:6";
-4	protein_coding	CDS	738280	738555	.	+	2	gene_id "FBgn0005558"; transcript_id "FBtr0100395"; exon_number "6"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RC"; protein_id "FBpp0099809";
-4	protein_coding	exon	739900	740254	.	+	.	gene_id "FBgn0005558"; transcript_id "FBtr0100395"; exon_number "7"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RC"; exon_id "CG1464:7";
-4	protein_coding	CDS	739900	740254	.	+	2	gene_id "FBgn0005558"; transcript_id "FBtr0100395"; exon_number "7"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RC"; protein_id "FBpp0099809";
-4	protein_coding	exon	740948	741787	.	+	.	gene_id "FBgn0005558"; transcript_id "FBtr0100395"; exon_number "8"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RC"; exon_id "CG1464:8";
-4	protein_coding	CDS	740948	741545	.	+	1	gene_id "FBgn0005558"; transcript_id "FBtr0100395"; exon_number "8"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RC"; protein_id "FBpp0099809";
-4	protein_coding	stop_codon	741546	741548	.	+	0	gene_id "FBgn0005558"; transcript_id "FBtr0100395"; exon_number "8"; gene_name "ey"; gene_biotype "protein_coding"; transcript_name "ey-RC";
-4	protein_coding	exon	745030	745117	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "1"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:1";
-4	protein_coding	exon	746295	746655	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "2"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:2";
-4	protein_coding	CDS	746343	746655	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "2"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; protein_id "FBpp0088734";
-4	protein_coding	start_codon	746343	746345	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "2"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC";
-4	protein_coding	exon	747288	747309	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "3"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:3";
-4	protein_coding	CDS	747288	747309	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "3"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; protein_id "FBpp0088734";
-4	protein_coding	exon	748087	748249	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "4"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:5";
-4	protein_coding	CDS	748087	748249	.	+	1	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "4"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; protein_id "FBpp0088734";
-4	protein_coding	exon	748730	748871	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "5"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:6";
-4	protein_coding	CDS	748730	748871	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "5"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; protein_id "FBpp0088734";
-4	protein_coding	exon	751403	751626	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "6"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:10";
-4	protein_coding	CDS	751403	751626	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "6"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; protein_id "FBpp0088734";
-4	protein_coding	exon	751689	752091	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "7"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:11";
-4	protein_coding	CDS	751689	752091	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "7"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; protein_id "FBpp0088734";
-4	protein_coding	exon	752186	752859	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "8"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:12";
-4	protein_coding	CDS	752186	752859	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "8"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; protein_id "FBpp0088734";
-4	protein_coding	exon	753843	754190	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "9"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:13";
-4	protein_coding	CDS	753843	754190	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "9"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; protein_id "FBpp0088734";
-4	protein_coding	exon	754546	754590	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "10"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:14";
-4	protein_coding	CDS	754546	754590	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "10"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; protein_id "FBpp0088734";
-4	protein_coding	exon	754905	755027	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "11"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:15";
-4	protein_coding	CDS	754905	755027	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "11"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; protein_id "FBpp0088734";
-4	protein_coding	exon	755104	755163	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "12"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:16";
-4	protein_coding	CDS	755104	755163	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "12"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; protein_id "FBpp0088734";
-4	protein_coding	exon	755340	755438	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "13"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:17";
-4	protein_coding	CDS	755340	755438	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "13"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; protein_id "FBpp0088734";
-4	protein_coding	exon	756141	756449	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "14"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:18";
-4	protein_coding	CDS	756141	756449	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "14"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; protein_id "FBpp0088734";
-4	protein_coding	exon	756531	756656	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "15"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:19";
-4	protein_coding	CDS	756531	756656	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "15"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; protein_id "FBpp0088734";
-4	protein_coding	exon	756775	756813	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "16"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:20";
-4	protein_coding	CDS	756775	756813	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "16"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; protein_id "FBpp0088734";
-4	protein_coding	exon	757445	757672	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "17"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:22";
-4	protein_coding	CDS	757445	757672	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "17"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; protein_id "FBpp0088734";
-4	protein_coding	exon	758362	758535	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "18"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:23";
-4	protein_coding	CDS	758362	758535	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "18"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; protein_id "FBpp0088734";
-4	protein_coding	exon	759579	759614	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "19"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:24";
-4	protein_coding	CDS	759579	759614	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "19"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; protein_id "FBpp0088734";
-4	protein_coding	exon	763029	763176	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "20"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:26";
-4	protein_coding	CDS	763029	763176	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "20"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; protein_id "FBpp0088734";
-4	protein_coding	exon	763414	763787	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "21"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:27";
-4	protein_coding	CDS	763414	763787	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "21"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; protein_id "FBpp0088734";
-4	protein_coding	exon	765792	765917	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "22"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:28";
-4	protein_coding	CDS	765792	765917	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "22"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; protein_id "FBpp0088734";
-4	protein_coding	exon	765998	766697	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "23"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:29";
-4	protein_coding	CDS	765998	766697	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "23"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; protein_id "FBpp0088734";
-4	protein_coding	exon	767102	767455	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "24"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:30";
-4	protein_coding	CDS	767102	767455	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "24"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; protein_id "FBpp0088734";
-4	protein_coding	exon	767933	769645	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "25"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:31";
-4	protein_coding	CDS	767933	769645	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "25"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; protein_id "FBpp0088734";
-4	protein_coding	exon	771196	772095	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "26"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:32";
-4	protein_coding	CDS	771196	772095	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "26"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; protein_id "FBpp0088734";
-4	protein_coding	exon	772803	773566	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "27"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:33";
-4	protein_coding	CDS	772803	773566	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "27"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; protein_id "FBpp0088734";
-4	protein_coding	exon	773651	773786	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "28"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:34";
-4	protein_coding	CDS	773651	773786	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "28"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; protein_id "FBpp0088734";
-4	protein_coding	exon	773964	774854	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "29"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:35";
-4	protein_coding	CDS	773964	774854	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "29"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; protein_id "FBpp0088734";
-4	protein_coding	exon	774913	777585	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "30"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:36";
-4	protein_coding	CDS	774913	777585	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "30"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; protein_id "FBpp0088734";
-4	protein_coding	exon	778147	778428	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "31"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:37";
-4	protein_coding	CDS	778147	778428	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "31"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; protein_id "FBpp0088734";
-4	protein_coding	exon	778491	778790	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "32"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:38";
-4	protein_coding	CDS	778491	778790	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "32"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; protein_id "FBpp0088734";
-4	protein_coding	exon	778846	788316	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "33"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:39";
-4	protein_coding	CDS	778846	788316	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "33"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; protein_id "FBpp0088734";
-4	protein_coding	exon	788388	789366	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "34"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:40";
-4	protein_coding	CDS	788388	789366	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "34"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; protein_id "FBpp0088734";
-4	protein_coding	exon	789430	789771	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "35"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:41";
-4	protein_coding	CDS	789430	789771	.	+	1	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "35"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; protein_id "FBpp0088734";
-4	protein_coding	exon	791179	792221	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "36"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:42";
-4	protein_coding	CDS	791179	792221	.	+	1	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "36"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; protein_id "FBpp0088734";
-4	protein_coding	exon	793029	793085	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "37"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:43";
-4	protein_coding	CDS	793029	793085	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "37"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; protein_id "FBpp0088734";
-4	protein_coding	exon	794643	794743	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "38"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:44";
-4	protein_coding	CDS	794643	794743	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "38"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; protein_id "FBpp0088734";
-4	protein_coding	exon	794811	794937	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "39"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:45";
-4	protein_coding	CDS	794811	794937	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "39"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; protein_id "FBpp0088734";
-4	protein_coding	exon	795003	795305	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "40"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:46";
-4	protein_coding	CDS	795003	795305	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "40"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; protein_id "FBpp0088734";
-4	protein_coding	exon	795541	796707	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "41"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; exon_id "FBgn0005666:47";
-4	protein_coding	CDS	795541	796172	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "41"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC"; protein_id "FBpp0088734";
-4	protein_coding	stop_codon	796173	796175	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0089793"; exon_number "41"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RC";
-4	protein_coding	exon	745030	745117	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "1"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:1";
-4	protein_coding	exon	746295	746655	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "2"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:2";
-4	protein_coding	CDS	746343	746655	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "2"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	start_codon	746343	746345	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "2"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF";
-4	protein_coding	exon	747288	747309	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "3"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:3";
-4	protein_coding	CDS	747288	747309	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "3"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	748087	748249	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "4"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:5";
-4	protein_coding	CDS	748087	748249	.	+	1	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "4"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	748730	748871	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "5"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:6";
-4	protein_coding	CDS	748730	748871	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "5"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	749299	749440	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "6"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:7";
-4	protein_coding	CDS	749299	749440	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "6"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	749628	749828	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "7"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:8";
-4	protein_coding	CDS	749628	749828	.	+	1	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "7"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	749900	750201	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "8"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:9";
-4	protein_coding	CDS	749900	750201	.	+	1	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "8"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	751403	751626	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "9"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:10";
-4	protein_coding	CDS	751403	751626	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "9"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	751689	752091	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "10"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:11";
-4	protein_coding	CDS	751689	752091	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "10"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	752186	752859	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "11"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:12";
-4	protein_coding	CDS	752186	752859	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "11"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	753843	754190	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "12"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:13";
-4	protein_coding	CDS	753843	754190	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "12"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	754546	754590	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "13"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:14";
-4	protein_coding	CDS	754546	754590	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "13"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	754905	755027	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "14"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:15";
-4	protein_coding	CDS	754905	755027	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "14"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	755104	755163	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "15"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:16";
-4	protein_coding	CDS	755104	755163	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "15"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	755340	755438	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "16"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:17";
-4	protein_coding	CDS	755340	755438	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "16"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	756141	756449	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "17"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:18";
-4	protein_coding	CDS	756141	756449	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "17"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	756531	756656	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "18"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:19";
-4	protein_coding	CDS	756531	756656	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "18"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	756775	756813	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "19"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:20";
-4	protein_coding	CDS	756775	756813	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "19"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	756965	757141	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "20"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:21";
-4	protein_coding	CDS	756965	757141	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "20"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	757445	757672	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "21"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:22";
-4	protein_coding	CDS	757445	757672	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "21"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	758362	758535	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "22"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:23";
-4	protein_coding	CDS	758362	758535	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "22"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	759579	759614	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "23"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:24";
-4	protein_coding	CDS	759579	759614	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "23"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	760575	760607	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "24"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:25";
-4	protein_coding	CDS	760575	760607	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "24"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	763029	763176	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "25"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:26";
-4	protein_coding	CDS	763029	763176	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "25"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	763414	763787	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "26"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:27";
-4	protein_coding	CDS	763414	763787	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "26"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	765792	765917	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "27"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:28";
-4	protein_coding	CDS	765792	765917	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "27"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	765998	766697	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "28"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:29";
-4	protein_coding	CDS	765998	766697	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "28"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	767102	767455	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "29"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:30";
-4	protein_coding	CDS	767102	767455	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "29"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	767933	769645	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "30"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:31";
-4	protein_coding	CDS	767933	769645	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "30"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	771196	772095	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "31"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:32";
-4	protein_coding	CDS	771196	772095	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "31"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	772803	773566	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "32"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:33";
-4	protein_coding	CDS	772803	773566	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "32"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	773651	773786	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "33"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:34";
-4	protein_coding	CDS	773651	773786	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "33"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	773964	774854	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "34"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:35";
-4	protein_coding	CDS	773964	774854	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "34"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	774913	777585	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "35"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:36";
-4	protein_coding	CDS	774913	777585	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "35"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	778147	778428	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "36"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:37";
-4	protein_coding	CDS	778147	778428	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "36"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	778491	778790	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "37"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:38";
-4	protein_coding	CDS	778491	778790	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "37"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	778846	788316	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "38"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:39";
-4	protein_coding	CDS	778846	788316	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "38"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	788388	789366	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "39"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:40";
-4	protein_coding	CDS	788388	789366	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "39"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	789430	789771	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "40"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:41";
-4	protein_coding	CDS	789430	789771	.	+	1	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "40"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	791179	792221	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "41"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:42";
-4	protein_coding	CDS	791179	792221	.	+	1	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "41"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	793029	793085	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "42"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:43";
-4	protein_coding	CDS	793029	793085	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "42"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	794643	794743	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "43"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:44";
-4	protein_coding	CDS	794643	794743	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "43"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	794811	794937	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "44"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:45";
-4	protein_coding	CDS	794811	794937	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "44"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	795003	795305	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "45"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:46";
-4	protein_coding	CDS	795003	795305	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "45"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	exon	795541	796707	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "46"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; exon_id "FBgn0005666:47";
-4	protein_coding	CDS	795541	796172	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "46"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF"; protein_id "FBpp0290554";
-4	protein_coding	stop_codon	796173	796175	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301340"; exon_number "46"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RF";
-4	protein_coding	exon	745030	745117	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "1"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:1";
-4	protein_coding	exon	746295	746655	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "2"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:258";
-4	protein_coding	exon	747288	747309	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "3"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:358";
-4	protein_coding	exon	747558	747588	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "4"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:4";
-4	protein_coding	exon	748087	748249	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "5"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:558";
-4	protein_coding	exon	748730	748871	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "6"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:658";
-4	protein_coding	exon	749299	749440	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "7"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:758";
-4	protein_coding	exon	749628	749828	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "8"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:858";
-4	protein_coding	CDS	749671	749828	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "8"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; protein_id "FBpp0290555";
-4	protein_coding	start_codon	749671	749673	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "8"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG";
-4	protein_coding	exon	749900	750201	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "9"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:9";
-4	protein_coding	CDS	749900	750201	.	+	1	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "9"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; protein_id "FBpp0290555";
-4	protein_coding	exon	751403	751626	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "10"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:10";
-4	protein_coding	CDS	751403	751626	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "10"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; protein_id "FBpp0290555";
-4	protein_coding	exon	751689	752091	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "11"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:11";
-4	protein_coding	CDS	751689	752091	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "11"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; protein_id "FBpp0290555";
-4	protein_coding	exon	752186	752859	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "12"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:12";
-4	protein_coding	CDS	752186	752859	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "12"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; protein_id "FBpp0290555";
-4	protein_coding	exon	753843	754190	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "13"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:13";
-4	protein_coding	CDS	753843	754190	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "13"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; protein_id "FBpp0290555";
-4	protein_coding	exon	754546	754590	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "14"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:14";
-4	protein_coding	CDS	754546	754590	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "14"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; protein_id "FBpp0290555";
-4	protein_coding	exon	754905	755027	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "15"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:15";
-4	protein_coding	CDS	754905	755027	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "15"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; protein_id "FBpp0290555";
-4	protein_coding	exon	755104	755163	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "16"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:16";
-4	protein_coding	CDS	755104	755163	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "16"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; protein_id "FBpp0290555";
-4	protein_coding	exon	755340	755438	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "17"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:17";
-4	protein_coding	CDS	755340	755438	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "17"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; protein_id "FBpp0290555";
-4	protein_coding	exon	756141	756449	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "18"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:18";
-4	protein_coding	CDS	756141	756449	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "18"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; protein_id "FBpp0290555";
-4	protein_coding	exon	756531	756656	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "19"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:19";
-4	protein_coding	CDS	756531	756656	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "19"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; protein_id "FBpp0290555";
-4	protein_coding	exon	756775	756813	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "20"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:20";
-4	protein_coding	CDS	756775	756813	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "20"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; protein_id "FBpp0290555";
-4	protein_coding	exon	757445	757672	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "21"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:22";
-4	protein_coding	CDS	757445	757672	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "21"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; protein_id "FBpp0290555";
-4	protein_coding	exon	758362	758535	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "22"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:23";
-4	protein_coding	CDS	758362	758535	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "22"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; protein_id "FBpp0290555";
-4	protein_coding	exon	759579	759614	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "23"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:24";
-4	protein_coding	CDS	759579	759614	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "23"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; protein_id "FBpp0290555";
-4	protein_coding	exon	763029	763176	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "24"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:26";
-4	protein_coding	CDS	763029	763176	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "24"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; protein_id "FBpp0290555";
-4	protein_coding	exon	763414	763787	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "25"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:27";
-4	protein_coding	CDS	763414	763787	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "25"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; protein_id "FBpp0290555";
-4	protein_coding	exon	765792	765917	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "26"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:28";
-4	protein_coding	CDS	765792	765917	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "26"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; protein_id "FBpp0290555";
-4	protein_coding	exon	765998	766697	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "27"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:29";
-4	protein_coding	CDS	765998	766697	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "27"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; protein_id "FBpp0290555";
-4	protein_coding	exon	767102	767455	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "28"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:30";
-4	protein_coding	CDS	767102	767455	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "28"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; protein_id "FBpp0290555";
-4	protein_coding	exon	767933	769645	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "29"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:31";
-4	protein_coding	CDS	767933	769645	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "29"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; protein_id "FBpp0290555";
-4	protein_coding	exon	771196	772095	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "30"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:32";
-4	protein_coding	CDS	771196	772095	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "30"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; protein_id "FBpp0290555";
-4	protein_coding	exon	772803	773566	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "31"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:33";
-4	protein_coding	CDS	772803	773566	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "31"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; protein_id "FBpp0290555";
-4	protein_coding	exon	773651	773786	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "32"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:34";
-4	protein_coding	CDS	773651	773786	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "32"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; protein_id "FBpp0290555";
-4	protein_coding	exon	773964	774854	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "33"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:35";
-4	protein_coding	CDS	773964	774854	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "33"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; protein_id "FBpp0290555";
-4	protein_coding	exon	774913	777585	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "34"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:36";
-4	protein_coding	CDS	774913	777585	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "34"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; protein_id "FBpp0290555";
-4	protein_coding	exon	778147	778428	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "35"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:37";
-4	protein_coding	CDS	778147	778428	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "35"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; protein_id "FBpp0290555";
-4	protein_coding	exon	778491	778790	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "36"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:38";
-4	protein_coding	CDS	778491	778790	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "36"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; protein_id "FBpp0290555";
-4	protein_coding	exon	778846	788316	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "37"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:39";
-4	protein_coding	CDS	778846	788316	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "37"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; protein_id "FBpp0290555";
-4	protein_coding	exon	788388	789366	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "38"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:40";
-4	protein_coding	CDS	788388	789366	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "38"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; protein_id "FBpp0290555";
-4	protein_coding	exon	789430	789771	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "39"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:41";
-4	protein_coding	CDS	789430	789771	.	+	1	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "39"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; protein_id "FBpp0290555";
-4	protein_coding	exon	791179	792221	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "40"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:42";
-4	protein_coding	CDS	791179	792221	.	+	1	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "40"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; protein_id "FBpp0290555";
-4	protein_coding	exon	793029	793085	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "41"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:43";
-4	protein_coding	CDS	793029	793085	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "41"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; protein_id "FBpp0290555";
-4	protein_coding	exon	794643	794743	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "42"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:44";
-4	protein_coding	CDS	794643	794743	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "42"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; protein_id "FBpp0290555";
-4	protein_coding	exon	794811	794937	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "43"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:45";
-4	protein_coding	CDS	794811	794937	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "43"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; protein_id "FBpp0290555";
-4	protein_coding	exon	795003	795305	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "44"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:46";
-4	protein_coding	CDS	795003	795305	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "44"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; protein_id "FBpp0290555";
-4	protein_coding	exon	795541	796707	.	+	.	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "45"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; exon_id "FBgn0005666:47";
-4	protein_coding	CDS	795541	796172	.	+	2	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "45"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG"; protein_id "FBpp0290555";
-4	protein_coding	stop_codon	796173	796175	.	+	0	gene_id "FBgn0005666"; transcript_id "FBtr0301341"; exon_number "45"; gene_name "bt"; gene_biotype "protein_coding"; transcript_name "bt-RG";
-4	protein_coding	exon	1052110	1052368	.	+	.	gene_id "FBgn0010217"; transcript_id "FBtr0333672"; exon_number "1"; gene_name "ATPsyn-beta"; gene_biotype "protein_coding"; transcript_name "ATPsyn-beta-RC"; exon_id "FBgn0010217:1";
-4	protein_coding	exon	1052429	1052579	.	+	.	gene_id "FBgn0010217"; transcript_id "FBtr0333672"; exon_number "2"; gene_name "ATPsyn-beta"; gene_biotype "protein_coding"; transcript_name "ATPsyn-beta-RC"; exon_id "FBgn0010217:2";
-4	protein_coding	CDS	1052516	1052579	.	+	0	gene_id "FBgn0010217"; transcript_id "FBtr0333672"; exon_number "2"; gene_name "ATPsyn-beta"; gene_biotype "protein_coding"; transcript_name "ATPsyn-beta-RC"; protein_id "FBpp0305828";
-4	protein_coding	start_codon	1052516	1052518	.	+	0	gene_id "FBgn0010217"; transcript_id "FBtr0333672"; exon_number "2"; gene_name "ATPsyn-beta"; gene_biotype "protein_coding"; transcript_name "ATPsyn-beta-RC";
-4	protein_coding	exon	1053515	1053844	.	+	.	gene_id "FBgn0010217"; transcript_id "FBtr0333672"; exon_number "3"; gene_name "ATPsyn-beta"; gene_biotype "protein_coding"; transcript_name "ATPsyn-beta-RC"; exon_id "FBgn0010217:4";
-4	protein_coding	CDS	1053515	1053844	.	+	2	gene_id "FBgn0010217"; transcript_id "FBtr0333672"; exon_number "3"; gene_name "ATPsyn-beta"; gene_biotype "protein_coding"; transcript_name "ATPsyn-beta-RC"; protein_id "FBpp0305828";
-4	protein_coding	exon	1053898	1055183	.	+	.	gene_id "FBgn0010217"; transcript_id "FBtr0333672"; exon_number "4"; gene_name "ATPsyn-beta"; gene_biotype "protein_coding"; transcript_name "ATPsyn-beta-RC"; exon_id "FBgn0010217:7";
-4	protein_coding	CDS	1053898	1055036	.	+	2	gene_id "FBgn0010217"; transcript_id "FBtr0333672"; exon_number "4"; gene_name "ATPsyn-beta"; gene_biotype "protein_coding"; transcript_name "ATPsyn-beta-RC"; protein_id "FBpp0305828";
-4	protein_coding	stop_codon	1055037	1055039	.	+	0	gene_id "FBgn0010217"; transcript_id "FBtr0333672"; exon_number "4"; gene_name "ATPsyn-beta"; gene_biotype "protein_coding"; transcript_name "ATPsyn-beta-RC";
-4	protein_coding	exon	1052490	1052579	.	+	.	gene_id "FBgn0010217"; transcript_id "FBtr0089186"; exon_number "1"; gene_name "ATPsyn-beta"; gene_biotype "protein_coding"; transcript_name "ATPsyn-beta-RA"; exon_id "FBgn0010217:3";
-4	protein_coding	CDS	1052516	1052579	.	+	0	gene_id "FBgn0010217"; transcript_id "FBtr0089186"; exon_number "1"; gene_name "ATPsyn-beta"; gene_biotype "protein_coding"; transcript_name "ATPsyn-beta-RA"; protein_id "FBpp0088250";
-4	protein_coding	start_codon	1052516	1052518	.	+	0	gene_id "FBgn0010217"; transcript_id "FBtr0089186"; exon_number "1"; gene_name "ATPsyn-beta"; gene_biotype "protein_coding"; transcript_name "ATPsyn-beta-RA";
-4	protein_coding	exon	1053533	1053844	.	+	.	gene_id "FBgn0010217"; transcript_id "FBtr0089186"; exon_number "2"; gene_name "ATPsyn-beta"; gene_biotype "protein_coding"; transcript_name "ATPsyn-beta-RA"; exon_id "FBgn0010217:5";
-4	protein_coding	CDS	1053533	1053844	.	+	2	gene_id "FBgn0010217"; transcript_id "FBtr0089186"; exon_number "2"; gene_name "ATPsyn-beta"; gene_biotype "protein_coding"; transcript_name "ATPsyn-beta-RA"; protein_id "FBpp0088250";
-4	protein_coding	exon	1053898	1055183	.	+	.	gene_id "FBgn0010217"; transcript_id "FBtr0089186"; exon_number "3"; gene_name "ATPsyn-beta"; gene_biotype "protein_coding"; transcript_name "ATPsyn-beta-RA"; exon_id "FBgn0010217:7";
-4	protein_coding	CDS	1053898	1055036	.	+	2	gene_id "FBgn0010217"; transcript_id "FBtr0089186"; exon_number "3"; gene_name "ATPsyn-beta"; gene_biotype "protein_coding"; transcript_name "ATPsyn-beta-RA"; protein_id "FBpp0088250";
-4	protein_coding	stop_codon	1055037	1055039	.	+	0	gene_id "FBgn0010217"; transcript_id "FBtr0089186"; exon_number "3"; gene_name "ATPsyn-beta"; gene_biotype "protein_coding"; transcript_name "ATPsyn-beta-RA";
-4	protein_coding	exon	1052490	1052579	.	+	.	gene_id "FBgn0010217"; transcript_id "FBtr0089187"; exon_number "1"; gene_name "ATPsyn-beta"; gene_biotype "protein_coding"; transcript_name "ATPsyn-beta-RB"; exon_id "FBgn0010217:3";
-4	protein_coding	CDS	1052516	1052579	.	+	0	gene_id "FBgn0010217"; transcript_id "FBtr0089187"; exon_number "1"; gene_name "ATPsyn-beta"; gene_biotype "protein_coding"; transcript_name "ATPsyn-beta-RB"; protein_id "FBpp0088251";
-4	protein_coding	start_codon	1052516	1052518	.	+	0	gene_id "FBgn0010217"; transcript_id "FBtr0089187"; exon_number "1"; gene_name "ATPsyn-beta"; gene_biotype "protein_coding"; transcript_name "ATPsyn-beta-RB";
-4	protein_coding	exon	1053533	1055183	.	+	.	gene_id "FBgn0010217"; transcript_id "FBtr0089187"; exon_number "2"; gene_name "ATPsyn-beta"; gene_biotype "protein_coding"; transcript_name "ATPsyn-beta-RB"; exon_id "FBgn0010217:6";
-4	protein_coding	CDS	1053533	1053849	.	+	2	gene_id "FBgn0010217"; transcript_id "FBtr0089187"; exon_number "2"; gene_name "ATPsyn-beta"; gene_biotype "protein_coding"; transcript_name "ATPsyn-beta-RB"; protein_id "FBpp0088251";
-4	protein_coding	stop_codon	1053850	1053852	.	+	0	gene_id "FBgn0010217"; transcript_id "FBtr0089187"; exon_number "2"; gene_name "ATPsyn-beta"; gene_biotype "protein_coding"; transcript_name "ATPsyn-beta-RB";
-4	protein_coding	exon	1084871	1084936	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0309882"; exon_number "1"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RH"; exon_id "FBgn0011642:19";
-4	protein_coding	exon	1080045	1080462	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0309882"; exon_number "2"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RH"; exon_id "FBgn0011642:11";
-4	protein_coding	CDS	1080045	1080387	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0309882"; exon_number "2"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RH"; protein_id "FBpp0301616";
-4	protein_coding	start_codon	1080385	1080387	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0309882"; exon_number "2"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RH";
-4	protein_coding	exon	1079727	1079977	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0309882"; exon_number "3"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RH"; exon_id "FBgn0011642:10";
-4	protein_coding	CDS	1079727	1079977	.	-	2	gene_id "FBgn0011642"; transcript_id "FBtr0309882"; exon_number "3"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RH"; protein_id "FBpp0301616";
-4	protein_coding	exon	1078836	1079130	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0309882"; exon_number "4"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RH"; exon_id "FBgn0011642:7";
-4	protein_coding	CDS	1078836	1079130	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0309882"; exon_number "4"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RH"; protein_id "FBpp0301616";
-4	protein_coding	exon	1078433	1078781	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0309882"; exon_number "5"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RH"; exon_id "FBgn0011642:6";
-4	protein_coding	CDS	1078433	1078781	.	-	2	gene_id "FBgn0011642"; transcript_id "FBtr0309882"; exon_number "5"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RH"; protein_id "FBpp0301616";
-4	protein_coding	exon	1078259	1078379	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0309882"; exon_number "6"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RH"; exon_id "FBgn0011642:2";
-4	protein_coding	CDS	1078259	1078379	.	-	1	gene_id "FBgn0011642"; transcript_id "FBtr0309882"; exon_number "6"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RH"; protein_id "FBpp0301616";
-4	protein_coding	exon	1077991	1078198	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0309882"; exon_number "7"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RH"; exon_id "FBgn0011642:1";
-4	protein_coding	CDS	1078070	1078198	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0309882"; exon_number "7"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RH"; protein_id "FBpp0301616";
-4	protein_coding	stop_codon	1078067	1078069	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0309882"; exon_number "7"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RH";
-4	protein_coding	exon	1081367	1081542	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089210"; exon_number "1"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RA"; exon_id "FBgn0011642:16";
-4	protein_coding	exon	1081039	1081260	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089210"; exon_number "2"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RA"; exon_id "FBgn0011642:12";
-4	protein_coding	CDS	1081039	1081230	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089210"; exon_number "2"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RA"; protein_id "FBpp0088274";
-4	protein_coding	start_codon	1081228	1081230	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089210"; exon_number "2"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RA";
-4	protein_coding	exon	1080045	1080462	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089210"; exon_number "3"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RA"; exon_id "FBgn0011642:1179";
-4	protein_coding	CDS	1080045	1080462	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089210"; exon_number "3"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RA"; protein_id "FBpp0088274";
-4	protein_coding	exon	1079727	1079914	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089210"; exon_number "4"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RA"; exon_id "FBgn0011642:8";
-4	protein_coding	CDS	1079727	1079914	.	-	2	gene_id "FBgn0011642"; transcript_id "FBtr0089210"; exon_number "4"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RA"; protein_id "FBpp0088274";
-4	protein_coding	exon	1078836	1079130	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089210"; exon_number "5"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RA"; exon_id "FBgn0011642:7";
-4	protein_coding	CDS	1078836	1079130	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089210"; exon_number "5"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RA"; protein_id "FBpp0088274";
-4	protein_coding	exon	1078433	1078781	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089210"; exon_number "6"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RA"; exon_id "FBgn0011642:6";
-4	protein_coding	CDS	1078433	1078781	.	-	2	gene_id "FBgn0011642"; transcript_id "FBtr0089210"; exon_number "6"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RA"; protein_id "FBpp0088274";
-4	protein_coding	exon	1078259	1078379	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089210"; exon_number "7"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RA"; exon_id "FBgn0011642:2";
-4	protein_coding	CDS	1078259	1078379	.	-	1	gene_id "FBgn0011642"; transcript_id "FBtr0089210"; exon_number "7"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RA"; protein_id "FBpp0088274";
-4	protein_coding	exon	1077991	1078198	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089210"; exon_number "8"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RA"; exon_id "FBgn0011642:1";
-4	protein_coding	CDS	1078070	1078198	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089210"; exon_number "8"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RA"; protein_id "FBpp0088274";
-4	protein_coding	stop_codon	1078067	1078069	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089210"; exon_number "8"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RA";
-4	protein_coding	exon	1081367	1081542	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089211"; exon_number "1"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RB"; exon_id "FBgn0011642:16";
-4	protein_coding	exon	1081039	1081279	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089211"; exon_number "2"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RB"; exon_id "FBgn0011642:13";
-4	protein_coding	CDS	1081039	1081230	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089211"; exon_number "2"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RB"; protein_id "FBpp0088275";
-4	protein_coding	start_codon	1081228	1081230	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089211"; exon_number "2"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RB";
-4	protein_coding	exon	1080045	1080462	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089211"; exon_number "3"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RB"; exon_id "FBgn0011642:1179";
-4	protein_coding	CDS	1080045	1080462	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089211"; exon_number "3"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RB"; protein_id "FBpp0088275";
-4	protein_coding	exon	1079727	1079977	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089211"; exon_number "4"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RB"; exon_id "FBgn0011642:10";
-4	protein_coding	CDS	1079727	1079977	.	-	2	gene_id "FBgn0011642"; transcript_id "FBtr0089211"; exon_number "4"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RB"; protein_id "FBpp0088275";
-4	protein_coding	exon	1078836	1079130	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089211"; exon_number "5"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RB"; exon_id "FBgn0011642:7";
-4	protein_coding	CDS	1078836	1079130	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089211"; exon_number "5"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RB"; protein_id "FBpp0088275";
-4	protein_coding	exon	1078433	1078781	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089211"; exon_number "6"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RB"; exon_id "FBgn0011642:6";
-4	protein_coding	CDS	1078433	1078781	.	-	2	gene_id "FBgn0011642"; transcript_id "FBtr0089211"; exon_number "6"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RB"; protein_id "FBpp0088275";
-4	protein_coding	exon	1078259	1078379	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089211"; exon_number "7"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RB"; exon_id "FBgn0011642:2";
-4	protein_coding	CDS	1078259	1078379	.	-	1	gene_id "FBgn0011642"; transcript_id "FBtr0089211"; exon_number "7"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RB"; protein_id "FBpp0088275";
-4	protein_coding	exon	1077991	1078198	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089211"; exon_number "8"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RB"; exon_id "FBgn0011642:1";
-4	protein_coding	CDS	1078070	1078198	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089211"; exon_number "8"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RB"; protein_id "FBpp0088275";
-4	protein_coding	stop_codon	1078067	1078069	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089211"; exon_number "8"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RB";
-4	protein_coding	exon	1081367	1081542	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089212"; exon_number "1"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RE"; exon_id "FBgn0011642:16";
-4	protein_coding	exon	1081039	1081285	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089212"; exon_number "2"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RE"; exon_id "FBgn0011642:14";
-4	protein_coding	CDS	1081039	1081230	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089212"; exon_number "2"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RE"; protein_id "FBpp0088276";
-4	protein_coding	start_codon	1081228	1081230	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089212"; exon_number "2"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RE";
-4	protein_coding	exon	1080045	1080462	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089212"; exon_number "3"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RE"; exon_id "FBgn0011642:1179";
-4	protein_coding	CDS	1080045	1080462	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089212"; exon_number "3"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RE"; protein_id "FBpp0088276";
-4	protein_coding	exon	1079727	1079977	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089212"; exon_number "4"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RE"; exon_id "FBgn0011642:10";
-4	protein_coding	CDS	1079727	1079977	.	-	2	gene_id "FBgn0011642"; transcript_id "FBtr0089212"; exon_number "4"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RE"; protein_id "FBpp0088276";
-4	protein_coding	exon	1078836	1079130	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089212"; exon_number "5"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RE"; exon_id "FBgn0011642:7";
-4	protein_coding	CDS	1078836	1079130	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089212"; exon_number "5"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RE"; protein_id "FBpp0088276";
-4	protein_coding	exon	1078433	1078781	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089212"; exon_number "6"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RE"; exon_id "FBgn0011642:6";
-4	protein_coding	CDS	1078433	1078781	.	-	2	gene_id "FBgn0011642"; transcript_id "FBtr0089212"; exon_number "6"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RE"; protein_id "FBpp0088276";
-4	protein_coding	exon	1078259	1078379	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089212"; exon_number "7"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RE"; exon_id "FBgn0011642:2";
-4	protein_coding	CDS	1078259	1078379	.	-	1	gene_id "FBgn0011642"; transcript_id "FBtr0089212"; exon_number "7"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RE"; protein_id "FBpp0088276";
-4	protein_coding	exon	1077991	1078198	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089212"; exon_number "8"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RE"; exon_id "FBgn0011642:1";
-4	protein_coding	CDS	1078070	1078198	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089212"; exon_number "8"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RE"; protein_id "FBpp0088276";
-4	protein_coding	stop_codon	1078067	1078069	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089212"; exon_number "8"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RE";
-4	protein_coding	exon	1081365	1081542	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089213"; exon_number "1"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RF"; exon_id "FBgn0011642:15";
-4	protein_coding	exon	1081039	1081260	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089213"; exon_number "2"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RF"; exon_id "FBgn0011642:12";
-4	protein_coding	CDS	1081039	1081230	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089213"; exon_number "2"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RF"; protein_id "FBpp0088277";
-4	protein_coding	start_codon	1081228	1081230	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089213"; exon_number "2"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RF";
-4	protein_coding	exon	1080045	1080462	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089213"; exon_number "3"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RF"; exon_id "FBgn0011642:1179";
-4	protein_coding	CDS	1080045	1080462	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089213"; exon_number "3"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RF"; protein_id "FBpp0088277";
-4	protein_coding	exon	1079727	1079914	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089213"; exon_number "4"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RF"; exon_id "FBgn0011642:8";
-4	protein_coding	CDS	1079727	1079914	.	-	2	gene_id "FBgn0011642"; transcript_id "FBtr0089213"; exon_number "4"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RF"; protein_id "FBpp0088277";
-4	protein_coding	exon	1078836	1079130	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089213"; exon_number "5"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RF"; exon_id "FBgn0011642:7";
-4	protein_coding	CDS	1078836	1079130	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089213"; exon_number "5"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RF"; protein_id "FBpp0088277";
-4	protein_coding	exon	1078433	1078781	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089213"; exon_number "6"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RF"; exon_id "FBgn0011642:6";
-4	protein_coding	CDS	1078433	1078781	.	-	2	gene_id "FBgn0011642"; transcript_id "FBtr0089213"; exon_number "6"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RF"; protein_id "FBpp0088277";
-4	protein_coding	exon	1078259	1078379	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089213"; exon_number "7"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RF"; exon_id "FBgn0011642:2";
-4	protein_coding	CDS	1078259	1078379	.	-	1	gene_id "FBgn0011642"; transcript_id "FBtr0089213"; exon_number "7"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RF"; protein_id "FBpp0088277";
-4	protein_coding	exon	1077991	1078198	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089213"; exon_number "8"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RF"; exon_id "FBgn0011642:1";
-4	protein_coding	CDS	1078070	1078198	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089213"; exon_number "8"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RF"; protein_id "FBpp0088277";
-4	protein_coding	stop_codon	1078067	1078069	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089213"; exon_number "8"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RF";
-4	protein_coding	exon	1081365	1081542	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089215"; exon_number "1"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RD"; exon_id "FBgn0011642:15";
-4	protein_coding	exon	1081039	1081285	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089215"; exon_number "2"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RD"; exon_id "FBgn0011642:14";
-4	protein_coding	CDS	1081039	1081230	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089215"; exon_number "2"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RD"; protein_id "FBpp0088279";
-4	protein_coding	start_codon	1081228	1081230	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089215"; exon_number "2"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RD";
-4	protein_coding	exon	1080045	1080462	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089215"; exon_number "3"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RD"; exon_id "FBgn0011642:1179";
-4	protein_coding	CDS	1080045	1080462	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089215"; exon_number "3"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RD"; protein_id "FBpp0088279";
-4	protein_coding	exon	1079727	1079914	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089215"; exon_number "4"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RD"; exon_id "FBgn0011642:8";
-4	protein_coding	CDS	1079727	1079914	.	-	2	gene_id "FBgn0011642"; transcript_id "FBtr0089215"; exon_number "4"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RD"; protein_id "FBpp0088279";
-4	protein_coding	exon	1078836	1079130	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089215"; exon_number "5"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RD"; exon_id "FBgn0011642:7";
-4	protein_coding	CDS	1078836	1079130	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089215"; exon_number "5"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RD"; protein_id "FBpp0088279";
-4	protein_coding	exon	1078433	1078781	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089215"; exon_number "6"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RD"; exon_id "FBgn0011642:6";
-4	protein_coding	CDS	1078433	1078781	.	-	2	gene_id "FBgn0011642"; transcript_id "FBtr0089215"; exon_number "6"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RD"; protein_id "FBpp0088279";
-4	protein_coding	exon	1078259	1078379	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089215"; exon_number "7"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RD"; exon_id "FBgn0011642:2";
-4	protein_coding	CDS	1078259	1078379	.	-	1	gene_id "FBgn0011642"; transcript_id "FBtr0089215"; exon_number "7"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RD"; protein_id "FBpp0088279";
-4	protein_coding	exon	1077991	1078198	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089215"; exon_number "8"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RD"; exon_id "FBgn0011642:1";
-4	protein_coding	CDS	1078070	1078198	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089215"; exon_number "8"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RD"; protein_id "FBpp0088279";
-4	protein_coding	stop_codon	1078067	1078069	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089215"; exon_number "8"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RD";
-4	protein_coding	exon	1081365	1081542	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089216"; exon_number "1"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RC"; exon_id "FBgn0011642:15";
-4	protein_coding	exon	1081039	1081279	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089216"; exon_number "2"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RC"; exon_id "FBgn0011642:13";
-4	protein_coding	CDS	1081039	1081230	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089216"; exon_number "2"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RC"; protein_id "FBpp0088280";
-4	protein_coding	start_codon	1081228	1081230	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089216"; exon_number "2"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RC";
-4	protein_coding	exon	1080045	1080462	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089216"; exon_number "3"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RC"; exon_id "FBgn0011642:1179";
-4	protein_coding	CDS	1080045	1080462	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089216"; exon_number "3"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RC"; protein_id "FBpp0088280";
-4	protein_coding	exon	1079727	1079977	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089216"; exon_number "4"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RC"; exon_id "FBgn0011642:10";
-4	protein_coding	CDS	1079727	1079977	.	-	2	gene_id "FBgn0011642"; transcript_id "FBtr0089216"; exon_number "4"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RC"; protein_id "FBpp0088280";
-4	protein_coding	exon	1078836	1079130	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089216"; exon_number "5"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RC"; exon_id "FBgn0011642:7";
-4	protein_coding	CDS	1078836	1079130	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089216"; exon_number "5"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RC"; protein_id "FBpp0088280";
-4	protein_coding	exon	1078433	1078781	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089216"; exon_number "6"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RC"; exon_id "FBgn0011642:6";
-4	protein_coding	CDS	1078433	1078781	.	-	2	gene_id "FBgn0011642"; transcript_id "FBtr0089216"; exon_number "6"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RC"; protein_id "FBpp0088280";
-4	protein_coding	exon	1078259	1078379	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089216"; exon_number "7"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RC"; exon_id "FBgn0011642:2";
-4	protein_coding	CDS	1078259	1078379	.	-	1	gene_id "FBgn0011642"; transcript_id "FBtr0089216"; exon_number "7"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RC"; protein_id "FBpp0088280";
-4	protein_coding	exon	1077991	1078198	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089216"; exon_number "8"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RC"; exon_id "FBgn0011642:1";
-4	protein_coding	CDS	1078070	1078198	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089216"; exon_number "8"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RC"; protein_id "FBpp0088280";
-4	protein_coding	stop_codon	1078067	1078069	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089216"; exon_number "8"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RC";
-4	protein_coding	exon	1081399	1081542	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0309883"; exon_number "1"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RI"; exon_id "FBgn0011642:18";
-4	protein_coding	exon	1081039	1081260	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0309883"; exon_number "2"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RI"; exon_id "FBgn0011642:12";
-4	protein_coding	CDS	1081039	1081230	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0309883"; exon_number "2"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RI"; protein_id "FBpp0301617";
-4	protein_coding	start_codon	1081228	1081230	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0309883"; exon_number "2"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RI";
-4	protein_coding	exon	1080045	1080462	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0309883"; exon_number "3"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RI"; exon_id "FBgn0011642:1179";
-4	protein_coding	CDS	1080045	1080462	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0309883"; exon_number "3"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RI"; protein_id "FBpp0301617";
-4	protein_coding	exon	1079727	1079914	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0309883"; exon_number "4"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RI"; exon_id "FBgn0011642:8";
-4	protein_coding	CDS	1079727	1079914	.	-	2	gene_id "FBgn0011642"; transcript_id "FBtr0309883"; exon_number "4"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RI"; protein_id "FBpp0301617";
-4	protein_coding	exon	1078836	1079130	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0309883"; exon_number "5"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RI"; exon_id "FBgn0011642:7";
-4	protein_coding	CDS	1078836	1079130	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0309883"; exon_number "5"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RI"; protein_id "FBpp0301617";
-4	protein_coding	exon	1078433	1078665	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0309883"; exon_number "6"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RI"; exon_id "FBgn0011642:4";
-4	protein_coding	CDS	1078622	1078665	.	-	2	gene_id "FBgn0011642"; transcript_id "FBtr0309883"; exon_number "6"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RI"; protein_id "FBpp0301617";
-4	protein_coding	stop_codon	1078619	1078621	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0309883"; exon_number "6"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RI";
-4	protein_coding	exon	1078259	1078379	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0309883"; exon_number "7"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RI"; exon_id "FBgn0011642:279";
-4	protein_coding	exon	1077991	1078198	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0309883"; exon_number "8"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RI"; exon_id "FBgn0011642:179-a";
-4	protein_coding	exon	1081367	1081542	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0309884"; exon_number "1"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RJ"; exon_id "FBgn0011642:16";
-4	protein_coding	exon	1081039	1081260	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0309884"; exon_number "2"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RJ"; exon_id "FBgn0011642:12";
-4	protein_coding	CDS	1081039	1081230	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0309884"; exon_number "2"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RJ"; protein_id "FBpp0301618";
-4	protein_coding	start_codon	1081228	1081230	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0309884"; exon_number "2"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RJ";
-4	protein_coding	exon	1080045	1080462	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0309884"; exon_number "3"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RJ"; exon_id "FBgn0011642:1179";
-4	protein_coding	CDS	1080045	1080462	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0309884"; exon_number "3"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RJ"; protein_id "FBpp0301618";
-4	protein_coding	exon	1079727	1079958	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0309884"; exon_number "4"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RJ"; exon_id "FBgn0011642:9";
-4	protein_coding	CDS	1079867	1079958	.	-	2	gene_id "FBgn0011642"; transcript_id "FBtr0309884"; exon_number "4"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RJ"; protein_id "FBpp0301618";
-4	protein_coding	stop_codon	1079864	1079866	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0309884"; exon_number "4"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RJ";
-4	protein_coding	exon	1078836	1079130	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0309884"; exon_number "5"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RJ"; exon_id "FBgn0011642:779";
-4	protein_coding	exon	1078433	1078777	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0309884"; exon_number "6"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RJ"; exon_id "FBgn0011642:5";
-4	protein_coding	exon	1078259	1078379	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0309884"; exon_number "7"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RJ"; exon_id "FBgn0011642:279";
-4	protein_coding	exon	1077991	1078198	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0309884"; exon_number "8"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RJ"; exon_id "FBgn0011642:179-a";
-4	protein_coding	exon	1081367	1081542	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0309885"; exon_number "1"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RK"; exon_id "FBgn0011642:16";
-4	protein_coding	exon	1081039	1081279	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0309885"; exon_number "2"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RK"; exon_id "FBgn0011642:13";
-4	protein_coding	CDS	1081039	1081230	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0309885"; exon_number "2"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RK"; protein_id "FBpp0301619";
-4	protein_coding	start_codon	1081228	1081230	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0309885"; exon_number "2"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RK";
-4	protein_coding	exon	1080045	1080462	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0309885"; exon_number "3"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RK"; exon_id "FBgn0011642:1179";
-4	protein_coding	CDS	1080045	1080462	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0309885"; exon_number "3"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RK"; protein_id "FBpp0301619";
-4	protein_coding	exon	1079727	1079977	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0309885"; exon_number "4"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RK"; exon_id "FBgn0011642:10";
-4	protein_coding	CDS	1079727	1079977	.	-	2	gene_id "FBgn0011642"; transcript_id "FBtr0309885"; exon_number "4"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RK"; protein_id "FBpp0301619";
-4	protein_coding	exon	1078836	1079130	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0309885"; exon_number "5"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RK"; exon_id "FBgn0011642:7";
-4	protein_coding	CDS	1078836	1079130	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0309885"; exon_number "5"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RK"; protein_id "FBpp0301619";
-4	protein_coding	exon	1078433	1078781	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0309885"; exon_number "6"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RK"; exon_id "FBgn0011642:6";
-4	protein_coding	CDS	1078433	1078781	.	-	2	gene_id "FBgn0011642"; transcript_id "FBtr0309885"; exon_number "6"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RK"; protein_id "FBpp0301619";
-4	protein_coding	exon	1078264	1078379	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0309885"; exon_number "7"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RK"; exon_id "FBgn0011642:3";
-4	protein_coding	CDS	1078265	1078379	.	-	1	gene_id "FBgn0011642"; transcript_id "FBtr0309885"; exon_number "7"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RK"; protein_id "FBpp0301619";
-4	protein_coding	exon	1077991	1078198	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0309885"; exon_number "8"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RK"; exon_id "FBgn0011642:179-b";
-4	protein_coding	stop_codon	1078264	1078264	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0309885"; exon_number "7"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RK";
-4	protein_coding	stop_codon	1078197	1078198	.	-	2	gene_id "FBgn0011642"; transcript_id "FBtr0309885"; exon_number "8"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RK";
-4	protein_coding	exon	1081399	1081512	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089214"; exon_number "1"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RG"; exon_id "FBgn0011642:17";
-4	protein_coding	CDS	1081399	1081404	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089214"; exon_number "1"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RG"; protein_id "FBpp0088278";
-4	protein_coding	start_codon	1081402	1081404	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089214"; exon_number "1"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RG";
-4	protein_coding	exon	1080045	1080462	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089214"; exon_number "2"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RG"; exon_id "FBgn0011642:1179";
-4	protein_coding	CDS	1080045	1080462	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089214"; exon_number "2"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RG"; protein_id "FBpp0088278";
-4	protein_coding	exon	1079727	1079977	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089214"; exon_number "3"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RG"; exon_id "FBgn0011642:10";
-4	protein_coding	CDS	1079727	1079977	.	-	2	gene_id "FBgn0011642"; transcript_id "FBtr0089214"; exon_number "3"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RG"; protein_id "FBpp0088278";
-4	protein_coding	exon	1078836	1079130	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089214"; exon_number "4"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RG"; exon_id "FBgn0011642:7";
-4	protein_coding	CDS	1078836	1079130	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089214"; exon_number "4"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RG"; protein_id "FBpp0088278";
-4	protein_coding	exon	1078433	1078781	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089214"; exon_number "5"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RG"; exon_id "FBgn0011642:6";
-4	protein_coding	CDS	1078433	1078781	.	-	2	gene_id "FBgn0011642"; transcript_id "FBtr0089214"; exon_number "5"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RG"; protein_id "FBpp0088278";
-4	protein_coding	exon	1078259	1078379	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089214"; exon_number "6"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RG"; exon_id "FBgn0011642:2";
-4	protein_coding	CDS	1078259	1078379	.	-	1	gene_id "FBgn0011642"; transcript_id "FBtr0089214"; exon_number "6"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RG"; protein_id "FBpp0088278";
-4	protein_coding	exon	1077991	1078198	.	-	.	gene_id "FBgn0011642"; transcript_id "FBtr0089214"; exon_number "7"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RG"; exon_id "FBgn0011642:1";
-4	protein_coding	CDS	1078070	1078198	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089214"; exon_number "7"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RG"; protein_id "FBpp0088278";
-4	protein_coding	stop_codon	1078067	1078069	.	-	0	gene_id "FBgn0011642"; transcript_id "FBtr0089214"; exon_number "7"; gene_name "Zyx"; gene_biotype "protein_coding"; transcript_name "Zyx-RG";
-4	protein_coding	exon	1109444	1109688	.	+	.	gene_id "FBgn0005561"; transcript_id "FBtr0089327"; exon_number "1"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RA"; exon_id "FBgn0005561:1";
-4	protein_coding	exon	1112885	1113254	.	+	.	gene_id "FBgn0005561"; transcript_id "FBtr0089327"; exon_number "2"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RA"; exon_id "FBgn0005561:2";
-4	protein_coding	CDS	1112912	1113254	.	+	0	gene_id "FBgn0005561"; transcript_id "FBtr0089327"; exon_number "2"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RA"; protein_id "FBpp0088366";
-4	protein_coding	start_codon	1112912	1112914	.	+	0	gene_id "FBgn0005561"; transcript_id "FBtr0089327"; exon_number "2"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RA";
-4	protein_coding	exon	1116202	1116342	.	+	.	gene_id "FBgn0005561"; transcript_id "FBtr0089327"; exon_number "3"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RA"; exon_id "FBgn0005561:3";
-4	protein_coding	CDS	1116202	1116342	.	+	2	gene_id "FBgn0005561"; transcript_id "FBtr0089327"; exon_number "3"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RA"; protein_id "FBpp0088366";
-4	protein_coding	exon	1116420	1116458	.	+	.	gene_id "FBgn0005561"; transcript_id "FBtr0089327"; exon_number "4"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RA"; exon_id "FBgn0005561:4";
-4	protein_coding	CDS	1116420	1116458	.	+	2	gene_id "FBgn0005561"; transcript_id "FBtr0089327"; exon_number "4"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RA"; protein_id "FBpp0088366";
-4	protein_coding	exon	1122560	1122725	.	+	.	gene_id "FBgn0005561"; transcript_id "FBtr0089327"; exon_number "5"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RA"; exon_id "FBgn0005561:6";
-4	protein_coding	CDS	1122560	1122725	.	+	2	gene_id "FBgn0005561"; transcript_id "FBtr0089327"; exon_number "5"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RA"; protein_id "FBpp0088366";
-4	protein_coding	exon	1124161	1124358	.	+	.	gene_id "FBgn0005561"; transcript_id "FBtr0089327"; exon_number "6"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RA"; exon_id "FBgn0005561:7";
-4	protein_coding	CDS	1124161	1124358	.	+	1	gene_id "FBgn0005561"; transcript_id "FBtr0089327"; exon_number "6"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RA"; protein_id "FBpp0088366";
-4	protein_coding	exon	1126778	1127223	.	+	.	gene_id "FBgn0005561"; transcript_id "FBtr0089327"; exon_number "7"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RA"; exon_id "FBgn0005561:8";
-4	protein_coding	CDS	1126778	1127223	.	+	1	gene_id "FBgn0005561"; transcript_id "FBtr0089327"; exon_number "7"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RA"; protein_id "FBpp0088366";
-4	protein_coding	exon	1128325	1128416	.	+	.	gene_id "FBgn0005561"; transcript_id "FBtr0089327"; exon_number "8"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RA"; exon_id "FBgn0005561:9";
-4	protein_coding	CDS	1128325	1128416	.	+	2	gene_id "FBgn0005561"; transcript_id "FBtr0089327"; exon_number "8"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RA"; protein_id "FBpp0088366";
-4	protein_coding	exon	1128724	1128970	.	+	.	gene_id "FBgn0005561"; transcript_id "FBtr0089327"; exon_number "9"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RA"; exon_id "FBgn0005561:10";
-4	protein_coding	CDS	1128724	1128970	.	+	0	gene_id "FBgn0005561"; transcript_id "FBtr0089327"; exon_number "9"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RA"; protein_id "FBpp0088366";
-4	protein_coding	exon	1129100	1129198	.	+	.	gene_id "FBgn0005561"; transcript_id "FBtr0089327"; exon_number "10"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RA"; exon_id "FBgn0005561:11";
-4	protein_coding	CDS	1129100	1129198	.	+	2	gene_id "FBgn0005561"; transcript_id "FBtr0089327"; exon_number "10"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RA"; protein_id "FBpp0088366";
-4	protein_coding	exon	1129735	1130226	.	+	.	gene_id "FBgn0005561"; transcript_id "FBtr0089327"; exon_number "11"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RA"; exon_id "FBgn0005561:13";
-4	protein_coding	CDS	1129735	1130226	.	+	2	gene_id "FBgn0005561"; transcript_id "FBtr0089327"; exon_number "11"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RA"; protein_id "FBpp0088366";
-4	protein_coding	exon	1131407	1131514	.	+	.	gene_id "FBgn0005561"; transcript_id "FBtr0089327"; exon_number "12"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RA"; exon_id "FBgn0005561:15";
-4	protein_coding	CDS	1131407	1131514	.	+	2	gene_id "FBgn0005561"; transcript_id "FBtr0089327"; exon_number "12"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RA"; protein_id "FBpp0088366";
-4	protein_coding	exon	1131914	1133943	.	+	.	gene_id "FBgn0005561"; transcript_id "FBtr0089327"; exon_number "13"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RA"; exon_id "FBgn0005561:17";
-4	protein_coding	CDS	1131914	1132074	.	+	2	gene_id "FBgn0005561"; transcript_id "FBtr0089327"; exon_number "13"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RA"; protein_id "FBpp0088366";
-4	protein_coding	stop_codon	1132075	1132077	.	+	0	gene_id "FBgn0005561"; transcript_id "FBtr0089327"; exon_number "13"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RA";
-4	protein_coding	exon	1109444	1109688	.	+	.	gene_id "FBgn0005561"; transcript_id "FBtr0089328"; exon_number "1"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RC"; exon_id "FBgn0005561:1";
-4	protein_coding	exon	1112885	1113254	.	+	.	gene_id "FBgn0005561"; transcript_id "FBtr0089328"; exon_number "2"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RC"; exon_id "FBgn0005561:2";
-4	protein_coding	CDS	1112912	1113254	.	+	0	gene_id "FBgn0005561"; transcript_id "FBtr0089328"; exon_number "2"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RC"; protein_id "FBpp0088367";
-4	protein_coding	start_codon	1112912	1112914	.	+	0	gene_id "FBgn0005561"; transcript_id "FBtr0089328"; exon_number "2"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RC";
-4	protein_coding	exon	1116202	1116342	.	+	.	gene_id "FBgn0005561"; transcript_id "FBtr0089328"; exon_number "3"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RC"; exon_id "FBgn0005561:3";
-4	protein_coding	CDS	1116202	1116342	.	+	2	gene_id "FBgn0005561"; transcript_id "FBtr0089328"; exon_number "3"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RC"; protein_id "FBpp0088367";
-4	protein_coding	exon	1116420	1116458	.	+	.	gene_id "FBgn0005561"; transcript_id "FBtr0089328"; exon_number "4"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RC"; exon_id "FBgn0005561:4";
-4	protein_coding	CDS	1116420	1116458	.	+	2	gene_id "FBgn0005561"; transcript_id "FBtr0089328"; exon_number "4"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RC"; protein_id "FBpp0088367";
-4	protein_coding	exon	1122560	1122725	.	+	.	gene_id "FBgn0005561"; transcript_id "FBtr0089328"; exon_number "5"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RC"; exon_id "FBgn0005561:6";
-4	protein_coding	CDS	1122560	1122725	.	+	2	gene_id "FBgn0005561"; transcript_id "FBtr0089328"; exon_number "5"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RC"; protein_id "FBpp0088367";
-4	protein_coding	exon	1124161	1124358	.	+	.	gene_id "FBgn0005561"; transcript_id "FBtr0089328"; exon_number "6"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RC"; exon_id "FBgn0005561:7";
-4	protein_coding	CDS	1124161	1124358	.	+	1	gene_id "FBgn0005561"; transcript_id "FBtr0089328"; exon_number "6"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RC"; protein_id "FBpp0088367";
-4	protein_coding	exon	1126778	1127223	.	+	.	gene_id "FBgn0005561"; transcript_id "FBtr0089328"; exon_number "7"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RC"; exon_id "FBgn0005561:8";
-4	protein_coding	CDS	1126778	1127223	.	+	1	gene_id "FBgn0005561"; transcript_id "FBtr0089328"; exon_number "7"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RC"; protein_id "FBpp0088367";
-4	protein_coding	exon	1128325	1128416	.	+	.	gene_id "FBgn0005561"; transcript_id "FBtr0089328"; exon_number "8"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RC"; exon_id "FBgn0005561:9";
-4	protein_coding	CDS	1128325	1128416	.	+	2	gene_id "FBgn0005561"; transcript_id "FBtr0089328"; exon_number "8"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RC"; protein_id "FBpp0088367";
-4	protein_coding	exon	1128724	1128970	.	+	.	gene_id "FBgn0005561"; transcript_id "FBtr0089328"; exon_number "9"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RC"; exon_id "FBgn0005561:10";
-4	protein_coding	CDS	1128724	1128970	.	+	0	gene_id "FBgn0005561"; transcript_id "FBtr0089328"; exon_number "9"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RC"; protein_id "FBpp0088367";
-4	protein_coding	exon	1131407	1131514	.	+	.	gene_id "FBgn0005561"; transcript_id "FBtr0089328"; exon_number "10"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RC"; exon_id "FBgn0005561:15";
-4	protein_coding	CDS	1131407	1131514	.	+	2	gene_id "FBgn0005561"; transcript_id "FBtr0089328"; exon_number "10"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RC"; protein_id "FBpp0088367";
-4	protein_coding	exon	1131914	1133943	.	+	.	gene_id "FBgn0005561"; transcript_id "FBtr0089328"; exon_number "11"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RC"; exon_id "FBgn0005561:17";
-4	protein_coding	CDS	1131914	1132074	.	+	2	gene_id "FBgn0005561"; transcript_id "FBtr0089328"; exon_number "11"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RC"; protein_id "FBpp0088367";
-4	protein_coding	stop_codon	1132075	1132077	.	+	0	gene_id "FBgn0005561"; transcript_id "FBtr0089328"; exon_number "11"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RC";
-4	protein_coding	exon	1109444	1109688	.	+	.	gene_id "FBgn0005561"; transcript_id "FBtr0100342"; exon_number "1"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RD"; exon_id "FBgn0005561:1";
-4	protein_coding	exon	1112885	1113254	.	+	.	gene_id "FBgn0005561"; transcript_id "FBtr0100342"; exon_number "2"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RD"; exon_id "FBgn0005561:2";
-4	protein_coding	CDS	1112912	1113254	.	+	0	gene_id "FBgn0005561"; transcript_id "FBtr0100342"; exon_number "2"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RD"; protein_id "FBpp0099747";
-4	protein_coding	start_codon	1112912	1112914	.	+	0	gene_id "FBgn0005561"; transcript_id "FBtr0100342"; exon_number "2"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RD";
-4	protein_coding	exon	1116202	1116342	.	+	.	gene_id "FBgn0005561"; transcript_id "FBtr0100342"; exon_number "3"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RD"; exon_id "FBgn0005561:3";
-4	protein_coding	CDS	1116202	1116342	.	+	2	gene_id "FBgn0005561"; transcript_id "FBtr0100342"; exon_number "3"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RD"; protein_id "FBpp0099747";
-4	protein_coding	exon	1116420	1116458	.	+	.	gene_id "FBgn0005561"; transcript_id "FBtr0100342"; exon_number "4"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RD"; exon_id "FBgn0005561:4";
-4	protein_coding	CDS	1116420	1116458	.	+	2	gene_id "FBgn0005561"; transcript_id "FBtr0100342"; exon_number "4"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RD"; protein_id "FBpp0099747";
-4	protein_coding	exon	1122560	1122725	.	+	.	gene_id "FBgn0005561"; transcript_id "FBtr0100342"; exon_number "5"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RD"; exon_id "FBgn0005561:6";
-4	protein_coding	CDS	1122560	1122725	.	+	2	gene_id "FBgn0005561"; transcript_id "FBtr0100342"; exon_number "5"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RD"; protein_id "FBpp0099747";
-4	protein_coding	exon	1124161	1124358	.	+	.	gene_id "FBgn0005561"; transcript_id "FBtr0100342"; exon_number "6"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RD"; exon_id "FBgn0005561:7";
-4	protein_coding	CDS	1124161	1124358	.	+	1	gene_id "FBgn0005561"; transcript_id "FBtr0100342"; exon_number "6"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RD"; protein_id "FBpp0099747";
-4	protein_coding	exon	1126778	1127223	.	+	.	gene_id "FBgn0005561"; transcript_id "FBtr0100342"; exon_number "7"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RD"; exon_id "FBgn0005561:8";
-4	protein_coding	CDS	1126778	1127223	.	+	1	gene_id "FBgn0005561"; transcript_id "FBtr0100342"; exon_number "7"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RD"; protein_id "FBpp0099747";
-4	protein_coding	exon	1128325	1128416	.	+	.	gene_id "FBgn0005561"; transcript_id "FBtr0100342"; exon_number "8"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RD"; exon_id "FBgn0005561:9";
-4	protein_coding	CDS	1128325	1128416	.	+	2	gene_id "FBgn0005561"; transcript_id "FBtr0100342"; exon_number "8"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RD"; protein_id "FBpp0099747";
-4	protein_coding	exon	1128724	1128970	.	+	.	gene_id "FBgn0005561"; transcript_id "FBtr0100342"; exon_number "9"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RD"; exon_id "FBgn0005561:10";
-4	protein_coding	CDS	1128724	1128970	.	+	0	gene_id "FBgn0005561"; transcript_id "FBtr0100342"; exon_number "9"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RD"; protein_id "FBpp0099747";
-4	protein_coding	exon	1129100	1129198	.	+	.	gene_id "FBgn0005561"; transcript_id "FBtr0100342"; exon_number "10"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RD"; exon_id "FBgn0005561:11";
-4	protein_coding	CDS	1129100	1129198	.	+	2	gene_id "FBgn0005561"; transcript_id "FBtr0100342"; exon_number "10"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RD"; protein_id "FBpp0099747";
-4	protein_coding	exon	1131407	1131514	.	+	.	gene_id "FBgn0005561"; transcript_id "FBtr0100342"; exon_number "11"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RD"; exon_id "FBgn0005561:15";
-4	protein_coding	CDS	1131407	1131514	.	+	2	gene_id "FBgn0005561"; transcript_id "FBtr0100342"; exon_number "11"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RD"; protein_id "FBpp0099747";
-4	protein_coding	exon	1131914	1133943	.	+	.	gene_id "FBgn0005561"; transcript_id "FBtr0100342"; exon_number "12"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RD"; exon_id "FBgn0005561:17";
-4	protein_coding	CDS	1131914	1132074	.	+	2	gene_id "FBgn0005561"; transcript_id "FBtr0100342"; exon_number "12"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RD"; protein_id "FBpp0099747";
-4	protein_coding	stop_codon	1132075	1132077	.	+	0	gene_id "FBgn0005561"; transcript_id "FBtr0100342"; exon_number "12"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RD";
-4	protein_coding	exon	1109444	1109688	.	+	.	gene_id "FBgn0005561"; transcript_id "FBtr0100343"; exon_number "1"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RE"; exon_id "FBgn0005561:1";
-4	protein_coding	exon	1112885	1113254	.	+	.	gene_id "FBgn0005561"; transcript_id "FBtr0100343"; exon_number "2"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RE"; exon_id "FBgn0005561:2";
-4	protein_coding	CDS	1112912	1113254	.	+	0	gene_id "FBgn0005561"; transcript_id "FBtr0100343"; exon_number "2"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RE"; protein_id "FBpp0099748";
-4	protein_coding	start_codon	1112912	1112914	.	+	0	gene_id "FBgn0005561"; transcript_id "FBtr0100343"; exon_number "2"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RE";
-4	protein_coding	exon	1116202	1116342	.	+	.	gene_id "FBgn0005561"; transcript_id "FBtr0100343"; exon_number "3"; gene_name "sv"; gene_biotype "protein_coding"; transcript_name "sv-RE"; exon_id "FBgn0005561:3";
+X	ncRNA	exon	18880	19093	.	+	.	gene_id "FBgn0058469"; transcript_id "FBtr0307364"; exon_number "1"; gene_name "CR40469"; gene_biotype "ncRNA"; transcript_name "CR40469-RA"; exon_id "FBgn0058469:1";
+X	protein_coding	exon	23013	23268	.	-	.	gene_id "FBgn0025837"; transcript_id "FBtr0307095"; exon_number "1"; gene_name "CG17636"; gene_biotype "protein_coding"; transcript_name "CG17636-RC"; exon_id "FBgn0025837:6";
+X	protein_coding	exon	22750	22883	.	-	.	gene_id "FBgn0025837"; transcript_id "FBtr0307095"; exon_number "2"; gene_name "CG17636"; gene_biotype "protein_coding"; transcript_name "CG17636-RC"; exon_id "FBgn0025837:4";
+X	protein_coding	CDS	22750	22796	.	-	0	gene_id "FBgn0025837"; transcript_id "FBtr0307095"; exon_number "2"; gene_name "CG17636"; gene_biotype "protein_coding"; transcript_name "CG17636-RC"; protein_id "FBpp0297938";
+X	protein_coding	start_codon	22794	22796	.	-	0	gene_id "FBgn0025837"; transcript_id "FBtr0307095"; exon_number "2"; gene_name "CG17636"; gene_biotype "protein_coding"; transcript_name "CG17636-RC";
+X	protein_coding	exon	21882	22646	.	-	.	gene_id "FBgn0025837"; transcript_id "FBtr0307095"; exon_number "3"; gene_name "CG17636"; gene_biotype "protein_coding"; transcript_name "CG17636-RC"; exon_id "FBgn0025837:2";
+X	protein_coding	CDS	21882	22646	.	-	1	gene_id "FBgn0025837"; transcript_id "FBtr0307095"; exon_number "3"; gene_name "CG17636"; gene_biotype "protein_coding"; transcript_name "CG17636-RC"; protein_id "FBpp0297938";
+X	protein_coding	exon	20757	21796	.	-	.	gene_id "FBgn0025837"; transcript_id "FBtr0307095"; exon_number "4"; gene_name "CG17636"; gene_biotype "protein_coding"; transcript_name "CG17636-RC"; exon_id "FBgn0025837:1";
+X	protein_coding	CDS	20854	21796	.	-	1	gene_id "FBgn0025837"; transcript_id "FBtr0307095"; exon_number "4"; gene_name "CG17636"; gene_biotype "protein_coding"; transcript_name "CG17636-RC"; protein_id "FBpp0297938";
+X	protein_coding	stop_codon	20851	20853	.	-	0	gene_id "FBgn0025837"; transcript_id "FBtr0307095"; exon_number "4"; gene_name "CG17636"; gene_biotype "protein_coding"; transcript_name "CG17636-RC";
+X	protein_coding	exon	23013	23076	.	-	.	gene_id "FBgn0025837"; transcript_id "FBtr0112921"; exon_number "1"; gene_name "CG17636"; gene_biotype "protein_coding"; transcript_name "CG17636-RA"; exon_id "FBgn0025837:5";
+X	protein_coding	CDS	23013	23017	.	-	0	gene_id "FBgn0025837"; transcript_id "FBtr0112921"; exon_number "1"; gene_name "CG17636"; gene_biotype "protein_coding"; transcript_name "CG17636-RA"; protein_id "FBpp0111834";
+X	protein_coding	start_codon	23015	23017	.	-	0	gene_id "FBgn0025837"; transcript_id "FBtr0112921"; exon_number "1"; gene_name "CG17636"; gene_biotype "protein_coding"; transcript_name "CG17636-RA";
+X	protein_coding	exon	21882	22646	.	-	.	gene_id "FBgn0025837"; transcript_id "FBtr0112921"; exon_number "2"; gene_name "CG17636"; gene_biotype "protein_coding"; transcript_name "CG17636-RA"; exon_id "FBgn0025837:2";
+X	protein_coding	CDS	21882	22646	.	-	1	gene_id "FBgn0025837"; transcript_id "FBtr0112921"; exon_number "2"; gene_name "CG17636"; gene_biotype "protein_coding"; transcript_name "CG17636-RA"; protein_id "FBpp0111834";
+X	protein_coding	exon	20757	21796	.	-	.	gene_id "FBgn0025837"; transcript_id "FBtr0112921"; exon_number "3"; gene_name "CG17636"; gene_biotype "protein_coding"; transcript_name "CG17636-RA"; exon_id "FBgn0025837:1";
+X	protein_coding	CDS	20854	21796	.	-	1	gene_id "FBgn0025837"; transcript_id "FBtr0112921"; exon_number "3"; gene_name "CG17636"; gene_biotype "protein_coding"; transcript_name "CG17636-RA"; protein_id "FBpp0111834";
+X	protein_coding	stop_codon	20851	20853	.	-	0	gene_id "FBgn0025837"; transcript_id "FBtr0112921"; exon_number "3"; gene_name "CG17636"; gene_biotype "protein_coding"; transcript_name "CG17636-RA";
+X	protein_coding	exon	23013	23076	.	-	.	gene_id "FBgn0025837"; transcript_id "FBtr0307094"; exon_number "1"; gene_name "CG17636"; gene_biotype "protein_coding"; transcript_name "CG17636-RB"; exon_id "FBgn0025837:52";
+X	protein_coding	exon	22742	22883	.	-	.	gene_id "FBgn0025837"; transcript_id "FBtr0307094"; exon_number "2"; gene_name "CG17636"; gene_biotype "protein_coding"; transcript_name "CG17636-RB"; exon_id "FBgn0025837:3";
+X	protein_coding	exon	21882	22646	.	-	.	gene_id "FBgn0025837"; transcript_id "FBtr0307094"; exon_number "3"; gene_name "CG17636"; gene_biotype "protein_coding"; transcript_name "CG17636-RB"; exon_id "FBgn0025837:22";
+X	protein_coding	CDS	21882	22441	.	-	0	gene_id "FBgn0025837"; transcript_id "FBtr0307094"; exon_number "3"; gene_name "CG17636"; gene_biotype "protein_coding"; transcript_name "CG17636-RB"; protein_id "FBpp0297937";
+X	protein_coding	start_codon	22439	22441	.	-	0	gene_id "FBgn0025837"; transcript_id "FBtr0307094"; exon_number "3"; gene_name "CG17636"; gene_biotype "protein_coding"; transcript_name "CG17636-RB";
+X	protein_coding	exon	20757	21796	.	-	.	gene_id "FBgn0025837"; transcript_id "FBtr0307094"; exon_number "4"; gene_name "CG17636"; gene_biotype "protein_coding"; transcript_name "CG17636-RB"; exon_id "FBgn0025837:1";
+X	protein_coding	CDS	20854	21796	.	-	1	gene_id "FBgn0025837"; transcript_id "FBtr0307094"; exon_number "4"; gene_name "CG17636"; gene_biotype "protein_coding"; transcript_name "CG17636-RB"; protein_id "FBpp0297937";
+X	protein_coding	stop_codon	20851	20853	.	-	0	gene_id "FBgn0025837"; transcript_id "FBtr0307094"; exon_number "4"; gene_name "CG17636"; gene_biotype "protein_coding"; transcript_name "CG17636-RB";
+X	protein_coding	exon	23840	23982	.	+	.	gene_id "FBgn0025836"; transcript_id "FBtr0112919"; exon_number "1"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RA"; exon_id "FBgn0025836:1";
+X	protein_coding	exon	25308	25804	.	+	.	gene_id "FBgn0025836"; transcript_id "FBtr0112919"; exon_number "2"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RA"; exon_id "FBgn0025836:2";
+X	protein_coding	CDS	25469	25804	.	+	0	gene_id "FBgn0025836"; transcript_id "FBtr0112919"; exon_number "2"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RA"; protein_id "FBpp0111832";
+X	protein_coding	start_codon	25469	25471	.	+	0	gene_id "FBgn0025836"; transcript_id "FBtr0112919"; exon_number "2"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RA";
+X	protein_coding	exon	29194	29771	.	+	.	gene_id "FBgn0025836"; transcript_id "FBtr0112919"; exon_number "3"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RA"; exon_id "FBgn0025836:4";
+X	protein_coding	CDS	29194	29771	.	+	0	gene_id "FBgn0025836"; transcript_id "FBtr0112919"; exon_number "3"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RA"; protein_id "FBpp0111832";
+X	protein_coding	exon	29890	30514	.	+	.	gene_id "FBgn0025836"; transcript_id "FBtr0112919"; exon_number "4"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RA"; exon_id "FBgn0025836:5";
+X	protein_coding	CDS	29890	30514	.	+	1	gene_id "FBgn0025836"; transcript_id "FBtr0112919"; exon_number "4"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RA"; protein_id "FBpp0111832";
+X	protein_coding	exon	30656	30951	.	+	.	gene_id "FBgn0025836"; transcript_id "FBtr0112919"; exon_number "5"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RA"; exon_id "FBgn0025836:6";
+X	protein_coding	CDS	30656	30951	.	+	0	gene_id "FBgn0025836"; transcript_id "FBtr0112919"; exon_number "5"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RA"; protein_id "FBpp0111832";
+X	protein_coding	exon	31021	31147	.	+	.	gene_id "FBgn0025836"; transcript_id "FBtr0112919"; exon_number "6"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RA"; exon_id "FBgn0025836:7";
+X	protein_coding	CDS	31021	31147	.	+	1	gene_id "FBgn0025836"; transcript_id "FBtr0112919"; exon_number "6"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RA"; protein_id "FBpp0111832";
+X	protein_coding	exon	32442	32462	.	+	.	gene_id "FBgn0025836"; transcript_id "FBtr0112919"; exon_number "7"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RA"; exon_id "FBgn0025836:8";
+X	protein_coding	CDS	32442	32462	.	+	0	gene_id "FBgn0025836"; transcript_id "FBtr0112919"; exon_number "7"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RA"; protein_id "FBpp0111832";
+X	protein_coding	exon	33022	33120	.	+	.	gene_id "FBgn0025836"; transcript_id "FBtr0112919"; exon_number "8"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RA"; exon_id "FBgn0025836:9";
+X	protein_coding	CDS	33022	33120	.	+	0	gene_id "FBgn0025836"; transcript_id "FBtr0112919"; exon_number "8"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RA"; protein_id "FBpp0111832";
+X	protein_coding	exon	33643	34647	.	+	.	gene_id "FBgn0025836"; transcript_id "FBtr0112919"; exon_number "9"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RA"; exon_id "FBgn0025836:10";
+X	protein_coding	CDS	33643	34647	.	+	0	gene_id "FBgn0025836"; transcript_id "FBtr0112919"; exon_number "9"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RA"; protein_id "FBpp0111832";
+X	protein_coding	exon	34709	35092	.	+	.	gene_id "FBgn0025836"; transcript_id "FBtr0112919"; exon_number "10"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RA"; exon_id "FBgn0025836:11";
+X	protein_coding	CDS	34709	35092	.	+	0	gene_id "FBgn0025836"; transcript_id "FBtr0112919"; exon_number "10"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RA"; protein_id "FBpp0111832";
+X	protein_coding	exon	35157	35317	.	+	.	gene_id "FBgn0025836"; transcript_id "FBtr0112919"; exon_number "11"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RA"; exon_id "FBgn0025836:12";
+X	protein_coding	CDS	35157	35317	.	+	0	gene_id "FBgn0025836"; transcript_id "FBtr0112919"; exon_number "11"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RA"; protein_id "FBpp0111832";
+X	protein_coding	exon	35454	35593	.	+	.	gene_id "FBgn0025836"; transcript_id "FBtr0112919"; exon_number "12"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RA"; exon_id "FBgn0025836:14";
+X	protein_coding	CDS	35454	35593	.	+	1	gene_id "FBgn0025836"; transcript_id "FBtr0112919"; exon_number "12"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RA"; protein_id "FBpp0111832";
+X	protein_coding	exon	35662	35911	.	+	.	gene_id "FBgn0025836"; transcript_id "FBtr0112919"; exon_number "13"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RA"; exon_id "FBgn0025836:15";
+X	protein_coding	CDS	35662	35911	.	+	2	gene_id "FBgn0025836"; transcript_id "FBtr0112919"; exon_number "13"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RA"; protein_id "FBpp0111832";
+X	protein_coding	exon	35972	36727	.	+	.	gene_id "FBgn0025836"; transcript_id "FBtr0112919"; exon_number "14"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RA"; exon_id "FBgn0025836:17";
+X	protein_coding	CDS	35972	36158	.	+	1	gene_id "FBgn0025836"; transcript_id "FBtr0112919"; exon_number "14"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RA"; protein_id "FBpp0111832";
+X	protein_coding	stop_codon	36159	36161	.	+	0	gene_id "FBgn0025836"; transcript_id "FBtr0112919"; exon_number "14"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RA";
+X	protein_coding	exon	23840	23982	.	+	.	gene_id "FBgn0025836"; transcript_id "FBtr0112920"; exon_number "1"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RB"; exon_id "FBgn0025836:1";
+X	protein_coding	exon	25308	25804	.	+	.	gene_id "FBgn0025836"; transcript_id "FBtr0112920"; exon_number "2"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RB"; exon_id "FBgn0025836:2";
+X	protein_coding	CDS	25469	25804	.	+	0	gene_id "FBgn0025836"; transcript_id "FBtr0112920"; exon_number "2"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RB"; protein_id "FBpp0111833";
+X	protein_coding	start_codon	25469	25471	.	+	0	gene_id "FBgn0025836"; transcript_id "FBtr0112920"; exon_number "2"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RB";
+X	protein_coding	exon	29194	29771	.	+	.	gene_id "FBgn0025836"; transcript_id "FBtr0112920"; exon_number "3"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RB"; exon_id "FBgn0025836:4";
+X	protein_coding	CDS	29194	29771	.	+	0	gene_id "FBgn0025836"; transcript_id "FBtr0112920"; exon_number "3"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RB"; protein_id "FBpp0111833";
+X	protein_coding	exon	29890	30514	.	+	.	gene_id "FBgn0025836"; transcript_id "FBtr0112920"; exon_number "4"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RB"; exon_id "FBgn0025836:5";
+X	protein_coding	CDS	29890	30514	.	+	1	gene_id "FBgn0025836"; transcript_id "FBtr0112920"; exon_number "4"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RB"; protein_id "FBpp0111833";
+X	protein_coding	exon	30656	30951	.	+	.	gene_id "FBgn0025836"; transcript_id "FBtr0112920"; exon_number "5"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RB"; exon_id "FBgn0025836:6";
+X	protein_coding	CDS	30656	30951	.	+	0	gene_id "FBgn0025836"; transcript_id "FBtr0112920"; exon_number "5"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RB"; protein_id "FBpp0111833";
+X	protein_coding	exon	31021	31147	.	+	.	gene_id "FBgn0025836"; transcript_id "FBtr0112920"; exon_number "6"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RB"; exon_id "FBgn0025836:7";
+X	protein_coding	CDS	31021	31147	.	+	1	gene_id "FBgn0025836"; transcript_id "FBtr0112920"; exon_number "6"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RB"; protein_id "FBpp0111833";
+X	protein_coding	exon	32442	32462	.	+	.	gene_id "FBgn0025836"; transcript_id "FBtr0112920"; exon_number "7"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RB"; exon_id "FBgn0025836:8";
+X	protein_coding	CDS	32442	32462	.	+	0	gene_id "FBgn0025836"; transcript_id "FBtr0112920"; exon_number "7"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RB"; protein_id "FBpp0111833";
+X	protein_coding	exon	33022	33120	.	+	.	gene_id "FBgn0025836"; transcript_id "FBtr0112920"; exon_number "8"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RB"; exon_id "FBgn0025836:9";
+X	protein_coding	CDS	33022	33120	.	+	0	gene_id "FBgn0025836"; transcript_id "FBtr0112920"; exon_number "8"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RB"; protein_id "FBpp0111833";
+X	protein_coding	exon	33643	34647	.	+	.	gene_id "FBgn0025836"; transcript_id "FBtr0112920"; exon_number "9"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RB"; exon_id "FBgn0025836:10";
+X	protein_coding	CDS	33643	34647	.	+	0	gene_id "FBgn0025836"; transcript_id "FBtr0112920"; exon_number "9"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RB"; protein_id "FBpp0111833";
+X	protein_coding	exon	34709	35092	.	+	.	gene_id "FBgn0025836"; transcript_id "FBtr0112920"; exon_number "10"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RB"; exon_id "FBgn0025836:11";
+X	protein_coding	CDS	34709	35092	.	+	0	gene_id "FBgn0025836"; transcript_id "FBtr0112920"; exon_number "10"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RB"; protein_id "FBpp0111833";
+X	protein_coding	exon	35157	35317	.	+	.	gene_id "FBgn0025836"; transcript_id "FBtr0112920"; exon_number "11"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RB"; exon_id "FBgn0025836:12";
+X	protein_coding	CDS	35157	35317	.	+	0	gene_id "FBgn0025836"; transcript_id "FBtr0112920"; exon_number "11"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RB"; protein_id "FBpp0111833";
+X	protein_coding	exon	35454	35593	.	+	.	gene_id "FBgn0025836"; transcript_id "FBtr0112920"; exon_number "12"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RB"; exon_id "FBgn0025836:14";
+X	protein_coding	CDS	35454	35593	.	+	1	gene_id "FBgn0025836"; transcript_id "FBtr0112920"; exon_number "12"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RB"; protein_id "FBpp0111833";
+X	protein_coding	exon	35662	35911	.	+	.	gene_id "FBgn0025836"; transcript_id "FBtr0112920"; exon_number "13"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RB"; exon_id "FBgn0025836:15";
+X	protein_coding	CDS	35662	35911	.	+	2	gene_id "FBgn0025836"; transcript_id "FBtr0112920"; exon_number "13"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RB"; protein_id "FBpp0111833";
+X	protein_coding	exon	35972	36167	.	+	.	gene_id "FBgn0025836"; transcript_id "FBtr0112920"; exon_number "14"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RB"; exon_id "FBgn0025836:16";
+X	protein_coding	CDS	35972	36158	.	+	1	gene_id "FBgn0025836"; transcript_id "FBtr0112920"; exon_number "14"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RB"; protein_id "FBpp0111833";
+X	protein_coding	stop_codon	36159	36161	.	+	0	gene_id "FBgn0025836"; transcript_id "FBtr0112920"; exon_number "14"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RB";
+X	protein_coding	exon	36238	36727	.	+	.	gene_id "FBgn0025836"; transcript_id "FBtr0112920"; exon_number "15"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RB"; exon_id "FBgn0025836:18";
+X	protein_coding	exon	27422	28284	.	+	.	gene_id "FBgn0025836"; transcript_id "FBtr0302200"; exon_number "1"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RC"; exon_id "FBgn0025836:3";
+X	protein_coding	exon	29194	29771	.	+	.	gene_id "FBgn0025836"; transcript_id "FBtr0302200"; exon_number "2"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RC"; exon_id "FBgn0025836:43";
+X	protein_coding	CDS	29761	29771	.	+	0	gene_id "FBgn0025836"; transcript_id "FBtr0302200"; exon_number "2"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RC"; protein_id "FBpp0291410";
+X	protein_coding	start_codon	29761	29763	.	+	0	gene_id "FBgn0025836"; transcript_id "FBtr0302200"; exon_number "2"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RC";
+X	protein_coding	exon	29890	30514	.	+	.	gene_id "FBgn0025836"; transcript_id "FBtr0302200"; exon_number "3"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RC"; exon_id "FBgn0025836:5";
+X	protein_coding	CDS	29890	30514	.	+	1	gene_id "FBgn0025836"; transcript_id "FBtr0302200"; exon_number "3"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RC"; protein_id "FBpp0291410";
+X	protein_coding	exon	30656	30951	.	+	.	gene_id "FBgn0025836"; transcript_id "FBtr0302200"; exon_number "4"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RC"; exon_id "FBgn0025836:6";
+X	protein_coding	CDS	30656	30951	.	+	0	gene_id "FBgn0025836"; transcript_id "FBtr0302200"; exon_number "4"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RC"; protein_id "FBpp0291410";
+X	protein_coding	exon	31021	31147	.	+	.	gene_id "FBgn0025836"; transcript_id "FBtr0302200"; exon_number "5"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RC"; exon_id "FBgn0025836:7";
+X	protein_coding	CDS	31021	31147	.	+	1	gene_id "FBgn0025836"; transcript_id "FBtr0302200"; exon_number "5"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RC"; protein_id "FBpp0291410";
+X	protein_coding	exon	33022	33120	.	+	.	gene_id "FBgn0025836"; transcript_id "FBtr0302200"; exon_number "6"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RC"; exon_id "FBgn0025836:9";
+X	protein_coding	CDS	33022	33120	.	+	0	gene_id "FBgn0025836"; transcript_id "FBtr0302200"; exon_number "6"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RC"; protein_id "FBpp0291410";
+X	protein_coding	exon	33643	34647	.	+	.	gene_id "FBgn0025836"; transcript_id "FBtr0302200"; exon_number "7"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RC"; exon_id "FBgn0025836:10";
+X	protein_coding	CDS	33643	34647	.	+	0	gene_id "FBgn0025836"; transcript_id "FBtr0302200"; exon_number "7"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RC"; protein_id "FBpp0291410";
+X	protein_coding	exon	34709	35092	.	+	.	gene_id "FBgn0025836"; transcript_id "FBtr0302200"; exon_number "8"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RC"; exon_id "FBgn0025836:11";
+X	protein_coding	CDS	34709	35092	.	+	0	gene_id "FBgn0025836"; transcript_id "FBtr0302200"; exon_number "8"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RC"; protein_id "FBpp0291410";
+X	protein_coding	exon	35157	35433	.	+	.	gene_id "FBgn0025836"; transcript_id "FBtr0302200"; exon_number "9"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RC"; exon_id "FBgn0025836:13";
+X	protein_coding	CDS	35157	35318	.	+	0	gene_id "FBgn0025836"; transcript_id "FBtr0302200"; exon_number "9"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RC"; protein_id "FBpp0291410";
+X	protein_coding	stop_codon	35319	35321	.	+	0	gene_id "FBgn0025836"; transcript_id "FBtr0302200"; exon_number "9"; gene_name "RhoGAP1A"; gene_biotype "protein_coding"; transcript_name "RhoGAP1A-RC";
+X	pre_miRNA	exon	29772	29889	.	+	.	gene_id "FBgn0263567"; transcript_id "FBtr0309716"; exon_number "1"; gene_name "mir-4915"; gene_biotype "pre_miRNA"; transcript_name "mir-4915-RM"; exon_id "FBtr0309716:1";
+X	miRNA	exon	29772	29796	.	+	.	gene_id "FBgn0263567"; transcript_id "FBtr0309717"; exon_number "1"; gene_name "mir-4915"; gene_biotype "pre_miRNA"; transcript_name "mir-4915-RA"; exon_id "FBtr0309717:1";
+X	protein_coding	exon	44721	44813	.	-	.	gene_id "FBgn0025835"; transcript_id "FBtr0112918"; exon_number "1"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RA"; exon_id "FBgn0025835:12";
+X	protein_coding	exon	42822	44172	.	-	.	gene_id "FBgn0025835"; transcript_id "FBtr0112918"; exon_number "2"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RA"; exon_id "FBgn0025835:11";
+X	protein_coding	CDS	42822	43719	.	-	0	gene_id "FBgn0025835"; transcript_id "FBtr0112918"; exon_number "2"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RA"; protein_id "FBpp0111831";
+X	protein_coding	start_codon	43717	43719	.	-	0	gene_id "FBgn0025835"; transcript_id "FBtr0112918"; exon_number "2"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RA";
+X	protein_coding	exon	42576	42754	.	-	.	gene_id "FBgn0025835"; transcript_id "FBtr0112918"; exon_number "3"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RA"; exon_id "FBgn0025835:10";
+X	protein_coding	CDS	42576	42754	.	-	2	gene_id "FBgn0025835"; transcript_id "FBtr0112918"; exon_number "3"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RA"; protein_id "FBpp0111831";
+X	protein_coding	exon	42301	42509	.	-	.	gene_id "FBgn0025835"; transcript_id "FBtr0112918"; exon_number "4"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RA"; exon_id "FBgn0025835:9";
+X	protein_coding	CDS	42301	42509	.	-	0	gene_id "FBgn0025835"; transcript_id "FBtr0112918"; exon_number "4"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RA"; protein_id "FBpp0111831";
+X	protein_coding	exon	41843	42243	.	-	.	gene_id "FBgn0025835"; transcript_id "FBtr0112918"; exon_number "5"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RA"; exon_id "FBgn0025835:8";
+X	protein_coding	CDS	41843	42243	.	-	1	gene_id "FBgn0025835"; transcript_id "FBtr0112918"; exon_number "5"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RA"; protein_id "FBpp0111831";
+X	protein_coding	exon	41687	41766	.	-	.	gene_id "FBgn0025835"; transcript_id "FBtr0112918"; exon_number "6"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RA"; exon_id "FBgn0025835:7";
+X	protein_coding	CDS	41687	41766	.	-	2	gene_id "FBgn0025835"; transcript_id "FBtr0112918"; exon_number "6"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RA"; protein_id "FBpp0111831";
+X	protein_coding	exon	41522	41620	.	-	.	gene_id "FBgn0025835"; transcript_id "FBtr0112918"; exon_number "7"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RA"; exon_id "FBgn0025835:6";
+X	protein_coding	CDS	41522	41620	.	-	0	gene_id "FBgn0025835"; transcript_id "FBtr0112918"; exon_number "7"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RA"; protein_id "FBpp0111831";
+X	protein_coding	exon	41205	41422	.	-	.	gene_id "FBgn0025835"; transcript_id "FBtr0112918"; exon_number "8"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RA"; exon_id "FBgn0025835:4";
+X	protein_coding	CDS	41205	41422	.	-	0	gene_id "FBgn0025835"; transcript_id "FBtr0112918"; exon_number "8"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RA"; protein_id "FBpp0111831";
+X	protein_coding	exon	40948	41142	.	-	.	gene_id "FBgn0025835"; transcript_id "FBtr0112918"; exon_number "9"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RA"; exon_id "FBgn0025835:3";
+X	protein_coding	CDS	40948	41142	.	-	1	gene_id "FBgn0025835"; transcript_id "FBtr0112918"; exon_number "9"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RA"; protein_id "FBpp0111831";
+X	protein_coding	exon	40722	40891	.	-	.	gene_id "FBgn0025835"; transcript_id "FBtr0112918"; exon_number "10"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RA"; exon_id "FBgn0025835:2";
+X	protein_coding	CDS	40722	40891	.	-	1	gene_id "FBgn0025835"; transcript_id "FBtr0112918"; exon_number "10"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RA"; protein_id "FBpp0111831";
+X	protein_coding	exon	39388	39874	.	-	.	gene_id "FBgn0025835"; transcript_id "FBtr0112918"; exon_number "11"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RA"; exon_id "FBgn0025835:1";
+X	protein_coding	CDS	39393	39874	.	-	2	gene_id "FBgn0025835"; transcript_id "FBtr0112918"; exon_number "11"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RA"; protein_id "FBpp0111831";
+X	protein_coding	stop_codon	39390	39392	.	-	0	gene_id "FBgn0025835"; transcript_id "FBtr0112918"; exon_number "11"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RA";
+X	protein_coding	exon	44721	44813	.	-	.	gene_id "FBgn0025835"; transcript_id "FBtr0300673"; exon_number "1"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RB"; exon_id "FBgn0025835:12";
+X	protein_coding	exon	42822	44172	.	-	.	gene_id "FBgn0025835"; transcript_id "FBtr0300673"; exon_number "2"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RB"; exon_id "FBgn0025835:11";
+X	protein_coding	CDS	42822	43719	.	-	0	gene_id "FBgn0025835"; transcript_id "FBtr0300673"; exon_number "2"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RB"; protein_id "FBpp0289897";
+X	protein_coding	start_codon	43717	43719	.	-	0	gene_id "FBgn0025835"; transcript_id "FBtr0300673"; exon_number "2"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RB";
+X	protein_coding	exon	42576	42754	.	-	.	gene_id "FBgn0025835"; transcript_id "FBtr0300673"; exon_number "3"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RB"; exon_id "FBgn0025835:10";
+X	protein_coding	CDS	42576	42754	.	-	2	gene_id "FBgn0025835"; transcript_id "FBtr0300673"; exon_number "3"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RB"; protein_id "FBpp0289897";
+X	protein_coding	exon	42301	42509	.	-	.	gene_id "FBgn0025835"; transcript_id "FBtr0300673"; exon_number "4"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RB"; exon_id "FBgn0025835:9";
+X	protein_coding	CDS	42301	42509	.	-	0	gene_id "FBgn0025835"; transcript_id "FBtr0300673"; exon_number "4"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RB"; protein_id "FBpp0289897";
+X	protein_coding	exon	41843	42243	.	-	.	gene_id "FBgn0025835"; transcript_id "FBtr0300673"; exon_number "5"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RB"; exon_id "FBgn0025835:8";
+X	protein_coding	CDS	41843	42243	.	-	1	gene_id "FBgn0025835"; transcript_id "FBtr0300673"; exon_number "5"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RB"; protein_id "FBpp0289897";
+X	protein_coding	exon	41687	41766	.	-	.	gene_id "FBgn0025835"; transcript_id "FBtr0300673"; exon_number "6"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RB"; exon_id "FBgn0025835:7";
+X	protein_coding	CDS	41687	41766	.	-	2	gene_id "FBgn0025835"; transcript_id "FBtr0300673"; exon_number "6"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RB"; protein_id "FBpp0289897";
+X	protein_coding	exon	41522	41620	.	-	.	gene_id "FBgn0025835"; transcript_id "FBtr0300673"; exon_number "7"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RB"; exon_id "FBgn0025835:6";
+X	protein_coding	CDS	41522	41620	.	-	0	gene_id "FBgn0025835"; transcript_id "FBtr0300673"; exon_number "7"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RB"; protein_id "FBpp0289897";
+X	protein_coding	exon	41205	41461	.	-	.	gene_id "FBgn0025835"; transcript_id "FBtr0300673"; exon_number "8"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RB"; exon_id "FBgn0025835:5";
+X	protein_coding	CDS	41205	41461	.	-	0	gene_id "FBgn0025835"; transcript_id "FBtr0300673"; exon_number "8"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RB"; protein_id "FBpp0289897";
+X	protein_coding	exon	40948	41142	.	-	.	gene_id "FBgn0025835"; transcript_id "FBtr0300673"; exon_number "9"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RB"; exon_id "FBgn0025835:3";
+X	protein_coding	CDS	40948	41142	.	-	1	gene_id "FBgn0025835"; transcript_id "FBtr0300673"; exon_number "9"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RB"; protein_id "FBpp0289897";
+X	protein_coding	exon	40722	40891	.	-	.	gene_id "FBgn0025835"; transcript_id "FBtr0300673"; exon_number "10"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RB"; exon_id "FBgn0025835:2";
+X	protein_coding	CDS	40722	40891	.	-	1	gene_id "FBgn0025835"; transcript_id "FBtr0300673"; exon_number "10"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RB"; protein_id "FBpp0289897";
+X	protein_coding	exon	39388	39874	.	-	.	gene_id "FBgn0025835"; transcript_id "FBtr0300673"; exon_number "11"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RB"; exon_id "FBgn0025835:1";
+X	protein_coding	CDS	39393	39874	.	-	2	gene_id "FBgn0025835"; transcript_id "FBtr0300673"; exon_number "11"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RB"; protein_id "FBpp0289897";
+X	protein_coding	stop_codon	39390	39392	.	-	0	gene_id "FBgn0025835"; transcript_id "FBtr0300673"; exon_number "11"; gene_name "CG17707"; gene_biotype "protein_coding"; transcript_name "CG17707-RB";
+X	ncRNA	exon	48370	48666	.	-	.	gene_id "FBgn0264445"; transcript_id "FBtr0332568"; exon_number "1"; gene_name "CR43863"; gene_biotype "ncRNA"; transcript_name "CR43863-RA"; exon_id "FBgn0264445:2";
+X	ncRNA	exon	48078	48311	.	-	.	gene_id "FBgn0264445"; transcript_id "FBtr0332568"; exon_number "2"; gene_name "CR43863"; gene_biotype "ncRNA"; transcript_name "CR43863-RA"; exon_id "FBgn0264445:1";
+X	protein_coding	exon	72458	72791	.	+	.	gene_id "FBgn0029128"; transcript_id "FBtr0100135"; exon_number "1"; gene_name "tyn"; gene_biotype "protein_coding"; transcript_name "tyn-RA"; exon_id "CG17131:1";
+X	protein_coding	exon	84573	84613	.	+	.	gene_id "FBgn0029128"; transcript_id "FBtr0100135"; exon_number "2"; gene_name "tyn"; gene_biotype "protein_coding"; transcript_name "tyn-RA"; exon_id "CG17131:2";
+X	protein_coding	exon	93279	94419	.	+	.	gene_id "FBgn0029128"; transcript_id "FBtr0100135"; exon_number "3"; gene_name "tyn"; gene_biotype "protein_coding"; transcript_name "tyn-RA"; exon_id "CG17131:3";
+X	protein_coding	CDS	93285	94419	.	+	0	gene_id "FBgn0029128"; transcript_id "FBtr0100135"; exon_number "3"; gene_name "tyn"; gene_biotype "protein_coding"; transcript_name "tyn-RA"; protein_id "FBpp0099481";
+X	protein_coding	start_codon	93285	93287	.	+	0	gene_id "FBgn0029128"; transcript_id "FBtr0100135"; exon_number "3"; gene_name "tyn"; gene_biotype "protein_coding"; transcript_name "tyn-RA";
+X	protein_coding	exon	94481	94656	.	+	.	gene_id "FBgn0029128"; transcript_id "FBtr0100135"; exon_number "4"; gene_name "tyn"; gene_biotype "protein_coding"; transcript_name "tyn-RA"; exon_id "CG17131:4";
+X	protein_coding	CDS	94481	94656	.	+	2	gene_id "FBgn0029128"; transcript_id "FBtr0100135"; exon_number "4"; gene_name "tyn"; gene_biotype "protein_coding"; transcript_name "tyn-RA"; protein_id "FBpp0099481";
+X	protein_coding	exon	94719	94992	.	+	.	gene_id "FBgn0029128"; transcript_id "FBtr0100135"; exon_number "5"; gene_name "tyn"; gene_biotype "protein_coding"; transcript_name "tyn-RA"; exon_id "CG17131:5";
+X	protein_coding	CDS	94719	94992	.	+	0	gene_id "FBgn0029128"; transcript_id "FBtr0100135"; exon_number "5"; gene_name "tyn"; gene_biotype "protein_coding"; transcript_name "tyn-RA"; protein_id "FBpp0099481";
+X	protein_coding	exon	95056	95350	.	+	.	gene_id "FBgn0029128"; transcript_id "FBtr0100135"; exon_number "6"; gene_name "tyn"; gene_biotype "protein_coding"; transcript_name "tyn-RA"; exon_id "CG17131:6";
+X	protein_coding	CDS	95056	95350	.	+	2	gene_id "FBgn0029128"; transcript_id "FBtr0100135"; exon_number "6"; gene_name "tyn"; gene_biotype "protein_coding"; transcript_name "tyn-RA"; protein_id "FBpp0099481";
+X	protein_coding	exon	95438	95553	.	+	.	gene_id "FBgn0029128"; transcript_id "FBtr0100135"; exon_number "7"; gene_name "tyn"; gene_biotype "protein_coding"; transcript_name "tyn-RA"; exon_id "CG17131:7";
+X	protein_coding	CDS	95438	95553	.	+	1	gene_id "FBgn0029128"; transcript_id "FBtr0100135"; exon_number "7"; gene_name "tyn"; gene_biotype "protein_coding"; transcript_name "tyn-RA"; protein_id "FBpp0099481";
+X	protein_coding	exon	95614	96056	.	+	.	gene_id "FBgn0029128"; transcript_id "FBtr0100135"; exon_number "8"; gene_name "tyn"; gene_biotype "protein_coding"; transcript_name "tyn-RA"; exon_id "CG17131:8";
+X	protein_coding	CDS	95614	95762	.	+	2	gene_id "FBgn0029128"; transcript_id "FBtr0100135"; exon_number "8"; gene_name "tyn"; gene_biotype "protein_coding"; transcript_name "tyn-RA"; protein_id "FBpp0099481";
+X	protein_coding	stop_codon	95763	95765	.	+	0	gene_id "FBgn0029128"; transcript_id "FBtr0100135"; exon_number "8"; gene_name "tyn"; gene_biotype "protein_coding"; transcript_name "tyn-RA";
+X	protein_coding	exon	72458	72791	.	+	.	gene_id "FBgn0029128"; transcript_id "FBtr0100136"; exon_number "1"; gene_name "tyn"; gene_biotype "protein_coding"; transcript_name "tyn-RB"; exon_id "CG17131:1";
+X	protein_coding	exon	93279	94419	.	+	.	gene_id "FBgn0029128"; transcript_id "FBtr0100136"; exon_number "2"; gene_name "tyn"; gene_biotype "protein_coding"; transcript_name "tyn-RB"; exon_id "CG17131:3";
+X	protein_coding	CDS	93285	94419	.	+	0	gene_id "FBgn0029128"; transcript_id "FBtr0100136"; exon_number "2"; gene_name "tyn"; gene_biotype "protein_coding"; transcript_name "tyn-RB"; protein_id "FBpp0099482";
+X	protein_coding	start_codon	93285	93287	.	+	0	gene_id "FBgn0029128"; transcript_id "FBtr0100136"; exon_number "2"; gene_name "tyn"; gene_biotype "protein_coding"; transcript_name "tyn-RB";
+X	protein_coding	exon	94481	94656	.	+	.	gene_id "FBgn0029128"; transcript_id "FBtr0100136"; exon_number "3"; gene_name "tyn"; gene_biotype "protein_coding"; transcript_name "tyn-RB"; exon_id "CG17131:4";
+X	protein_coding	CDS	94481	94656	.	+	2	gene_id "FBgn0029128"; transcript_id "FBtr0100136"; exon_number "3"; gene_name "tyn"; gene_biotype "protein_coding"; transcript_name "tyn-RB"; protein_id "FBpp0099482";
+X	protein_coding	exon	94719	94992	.	+	.	gene_id "FBgn0029128"; transcript_id "FBtr0100136"; exon_number "4"; gene_name "tyn"; gene_biotype "protein_coding"; transcript_name "tyn-RB"; exon_id "CG17131:5";
+X	protein_coding	CDS	94719	94992	.	+	0	gene_id "FBgn0029128"; transcript_id "FBtr0100136"; exon_number "4"; gene_name "tyn"; gene_biotype "protein_coding"; transcript_name "tyn-RB"; protein_id "FBpp0099482";
+X	protein_coding	exon	95056	95350	.	+	.	gene_id "FBgn0029128"; transcript_id "FBtr0100136"; exon_number "5"; gene_name "tyn"; gene_biotype "protein_coding"; transcript_name "tyn-RB"; exon_id "CG17131:6";
+X	protein_coding	CDS	95056	95350	.	+	2	gene_id "FBgn0029128"; transcript_id "FBtr0100136"; exon_number "5"; gene_name "tyn"; gene_biotype "protein_coding"; transcript_name "tyn-RB"; protein_id "FBpp0099482";
+X	protein_coding	exon	95438	95553	.	+	.	gene_id "FBgn0029128"; transcript_id "FBtr0100136"; exon_number "6"; gene_name "tyn"; gene_biotype "protein_coding"; transcript_name "tyn-RB"; exon_id "CG17131:7";
+X	protein_coding	CDS	95438	95553	.	+	1	gene_id "FBgn0029128"; transcript_id "FBtr0100136"; exon_number "6"; gene_name "tyn"; gene_biotype "protein_coding"; transcript_name "tyn-RB"; protein_id "FBpp0099482";
+X	protein_coding	exon	95614	96056	.	+	.	gene_id "FBgn0029128"; transcript_id "FBtr0100136"; exon_number "7"; gene_name "tyn"; gene_biotype "protein_coding"; transcript_name "tyn-RB"; exon_id "CG17131:8";
+X	protein_coding	CDS	95614	95762	.	+	2	gene_id "FBgn0029128"; transcript_id "FBtr0100136"; exon_number "7"; gene_name "tyn"; gene_biotype "protein_coding"; transcript_name "tyn-RB"; protein_id "FBpp0099482";
+X	protein_coding	stop_codon	95763	95765	.	+	0	gene_id "FBgn0029128"; transcript_id "FBtr0100136"; exon_number "7"; gene_name "tyn"; gene_biotype "protein_coding"; transcript_name "tyn-RB";
+X	protein_coding	exon	139713	139889	.	-	.	gene_id "FBgn0040373"; transcript_id "FBtr0070107"; exon_number "1"; gene_name "CG3038"; gene_biotype "protein_coding"; transcript_name "CG3038-RB"; exon_id "FBgn0040373:5";
+X	protein_coding	CDS	139713	139714	.	-	0	gene_id "FBgn0040373"; transcript_id "FBtr0070107"; exon_number "1"; gene_name "CG3038"; gene_biotype "protein_coding"; transcript_name "CG3038-RB"; protein_id "FBpp0070102";
+X	protein_coding	start_codon	139713	139714	.	-	0	gene_id "FBgn0040373"; transcript_id "FBtr0070107"; exon_number "1"; gene_name "CG3038"; gene_biotype "protein_coding"; transcript_name "CG3038-RB";
+X	protein_coding	start_codon	139611	139611	.	-	1	gene_id "FBgn0040373"; transcript_id "FBtr0070107"; exon_number "2"; gene_name "CG3038"; gene_biotype "protein_coding"; transcript_name "CG3038-RB";
+X	protein_coding	exon	139445	139611	.	-	.	gene_id "FBgn0040373"; transcript_id "FBtr0070107"; exon_number "2"; gene_name "CG3038"; gene_biotype "protein_coding"; transcript_name "CG3038-RB"; exon_id "FBgn0040373:3";
+X	protein_coding	CDS	139445	139611	.	-	1	gene_id "FBgn0040373"; transcript_id "FBtr0070107"; exon_number "2"; gene_name "CG3038"; gene_biotype "protein_coding"; transcript_name "CG3038-RB"; protein_id "FBpp0070102";
+X	protein_coding	exon	138094	139379	.	-	.	gene_id "FBgn0040373"; transcript_id "FBtr0070107"; exon_number "3"; gene_name "CG3038"; gene_biotype "protein_coding"; transcript_name "CG3038-RB"; exon_id "FBgn0040373:1";
+X	protein_coding	CDS	138475	139379	.	-	2	gene_id "FBgn0040373"; transcript_id "FBtr0070107"; exon_number "3"; gene_name "CG3038"; gene_biotype "protein_coding"; transcript_name "CG3038-RB"; protein_id "FBpp0070102";
+X	protein_coding	stop_codon	138472	138474	.	-	0	gene_id "FBgn0040373"; transcript_id "FBtr0070107"; exon_number "3"; gene_name "CG3038"; gene_biotype "protein_coding"; transcript_name "CG3038-RB";
+X	protein_coding	exon	139445	139889	.	-	.	gene_id "FBgn0040373"; transcript_id "FBtr0070108"; exon_number "1"; gene_name "CG3038"; gene_biotype "protein_coding"; transcript_name "CG3038-RA"; exon_id "FBgn0040373:4";
+X	protein_coding	CDS	139445	139703	.	-	0	gene_id "FBgn0040373"; transcript_id "FBtr0070108"; exon_number "1"; gene_name "CG3038"; gene_biotype "protein_coding"; transcript_name "CG3038-RA"; protein_id "FBpp0070103";
+X	protein_coding	start_codon	139701	139703	.	-	0	gene_id "FBgn0040373"; transcript_id "FBtr0070108"; exon_number "1"; gene_name "CG3038"; gene_biotype "protein_coding"; transcript_name "CG3038-RA";
+X	protein_coding	exon	138101	139379	.	-	.	gene_id "FBgn0040373"; transcript_id "FBtr0070108"; exon_number "2"; gene_name "CG3038"; gene_biotype "protein_coding"; transcript_name "CG3038-RA"; exon_id "FBgn0040373:2";
+X	protein_coding	CDS	138475	139379	.	-	2	gene_id "FBgn0040373"; transcript_id "FBtr0070108"; exon_number "2"; gene_name "CG3038"; gene_biotype "protein_coding"; transcript_name "CG3038-RA"; protein_id "FBpp0070103";
+X	protein_coding	stop_codon	138472	138474	.	-	0	gene_id "FBgn0040373"; transcript_id "FBtr0070108"; exon_number "2"; gene_name "CG3038"; gene_biotype "protein_coding"; transcript_name "CG3038-RA";
+X	protein_coding	exon	140011	141629	.	+	.	gene_id "FBgn0040372"; transcript_id "FBtr0332992"; exon_number "1"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RB"; exon_id "FBgn0040372:1";
+X	protein_coding	CDS	140883	141629	.	+	0	gene_id "FBgn0040372"; transcript_id "FBtr0332992"; exon_number "1"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RB"; protein_id "FBpp0305207";
+X	protein_coding	start_codon	140883	140885	.	+	0	gene_id "FBgn0040372"; transcript_id "FBtr0332992"; exon_number "1"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RB";
+X	protein_coding	exon	142415	144271	.	+	.	gene_id "FBgn0040372"; transcript_id "FBtr0332992"; exon_number "2"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RB"; exon_id "FBgn0040372:2";
+X	protein_coding	CDS	142415	144271	.	+	0	gene_id "FBgn0040372"; transcript_id "FBtr0332992"; exon_number "2"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RB"; protein_id "FBpp0305207";
+X	protein_coding	exon	144327	144568	.	+	.	gene_id "FBgn0040372"; transcript_id "FBtr0332992"; exon_number "3"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RB"; exon_id "FBgn0040372:3";
+X	protein_coding	CDS	144327	144568	.	+	0	gene_id "FBgn0040372"; transcript_id "FBtr0332992"; exon_number "3"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RB"; protein_id "FBpp0305207";
+X	protein_coding	exon	144659	145026	.	+	.	gene_id "FBgn0040372"; transcript_id "FBtr0332992"; exon_number "4"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RB"; exon_id "FBgn0040372:4";
+X	protein_coding	CDS	144659	145026	.	+	1	gene_id "FBgn0040372"; transcript_id "FBtr0332992"; exon_number "4"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RB"; protein_id "FBpp0305207";
+X	protein_coding	exon	145083	145324	.	+	.	gene_id "FBgn0040372"; transcript_id "FBtr0332992"; exon_number "5"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RB"; exon_id "FBgn0040372:5";
+X	protein_coding	CDS	145083	145324	.	+	2	gene_id "FBgn0040372"; transcript_id "FBtr0332992"; exon_number "5"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RB"; protein_id "FBpp0305207";
+X	protein_coding	exon	145384	145796	.	+	.	gene_id "FBgn0040372"; transcript_id "FBtr0332992"; exon_number "6"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RB"; exon_id "FBgn0040372:7";
+X	protein_coding	CDS	145384	145796	.	+	0	gene_id "FBgn0040372"; transcript_id "FBtr0332992"; exon_number "6"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RB"; protein_id "FBpp0305207";
+X	protein_coding	exon	145856	146393	.	+	.	gene_id "FBgn0040372"; transcript_id "FBtr0332992"; exon_number "7"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RB"; exon_id "FBgn0040372:9";
+X	protein_coding	CDS	145856	146393	.	+	1	gene_id "FBgn0040372"; transcript_id "FBtr0332992"; exon_number "7"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RB"; protein_id "FBpp0305207";
+X	protein_coding	exon	146463	146836	.	+	.	gene_id "FBgn0040372"; transcript_id "FBtr0332992"; exon_number "8"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RB"; exon_id "FBgn0040372:10";
+X	protein_coding	CDS	146463	146836	.	+	0	gene_id "FBgn0040372"; transcript_id "FBtr0332992"; exon_number "8"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RB"; protein_id "FBpp0305207";
+X	protein_coding	exon	147102	148683	.	+	.	gene_id "FBgn0040372"; transcript_id "FBtr0332992"; exon_number "9"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RB"; exon_id "FBgn0040372:12";
+X	protein_coding	CDS	147102	147291	.	+	1	gene_id "FBgn0040372"; transcript_id "FBtr0332992"; exon_number "9"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RB"; protein_id "FBpp0305207";
+X	protein_coding	stop_codon	147292	147294	.	+	0	gene_id "FBgn0040372"; transcript_id "FBtr0332992"; exon_number "9"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RB";
+X	protein_coding	exon	140011	141629	.	+	.	gene_id "FBgn0040372"; transcript_id "FBtr0070063"; exon_number "1"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RA"; exon_id "FBgn0040372:1";
+X	protein_coding	CDS	140883	141629	.	+	0	gene_id "FBgn0040372"; transcript_id "FBtr0070063"; exon_number "1"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RA"; protein_id "FBpp0070062";
+X	protein_coding	start_codon	140883	140885	.	+	0	gene_id "FBgn0040372"; transcript_id "FBtr0070063"; exon_number "1"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RA";
+X	protein_coding	exon	142415	144271	.	+	.	gene_id "FBgn0040372"; transcript_id "FBtr0070063"; exon_number "2"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RA"; exon_id "FBgn0040372:2";
+X	protein_coding	CDS	142415	144271	.	+	0	gene_id "FBgn0040372"; transcript_id "FBtr0070063"; exon_number "2"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RA"; protein_id "FBpp0070062";
+X	protein_coding	exon	144327	144568	.	+	.	gene_id "FBgn0040372"; transcript_id "FBtr0070063"; exon_number "3"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RA"; exon_id "FBgn0040372:3";
+X	protein_coding	CDS	144327	144568	.	+	0	gene_id "FBgn0040372"; transcript_id "FBtr0070063"; exon_number "3"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RA"; protein_id "FBpp0070062";
+X	protein_coding	exon	144659	145026	.	+	.	gene_id "FBgn0040372"; transcript_id "FBtr0070063"; exon_number "4"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RA"; exon_id "FBgn0040372:4";
+X	protein_coding	CDS	144659	145026	.	+	1	gene_id "FBgn0040372"; transcript_id "FBtr0070063"; exon_number "4"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RA"; protein_id "FBpp0070062";
+X	protein_coding	exon	145083	145324	.	+	.	gene_id "FBgn0040372"; transcript_id "FBtr0070063"; exon_number "5"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RA"; exon_id "FBgn0040372:5";
+X	protein_coding	CDS	145083	145324	.	+	2	gene_id "FBgn0040372"; transcript_id "FBtr0070063"; exon_number "5"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RA"; protein_id "FBpp0070062";
+X	protein_coding	exon	145384	145574	.	+	.	gene_id "FBgn0040372"; transcript_id "FBtr0070063"; exon_number "6"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RA"; exon_id "FBgn0040372:6";
+X	protein_coding	CDS	145384	145574	.	+	0	gene_id "FBgn0040372"; transcript_id "FBtr0070063"; exon_number "6"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RA"; protein_id "FBpp0070062";
+X	protein_coding	exon	145635	145796	.	+	.	gene_id "FBgn0040372"; transcript_id "FBtr0070063"; exon_number "7"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RA"; exon_id "FBgn0040372:8";
+X	protein_coding	CDS	145635	145796	.	+	1	gene_id "FBgn0040372"; transcript_id "FBtr0070063"; exon_number "7"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RA"; protein_id "FBpp0070062";
+X	protein_coding	exon	145856	146393	.	+	.	gene_id "FBgn0040372"; transcript_id "FBtr0070063"; exon_number "8"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RA"; exon_id "FBgn0040372:9";
+X	protein_coding	CDS	145856	146393	.	+	1	gene_id "FBgn0040372"; transcript_id "FBtr0070063"; exon_number "8"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RA"; protein_id "FBpp0070062";
+X	protein_coding	exon	146463	146836	.	+	.	gene_id "FBgn0040372"; transcript_id "FBtr0070063"; exon_number "9"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RA"; exon_id "FBgn0040372:10";
+X	protein_coding	CDS	146463	146836	.	+	0	gene_id "FBgn0040372"; transcript_id "FBtr0070063"; exon_number "9"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RA"; protein_id "FBpp0070062";
+X	protein_coding	exon	147102	148046	.	+	.	gene_id "FBgn0040372"; transcript_id "FBtr0070063"; exon_number "10"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RA"; exon_id "FBgn0040372:11";
+X	protein_coding	CDS	147102	147291	.	+	1	gene_id "FBgn0040372"; transcript_id "FBtr0070063"; exon_number "10"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RA"; protein_id "FBpp0070062";
+X	protein_coding	stop_codon	147292	147294	.	+	0	gene_id "FBgn0040372"; transcript_id "FBtr0070063"; exon_number "10"; gene_name "G9a"; gene_biotype "protein_coding"; transcript_name "G9a-RA";
+X	protein_coding	exon	148909	149449	.	+	.	gene_id "FBgn0000316"; transcript_id "FBtr0070064"; exon_number "1"; gene_name "cin"; gene_biotype "protein_coding"; transcript_name "cin-RB"; exon_id "FBgn0000316:1";
+X	protein_coding	exon	149804	149857	.	+	.	gene_id "FBgn0000316"; transcript_id "FBtr0070064"; exon_number "2"; gene_name "cin"; gene_biotype "protein_coding"; transcript_name "cin-RB"; exon_id "FBgn0000316:3";
+X	protein_coding	CDS	149827	149857	.	+	0	gene_id "FBgn0000316"; transcript_id "FBtr0070064"; exon_number "2"; gene_name "cin"; gene_biotype "protein_coding"; transcript_name "cin-RB"; protein_id "FBpp0070063";
+X	protein_coding	start_codon	149827	149829	.	+	0	gene_id "FBgn0000316"; transcript_id "FBtr0070064"; exon_number "2"; gene_name "cin"; gene_biotype "protein_coding"; transcript_name "cin-RB";
+X	protein_coding	exon	149914	150674	.	+	.	gene_id "FBgn0000316"; transcript_id "FBtr0070064"; exon_number "3"; gene_name "cin"; gene_biotype "protein_coding"; transcript_name "cin-RB"; exon_id "FBgn0000316:4";
+X	protein_coding	CDS	149914	150674	.	+	2	gene_id "FBgn0000316"; transcript_id "FBtr0070064"; exon_number "3"; gene_name "cin"; gene_biotype "protein_coding"; transcript_name "cin-RB"; protein_id "FBpp0070063";
+X	protein_coding	exon	150795	150973	.	+	.	gene_id "FBgn0000316"; transcript_id "FBtr0070064"; exon_number "4"; gene_name "cin"; gene_biotype "protein_coding"; transcript_name "cin-RB"; exon_id "FBgn0000316:5";
+X	protein_coding	CDS	150795	150973	.	+	0	gene_id "FBgn0000316"; transcript_id "FBtr0070064"; exon_number "4"; gene_name "cin"; gene_biotype "protein_coding"; transcript_name "cin-RB"; protein_id "FBpp0070063";
+X	protein_coding	exon	151032	151460	.	+	.	gene_id "FBgn0000316"; transcript_id "FBtr0070064"; exon_number "5"; gene_name "cin"; gene_biotype "protein_coding"; transcript_name "cin-RB"; exon_id "FBgn0000316:6";
+X	protein_coding	CDS	151032	151460	.	+	1	gene_id "FBgn0000316"; transcript_id "FBtr0070064"; exon_number "5"; gene_name "cin"; gene_biotype "protein_coding"; transcript_name "cin-RB"; protein_id "FBpp0070063";
+X	protein_coding	exon	151513	151675	.	+	.	gene_id "FBgn0000316"; transcript_id "FBtr0070064"; exon_number "6"; gene_name "cin"; gene_biotype "protein_coding"; transcript_name "cin-RB"; exon_id "FBgn0000316:7";
+X	protein_coding	CDS	151513	151675	.	+	1	gene_id "FBgn0000316"; transcript_id "FBtr0070064"; exon_number "6"; gene_name "cin"; gene_biotype "protein_coding"; transcript_name "cin-RB"; protein_id "FBpp0070063";
+X	protein_coding	exon	152015	152113	.	+	.	gene_id "FBgn0000316"; transcript_id "FBtr0070064"; exon_number "7"; gene_name "cin"; gene_biotype "protein_coding"; transcript_name "cin-RB"; exon_id "FBgn0000316:8";
+X	protein_coding	CDS	152015	152113	.	+	0	gene_id "FBgn0000316"; transcript_id "FBtr0070064"; exon_number "7"; gene_name "cin"; gene_biotype "protein_coding"; transcript_name "cin-RB"; protein_id "FBpp0070063";
+X	protein_coding	exon	152175	152446	.	+	.	gene_id "FBgn0000316"; transcript_id "FBtr0070064"; exon_number "8"; gene_name "cin"; gene_biotype "protein_coding"; transcript_name "cin-RB"; exon_id "FBgn0000316:9";
+X	protein_coding	CDS	152175	152315	.	+	0	gene_id "FBgn0000316"; transcript_id "FBtr0070064"; exon_number "8"; gene_name "cin"; gene_biotype "protein_coding"; transcript_name "cin-RB"; protein_id "FBpp0070063";
+X	protein_coding	stop_codon	152316	152318	.	+	0	gene_id "FBgn0000316"; transcript_id "FBtr0070064"; exon_number "8"; gene_name "cin"; gene_biotype "protein_coding"; transcript_name "cin-RB";
+X	protein_coding	exon	149707	149857	.	+	.	gene_id "FBgn0000316"; transcript_id "FBtr0070065"; exon_number "1"; gene_name "cin"; gene_biotype "protein_coding"; transcript_name "cin-RA"; exon_id "FBgn0000316:2";
+X	protein_coding	CDS	149827	149857	.	+	0	gene_id "FBgn0000316"; transcript_id "FBtr0070065"; exon_number "1"; gene_name "cin"; gene_biotype "protein_coding"; transcript_name "cin-RA"; protein_id "FBpp0070064";
+X	protein_coding	start_codon	149827	149829	.	+	0	gene_id "FBgn0000316"; transcript_id "FBtr0070065"; exon_number "1"; gene_name "cin"; gene_biotype "protein_coding"; transcript_name "cin-RA";
+X	protein_coding	exon	149914	150674	.	+	.	gene_id "FBgn0000316"; transcript_id "FBtr0070065"; exon_number "2"; gene_name "cin"; gene_biotype "protein_coding"; transcript_name "cin-RA"; exon_id "FBgn0000316:4";
+X	protein_coding	CDS	149914	150674	.	+	2	gene_id "FBgn0000316"; transcript_id "FBtr0070065"; exon_number "2"; gene_name "cin"; gene_biotype "protein_coding"; transcript_name "cin-RA"; protein_id "FBpp0070064";
+X	protein_coding	exon	150795	150973	.	+	.	gene_id "FBgn0000316"; transcript_id "FBtr0070065"; exon_number "3"; gene_name "cin"; gene_biotype "protein_coding"; transcript_name "cin-RA"; exon_id "FBgn0000316:5";
+X	protein_coding	CDS	150795	150973	.	+	0	gene_id "FBgn0000316"; transcript_id "FBtr0070065"; exon_number "3"; gene_name "cin"; gene_biotype "protein_coding"; transcript_name "cin-RA"; protein_id "FBpp0070064";
+X	protein_coding	exon	151032	151460	.	+	.	gene_id "FBgn0000316"; transcript_id "FBtr0070065"; exon_number "4"; gene_name "cin"; gene_biotype "protein_coding"; transcript_name "cin-RA"; exon_id "FBgn0000316:6";
+X	protein_coding	CDS	151032	151460	.	+	1	gene_id "FBgn0000316"; transcript_id "FBtr0070065"; exon_number "4"; gene_name "cin"; gene_biotype "protein_coding"; transcript_name "cin-RA"; protein_id "FBpp0070064";
+X	protein_coding	exon	151513	151675	.	+	.	gene_id "FBgn0000316"; transcript_id "FBtr0070065"; exon_number "5"; gene_name "cin"; gene_biotype "protein_coding"; transcript_name "cin-RA"; exon_id "FBgn0000316:7";
+X	protein_coding	CDS	151513	151675	.	+	1	gene_id "FBgn0000316"; transcript_id "FBtr0070065"; exon_number "5"; gene_name "cin"; gene_biotype "protein_coding"; transcript_name "cin-RA"; protein_id "FBpp0070064";
+X	protein_coding	exon	152015	152113	.	+	.	gene_id "FBgn0000316"; transcript_id "FBtr0070065"; exon_number "6"; gene_name "cin"; gene_biotype "protein_coding"; transcript_name "cin-RA"; exon_id "FBgn0000316:8";
+X	protein_coding	CDS	152015	152113	.	+	0	gene_id "FBgn0000316"; transcript_id "FBtr0070065"; exon_number "6"; gene_name "cin"; gene_biotype "protein_coding"; transcript_name "cin-RA"; protein_id "FBpp0070064";
+X	protein_coding	exon	152175	152503	.	+	.	gene_id "FBgn0000316"; transcript_id "FBtr0070065"; exon_number "7"; gene_name "cin"; gene_biotype "protein_coding"; transcript_name "cin-RA"; exon_id "FBgn0000316:10";
+X	protein_coding	CDS	152175	152315	.	+	0	gene_id "FBgn0000316"; transcript_id "FBtr0070065"; exon_number "7"; gene_name "cin"; gene_biotype "protein_coding"; transcript_name "cin-RA"; protein_id "FBpp0070064";
+X	protein_coding	stop_codon	152316	152318	.	+	0	gene_id "FBgn0000316"; transcript_id "FBtr0070065"; exon_number "7"; gene_name "cin"; gene_biotype "protein_coding"; transcript_name "cin-RA";
+X	protein_coding	exon	148909	149449	.	+	.	gene_id "FBgn0259722"; transcript_id "FBtr0299979"; exon_number "1"; gene_name "CG42376"; gene_biotype "protein_coding"; transcript_name "CG42376-RC"; exon_id "FBgn0259722:2";
+X	protein_coding	CDS	149102	149377	.	+	0	gene_id "FBgn0259722"; transcript_id "FBtr0299979"; exon_number "1"; gene_name "CG42376"; gene_biotype "protein_coding"; transcript_name "CG42376-RC"; protein_id "FBpp0289256";
+X	protein_coding	start_codon	149102	149104	.	+	0	gene_id "FBgn0259722"; transcript_id "FBtr0299979"; exon_number "1"; gene_name "CG42376"; gene_biotype "protein_coding"; transcript_name "CG42376-RC";
+X	protein_coding	stop_codon	149378	149380	.	+	0	gene_id "FBgn0259722"; transcript_id "FBtr0299979"; exon_number "1"; gene_name "CG42376"; gene_biotype "protein_coding"; transcript_name "CG42376-RC";
+X	protein_coding	exon	149804	149857	.	+	.	gene_id "FBgn0259722"; transcript_id "FBtr0299979"; exon_number "2"; gene_name "CG42376"; gene_biotype "protein_coding"; transcript_name "CG42376-RC"; exon_id "FBgn0259722:5";
+X	protein_coding	exon	149914	150674	.	+	.	gene_id "FBgn0259722"; transcript_id "FBtr0299979"; exon_number "3"; gene_name "CG42376"; gene_biotype "protein_coding"; transcript_name "CG42376-RC"; exon_id "FBgn0259722:6";
+X	protein_coding	exon	150795	150973	.	+	.	gene_id "FBgn0259722"; transcript_id "FBtr0299979"; exon_number "4"; gene_name "CG42376"; gene_biotype "protein_coding"; transcript_name "CG42376-RC"; exon_id "FBgn0259722:7";
+X	protein_coding	exon	151032	151460	.	+	.	gene_id "FBgn0259722"; transcript_id "FBtr0299979"; exon_number "5"; gene_name "CG42376"; gene_biotype "protein_coding"; transcript_name "CG42376-RC"; exon_id "FBgn0259722:8";
+X	protein_coding	exon	151513	151675	.	+	.	gene_id "FBgn0259722"; transcript_id "FBtr0299979"; exon_number "6"; gene_name "CG42376"; gene_biotype "protein_coding"; transcript_name "CG42376-RC"; exon_id "FBgn0259722:9";
+X	protein_coding	exon	152015	152113	.	+	.	gene_id "FBgn0259722"; transcript_id "FBtr0299979"; exon_number "7"; gene_name "CG42376"; gene_biotype "protein_coding"; transcript_name "CG42376-RC"; exon_id "FBgn0259722:10";
+X	protein_coding	exon	152175	152446	.	+	.	gene_id "FBgn0259722"; transcript_id "FBtr0299979"; exon_number "8"; gene_name "CG42376"; gene_biotype "protein_coding"; transcript_name "CG42376-RC"; exon_id "FBgn0259722:11";
+X	protein_coding	exon	148909	149450	.	+	.	gene_id "FBgn0259722"; transcript_id "FBtr0299977"; exon_number "1"; gene_name "CG42376"; gene_biotype "protein_coding"; transcript_name "CG42376-RA"; exon_id "FBgn0259722:3";
+X	protein_coding	CDS	149102	149377	.	+	0	gene_id "FBgn0259722"; transcript_id "FBtr0299977"; exon_number "1"; gene_name "CG42376"; gene_biotype "protein_coding"; transcript_name "CG42376-RA"; protein_id "FBpp0289254";
+X	protein_coding	start_codon	149102	149104	.	+	0	gene_id "FBgn0259722"; transcript_id "FBtr0299977"; exon_number "1"; gene_name "CG42376"; gene_biotype "protein_coding"; transcript_name "CG42376-RA";
+X	protein_coding	stop_codon	149378	149380	.	+	0	gene_id "FBgn0259722"; transcript_id "FBtr0299977"; exon_number "1"; gene_name "CG42376"; gene_biotype "protein_coding"; transcript_name "CG42376-RA";
+X	protein_coding	exon	148909	148954	.	+	.	gene_id "FBgn0259722"; transcript_id "FBtr0299978"; exon_number "1"; gene_name "CG42376"; gene_biotype "protein_coding"; transcript_name "CG42376-RB"; exon_id "FBgn0259722:1";
+X	protein_coding	exon	149017	149450	.	+	.	gene_id "FBgn0259722"; transcript_id "FBtr0299978"; exon_number "2"; gene_name "CG42376"; gene_biotype "protein_coding"; transcript_name "CG42376-RB"; exon_id "FBgn0259722:4";
+X	protein_coding	CDS	149102	149377	.	+	0	gene_id "FBgn0259722"; transcript_id "FBtr0299978"; exon_number "2"; gene_name "CG42376"; gene_biotype "protein_coding"; transcript_name "CG42376-RB"; protein_id "FBpp0289255";
+X	protein_coding	start_codon	149102	149104	.	+	0	gene_id "FBgn0259722"; transcript_id "FBtr0299978"; exon_number "2"; gene_name "CG42376"; gene_biotype "protein_coding"; transcript_name "CG42376-RB";
+X	protein_coding	stop_codon	149378	149380	.	+	0	gene_id "FBgn0259722"; transcript_id "FBtr0299978"; exon_number "2"; gene_name "CG42376"; gene_biotype "protein_coding"; transcript_name "CG42376-RB";
+X	protein_coding	exon	157895	158032	.	-	.	gene_id "FBgn0261446"; transcript_id "FBtr0332990"; exon_number "1"; gene_name "CG13377"; gene_biotype "protein_coding"; transcript_name "CG13377-RB"; exon_id "FBgn0261446:4";
+X	protein_coding	exon	152926	153704	.	-	.	gene_id "FBgn0261446"; transcript_id "FBtr0332990"; exon_number "2"; gene_name "CG13377"; gene_biotype "protein_coding"; transcript_name "CG13377-RB"; exon_id "FBgn0261446:2";
+X	protein_coding	CDS	152926	153694	.	-	0	gene_id "FBgn0261446"; transcript_id "FBtr0332990"; exon_number "2"; gene_name "CG13377"; gene_biotype "protein_coding"; transcript_name "CG13377-RB"; protein_id "FBpp0305206";
+X	protein_coding	start_codon	153692	153694	.	-	0	gene_id "FBgn0261446"; transcript_id "FBtr0332990"; exon_number "2"; gene_name "CG13377"; gene_biotype "protein_coding"; transcript_name "CG13377-RB";
+X	protein_coding	exon	152368	152861	.	-	.	gene_id "FBgn0261446"; transcript_id "FBtr0332990"; exon_number "3"; gene_name "CG13377"; gene_biotype "protein_coding"; transcript_name "CG13377-RB"; exon_id "FBgn0261446:1";
+X	protein_coding	CDS	152641	152861	.	-	2	gene_id "FBgn0261446"; transcript_id "FBtr0332990"; exon_number "3"; gene_name "CG13377"; gene_biotype "protein_coding"; transcript_name "CG13377-RB"; protein_id "FBpp0305206";
+X	protein_coding	stop_codon	152638	152640	.	-	0	gene_id "FBgn0261446"; transcript_id "FBtr0332990"; exon_number "3"; gene_name "CG13377"; gene_biotype "protein_coding"; transcript_name "CG13377-RB";
+X	protein_coding	exon	157701	158028	.	-	.	gene_id "FBgn0261446"; transcript_id "FBtr0070106"; exon_number "1"; gene_name "CG13377"; gene_biotype "protein_coding"; transcript_name "CG13377-RA"; exon_id "FBgn0261446:3";
+X	protein_coding	exon	152926	153704	.	-	.	gene_id "FBgn0261446"; transcript_id "FBtr0070106"; exon_number "2"; gene_name "CG13377"; gene_biotype "protein_coding"; transcript_name "CG13377-RA"; exon_id "FBgn0261446:2";
+X	protein_coding	CDS	152926	153694	.	-	0	gene_id "FBgn0261446"; transcript_id "FBtr0070106"; exon_number "2"; gene_name "CG13377"; gene_biotype "protein_coding"; transcript_name "CG13377-RA"; protein_id "FBpp0070101";
+X	protein_coding	start_codon	153692	153694	.	-	0	gene_id "FBgn0261446"; transcript_id "FBtr0070106"; exon_number "2"; gene_name "CG13377"; gene_biotype "protein_coding"; transcript_name "CG13377-RA";
+X	protein_coding	exon	152368	152861	.	-	.	gene_id "FBgn0261446"; transcript_id "FBtr0070106"; exon_number "3"; gene_name "CG13377"; gene_biotype "protein_coding"; transcript_name "CG13377-RA"; exon_id "FBgn0261446:1";
+X	protein_coding	CDS	152641	152861	.	-	2	gene_id "FBgn0261446"; transcript_id "FBtr0070106"; exon_number "3"; gene_name "CG13377"; gene_biotype "protein_coding"; transcript_name "CG13377-RA"; protein_id "FBpp0070101";
+X	protein_coding	stop_codon	152638	152640	.	-	0	gene_id "FBgn0261446"; transcript_id "FBtr0070106"; exon_number "3"; gene_name "CG13377"; gene_biotype "protein_coding"; transcript_name "CG13377-RA";
+X	ncRNA	exon	152498	153723	.	+	.	gene_id "FBgn0264507"; transcript_id "FBtr0332991"; exon_number "1"; gene_name "CR43906"; gene_biotype "ncRNA"; transcript_name "CR43906-RA"; exon_id "FBgn0264507:1";
+X	ncRNA	exon	160265	161286	.	+	.	gene_id "FBgn0264507"; transcript_id "FBtr0332991"; exon_number "2"; gene_name "CR43906"; gene_biotype "ncRNA"; transcript_name "CR43906-RA"; exon_id "FBgn0264507:2";
+X	protein_coding	exon	160991	161061	.	-	.	gene_id "FBgn0029518"; transcript_id "FBtr0332988"; exon_number "1"; gene_name "CG13376"; gene_biotype "protein_coding"; transcript_name "CG13376-RC"; exon_id "FBgn0029518:4";
+X	protein_coding	exon	159757	160874	.	-	.	gene_id "FBgn0029518"; transcript_id "FBtr0332988"; exon_number "2"; gene_name "CG13376"; gene_biotype "protein_coding"; transcript_name "CG13376-RC"; exon_id "FBgn0029518:1";
+X	protein_coding	CDS	160281	160859	.	-	0	gene_id "FBgn0029518"; transcript_id "FBtr0332988"; exon_number "2"; gene_name "CG13376"; gene_biotype "protein_coding"; transcript_name "CG13376-RC"; protein_id "FBpp0305204";
+X	protein_coding	start_codon	160857	160859	.	-	0	gene_id "FBgn0029518"; transcript_id "FBtr0332988"; exon_number "2"; gene_name "CG13376"; gene_biotype "protein_coding"; transcript_name "CG13376-RC";
+X	protein_coding	stop_codon	160278	160280	.	-	0	gene_id "FBgn0029518"; transcript_id "FBtr0332988"; exon_number "2"; gene_name "CG13376"; gene_biotype "protein_coding"; transcript_name "CG13376-RC";
+X	protein_coding	exon	160984	161061	.	-	.	gene_id "FBgn0029518"; transcript_id "FBtr0332989"; exon_number "1"; gene_name "CG13376"; gene_biotype "protein_coding"; transcript_name "CG13376-RD"; exon_id "FBgn0029518:3";
+X	protein_coding	CDS	160984	161001	.	-	0	gene_id "FBgn0029518"; transcript_id "FBtr0332989"; exon_number "1"; gene_name "CG13376"; gene_biotype "protein_coding"; transcript_name "CG13376-RD"; protein_id "FBpp0305205";
+X	protein_coding	start_codon	160999	161001	.	-	0	gene_id "FBgn0029518"; transcript_id "FBtr0332989"; exon_number "1"; gene_name "CG13376"; gene_biotype "protein_coding"; transcript_name "CG13376-RD";
+X	protein_coding	exon	159757	160874	.	-	.	gene_id "FBgn0029518"; transcript_id "FBtr0332989"; exon_number "2"; gene_name "CG13376"; gene_biotype "protein_coding"; transcript_name "CG13376-RD"; exon_id "FBgn0029518:114";
+X	protein_coding	CDS	160281	160874	.	-	0	gene_id "FBgn0029518"; transcript_id "FBtr0332989"; exon_number "2"; gene_name "CG13376"; gene_biotype "protein_coding"; transcript_name "CG13376-RD"; protein_id "FBpp0305205";
+X	protein_coding	stop_codon	160278	160280	.	-	0	gene_id "FBgn0029518"; transcript_id "FBtr0332989"; exon_number "2"; gene_name "CG13376"; gene_biotype "protein_coding"; transcript_name "CG13376-RD";
+X	protein_coding	exon	160996	161061	.	-	.	gene_id "FBgn0029518"; transcript_id "FBtr0308207"; exon_number "1"; gene_name "CG13376"; gene_biotype "protein_coding"; transcript_name "CG13376-RB"; exon_id "FBgn0029518:5";
+X	protein_coding	CDS	160996	161001	.	-	0	gene_id "FBgn0029518"; transcript_id "FBtr0308207"; exon_number "1"; gene_name "CG13376"; gene_biotype "protein_coding"; transcript_name "CG13376-RB"; protein_id "FBpp0300527";
+X	protein_coding	start_codon	160999	161001	.	-	0	gene_id "FBgn0029518"; transcript_id "FBtr0308207"; exon_number "1"; gene_name "CG13376"; gene_biotype "protein_coding"; transcript_name "CG13376-RB";
+X	protein_coding	exon	160106	160874	.	-	.	gene_id "FBgn0029518"; transcript_id "FBtr0308207"; exon_number "2"; gene_name "CG13376"; gene_biotype "protein_coding"; transcript_name "CG13376-RB"; exon_id "FBgn0029518:2";
+X	protein_coding	CDS	160281	160874	.	-	0	gene_id "FBgn0029518"; transcript_id "FBtr0308207"; exon_number "2"; gene_name "CG13376"; gene_biotype "protein_coding"; transcript_name "CG13376-RB"; protein_id "FBpp0300527";
+X	protein_coding	stop_codon	160278	160280	.	-	0	gene_id "FBgn0029518"; transcript_id "FBtr0308207"; exon_number "2"; gene_name "CG13376"; gene_biotype "protein_coding"; transcript_name "CG13376-RB";
+X	protein_coding	exon	173218	173667	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100577"; exon_number "1"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RC"; exon_id "FBgn0005427:133";
+X	protein_coding	exon	167503	168561	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100577"; exon_number "2"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RC"; exon_id "FBgn0005427:134";
+X	protein_coding	CDS	167503	168450	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100577"; exon_number "2"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RC"; protein_id "FBpp0100032";
+X	protein_coding	start_codon	168448	168450	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100577"; exon_number "2"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RC";
+X	protein_coding	exon	167216	167425	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100577"; exon_number "3"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RC"; exon_id "FBgn0005427:135";
+X	protein_coding	CDS	167216	167425	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100577"; exon_number "3"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RC"; protein_id "FBpp0100032";
+X	protein_coding	exon	166455	166916	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100577"; exon_number "4"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RC"; exon_id "FBgn0005427:136";
+X	protein_coding	CDS	166455	166916	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100577"; exon_number "4"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RC"; protein_id "FBpp0100032";
+X	protein_coding	exon	165521	165646	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100577"; exon_number "5"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RC"; exon_id "FBgn0005427:137";
+X	protein_coding	CDS	165521	165646	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100577"; exon_number "5"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RC"; protein_id "FBpp0100032";
+X	protein_coding	exon	165323	165458	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100577"; exon_number "6"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RC"; exon_id "FBgn0005427:138";
+X	protein_coding	CDS	165323	165458	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100577"; exon_number "6"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RC"; protein_id "FBpp0100032";
+X	protein_coding	exon	165121	165242	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100577"; exon_number "7"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RC"; exon_id "FBgn0005427:139";
+X	protein_coding	CDS	165121	165242	.	-	2	gene_id "FBgn0005427"; transcript_id "FBtr0100577"; exon_number "7"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RC"; protein_id "FBpp0100032";
+X	protein_coding	exon	162542	163399	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100577"; exon_number "8"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RC"; exon_id "FBgn0005427:140";
+X	protein_coding	CDS	163205	163399	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100577"; exon_number "8"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RC"; protein_id "FBpp0100032";
+X	protein_coding	stop_codon	163202	163204	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100577"; exon_number "8"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RC";
+X	protein_coding	exon	173218	173667	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100578"; exon_number "1"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RD"; exon_id "FBgn0005427:133";
+X	protein_coding	exon	167503	168561	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100578"; exon_number "2"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RD"; exon_id "FBgn0005427:134";
+X	protein_coding	CDS	167503	168450	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100578"; exon_number "2"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RD"; protein_id "FBpp0100033";
+X	protein_coding	start_codon	168448	168450	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100578"; exon_number "2"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RD";
+X	protein_coding	exon	167216	167425	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100578"; exon_number "3"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RD"; exon_id "FBgn0005427:135";
+X	protein_coding	CDS	167216	167425	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100578"; exon_number "3"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RD"; protein_id "FBpp0100033";
+X	protein_coding	exon	166455	166916	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100578"; exon_number "4"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RD"; exon_id "FBgn0005427:136";
+X	protein_coding	CDS	166455	166916	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100578"; exon_number "4"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RD"; protein_id "FBpp0100033";
+X	protein_coding	exon	165835	165908	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100578"; exon_number "5"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RD"; exon_id "FBgn0005427:145";
+X	protein_coding	CDS	165835	165908	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100578"; exon_number "5"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RD"; protein_id "FBpp0100033";
+X	protein_coding	exon	165521	165646	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100578"; exon_number "6"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RD"; exon_id "FBgn0005427:146";
+X	protein_coding	CDS	165598	165646	.	-	1	gene_id "FBgn0005427"; transcript_id "FBtr0100578"; exon_number "6"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RD"; protein_id "FBpp0100033";
+X	protein_coding	stop_codon	165595	165597	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100578"; exon_number "6"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RD";
+X	protein_coding	exon	165323	165458	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100578"; exon_number "7"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RD"; exon_id "FBgn0005427:147";
+X	protein_coding	exon	165121	165242	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100578"; exon_number "8"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RD"; exon_id "FBgn0005427:148";
+X	protein_coding	exon	162542	163399	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100578"; exon_number "9"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RD"; exon_id "FBgn0005427:149";
+X	protein_coding	exon	173218	173667	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100579"; exon_number "1"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RE"; exon_id "FBgn0005427:133";
+X	protein_coding	exon	167503	168561	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100579"; exon_number "2"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RE"; exon_id "FBgn0005427:134";
+X	protein_coding	CDS	167503	168450	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100579"; exon_number "2"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RE"; protein_id "FBpp0100034";
+X	protein_coding	start_codon	168448	168450	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100579"; exon_number "2"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RE";
+X	protein_coding	exon	167216	167425	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100579"; exon_number "3"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RE"; exon_id "FBgn0005427:135";
+X	protein_coding	CDS	167216	167425	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100579"; exon_number "3"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RE"; protein_id "FBpp0100034";
+X	protein_coding	exon	166455	166916	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100579"; exon_number "4"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RE"; exon_id "FBgn0005427:136";
+X	protein_coding	CDS	166455	166916	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100579"; exon_number "4"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RE"; protein_id "FBpp0100034";
+X	protein_coding	exon	165521	165646	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100579"; exon_number "5"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RE"; exon_id "FBgn0005427:137";
+X	protein_coding	CDS	165521	165646	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100579"; exon_number "5"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RE"; protein_id "FBpp0100034";
+X	protein_coding	exon	165323	165458	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100579"; exon_number "6"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RE"; exon_id "FBgn0005427:138";
+X	protein_coding	CDS	165323	165458	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100579"; exon_number "6"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RE"; protein_id "FBpp0100034";
+X	protein_coding	exon	165121	165242	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100579"; exon_number "7"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RE"; exon_id "FBgn0005427:139";
+X	protein_coding	CDS	165121	165242	.	-	2	gene_id "FBgn0005427"; transcript_id "FBtr0100579"; exon_number "7"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RE"; protein_id "FBpp0100034";
+X	protein_coding	exon	163464	163501	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100579"; exon_number "8"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RE"; exon_id "FBgn0005427:157";
+X	protein_coding	CDS	163464	163501	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100579"; exon_number "8"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RE"; protein_id "FBpp0100034";
+X	protein_coding	exon	162542	163399	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100579"; exon_number "9"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RE"; exon_id "FBgn0005427:158";
+X	protein_coding	CDS	163345	163399	.	-	1	gene_id "FBgn0005427"; transcript_id "FBtr0100579"; exon_number "9"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RE"; protein_id "FBpp0100034";
+X	protein_coding	stop_codon	163342	163344	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100579"; exon_number "9"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RE";
+X	protein_coding	exon	173218	173667	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100580"; exon_number "1"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RF"; exon_id "FBgn0005427:133";
+X	protein_coding	exon	167503	168561	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100580"; exon_number "2"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RF"; exon_id "FBgn0005427:134";
+X	protein_coding	CDS	167503	168450	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100580"; exon_number "2"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RF"; protein_id "FBpp0100035";
+X	protein_coding	start_codon	168448	168450	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100580"; exon_number "2"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RF";
+X	protein_coding	exon	167216	167425	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100580"; exon_number "3"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RF"; exon_id "FBgn0005427:135";
+X	protein_coding	CDS	167216	167425	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100580"; exon_number "3"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RF"; protein_id "FBpp0100035";
+X	protein_coding	exon	165521	165646	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100580"; exon_number "4"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RF"; exon_id "FBgn0005427:137";
+X	protein_coding	CDS	165521	165646	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100580"; exon_number "4"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RF"; protein_id "FBpp0100035";
+X	protein_coding	exon	165323	165458	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100580"; exon_number "5"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RF"; exon_id "FBgn0005427:138";
+X	protein_coding	CDS	165323	165458	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100580"; exon_number "5"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RF"; protein_id "FBpp0100035";
+X	protein_coding	exon	165121	165242	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100580"; exon_number "6"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RF"; exon_id "FBgn0005427:139";
+X	protein_coding	CDS	165121	165242	.	-	2	gene_id "FBgn0005427"; transcript_id "FBtr0100580"; exon_number "6"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RF"; protein_id "FBpp0100035";
+X	protein_coding	exon	162542	163399	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100580"; exon_number "7"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RF"; exon_id "FBgn0005427:140";
+X	protein_coding	CDS	163205	163399	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100580"; exon_number "7"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RF"; protein_id "FBpp0100035";
+X	protein_coding	stop_codon	163202	163204	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100580"; exon_number "7"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RF";
+X	protein_coding	exon	173218	173667	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100581"; exon_number "1"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RG"; exon_id "FBgn0005427:133";
+X	protein_coding	exon	167503	168561	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100581"; exon_number "2"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RG"; exon_id "FBgn0005427:134";
+X	protein_coding	CDS	167503	168450	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100581"; exon_number "2"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RG"; protein_id "FBpp0100036";
+X	protein_coding	start_codon	168448	168450	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100581"; exon_number "2"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RG";
+X	protein_coding	exon	167216	167425	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100581"; exon_number "3"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RG"; exon_id "FBgn0005427:135";
+X	protein_coding	CDS	167216	167425	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100581"; exon_number "3"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RG"; protein_id "FBpp0100036";
+X	protein_coding	exon	165521	165646	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100581"; exon_number "4"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RG"; exon_id "FBgn0005427:137";
+X	protein_coding	CDS	165521	165646	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100581"; exon_number "4"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RG"; protein_id "FBpp0100036";
+X	protein_coding	exon	165323	165458	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100581"; exon_number "5"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RG"; exon_id "FBgn0005427:138";
+X	protein_coding	CDS	165323	165458	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100581"; exon_number "5"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RG"; protein_id "FBpp0100036";
+X	protein_coding	exon	165121	165242	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100581"; exon_number "6"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RG"; exon_id "FBgn0005427:139";
+X	protein_coding	CDS	165121	165242	.	-	2	gene_id "FBgn0005427"; transcript_id "FBtr0100581"; exon_number "6"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RG"; protein_id "FBpp0100036";
+X	protein_coding	exon	163464	163501	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100581"; exon_number "7"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RG"; exon_id "FBgn0005427:157";
+X	protein_coding	CDS	163464	163501	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100581"; exon_number "7"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RG"; protein_id "FBpp0100036";
+X	protein_coding	exon	162542	163399	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100581"; exon_number "8"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RG"; exon_id "FBgn0005427:158";
+X	protein_coding	CDS	163345	163399	.	-	1	gene_id "FBgn0005427"; transcript_id "FBtr0100581"; exon_number "8"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RG"; protein_id "FBpp0100036";
+X	protein_coding	stop_codon	163342	163344	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100581"; exon_number "8"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RG";
+X	protein_coding	exon	173218	173667	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100582"; exon_number "1"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RH"; exon_id "FBgn0005427:133";
+X	protein_coding	exon	167503	168561	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100582"; exon_number "2"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RH"; exon_id "FBgn0005427:134";
+X	protein_coding	CDS	167503	168450	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100582"; exon_number "2"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RH"; protein_id "FBpp0100037";
+X	protein_coding	start_codon	168448	168450	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100582"; exon_number "2"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RH";
+X	protein_coding	exon	167216	167425	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100582"; exon_number "3"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RH"; exon_id "FBgn0005427:135";
+X	protein_coding	CDS	167216	167425	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100582"; exon_number "3"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RH"; protein_id "FBpp0100037";
+X	protein_coding	exon	165835	165908	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100582"; exon_number "4"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RH"; exon_id "FBgn0005427:145";
+X	protein_coding	CDS	165835	165908	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100582"; exon_number "4"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RH"; protein_id "FBpp0100037";
+X	protein_coding	exon	165521	165646	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100582"; exon_number "5"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RH"; exon_id "FBgn0005427:146";
+X	protein_coding	CDS	165598	165646	.	-	1	gene_id "FBgn0005427"; transcript_id "FBtr0100582"; exon_number "5"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RH"; protein_id "FBpp0100037";
+X	protein_coding	stop_codon	165595	165597	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0100582"; exon_number "5"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RH";
+X	protein_coding	exon	165323	165458	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100582"; exon_number "6"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RH"; exon_id "FBgn0005427:147";
+X	protein_coding	exon	165121	165242	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100582"; exon_number "7"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RH"; exon_id "FBgn0005427:148";
+X	protein_coding	exon	162542	163399	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0100582"; exon_number "8"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RH"; exon_id "FBgn0005427:149";
+X	protein_coding	exon	167503	170410	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0089442"; exon_number "1"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RA"; exon_id "FBgn0005427:119";
+X	protein_coding	CDS	167503	168450	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0089442"; exon_number "1"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RA"; protein_id "FBpp0088457";
+X	protein_coding	start_codon	168448	168450	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0089442"; exon_number "1"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RA";
+X	protein_coding	exon	167216	167425	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0089442"; exon_number "2"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RA"; exon_id "FBgn0005427:135";
+X	protein_coding	CDS	167216	167425	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0089442"; exon_number "2"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RA"; protein_id "FBpp0088457";
+X	protein_coding	exon	166455	166916	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0089442"; exon_number "3"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RA"; exon_id "FBgn0005427:136";
+X	protein_coding	CDS	166455	166916	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0089442"; exon_number "3"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RA"; protein_id "FBpp0088457";
+X	protein_coding	exon	165521	165646	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0089442"; exon_number "4"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RA"; exon_id "FBgn0005427:137";
+X	protein_coding	CDS	165521	165646	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0089442"; exon_number "4"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RA"; protein_id "FBpp0088457";
+X	protein_coding	exon	165323	165458	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0089442"; exon_number "5"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RA"; exon_id "FBgn0005427:138";
+X	protein_coding	CDS	165323	165458	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0089442"; exon_number "5"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RA"; protein_id "FBpp0088457";
+X	protein_coding	exon	165121	165242	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0089442"; exon_number "6"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RA"; exon_id "FBgn0005427:139";
+X	protein_coding	CDS	165121	165242	.	-	2	gene_id "FBgn0005427"; transcript_id "FBtr0089442"; exon_number "6"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RA"; protein_id "FBpp0088457";
+X	protein_coding	exon	162557	163399	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0089442"; exon_number "7"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RA"; exon_id "FBgn0005427:125";
+X	protein_coding	CDS	163205	163399	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0089442"; exon_number "7"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RA"; protein_id "FBpp0088457";
+X	protein_coding	stop_codon	163202	163204	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0089442"; exon_number "7"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RA";
+X	protein_coding	exon	173218	173751	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0332978"; exon_number "1"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RN"; exon_id "FBgn0005427:188";
+X	protein_coding	exon	167503	168561	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0332978"; exon_number "2"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RN"; exon_id "FBgn0005427:134";
+X	protein_coding	CDS	167503	168450	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0332978"; exon_number "2"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RN"; protein_id "FBpp0305194";
+X	protein_coding	start_codon	168448	168450	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0332978"; exon_number "2"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RN";
+X	protein_coding	exon	167216	167420	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0332978"; exon_number "3"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RN"; exon_id "FBgn0005427:190";
+X	protein_coding	CDS	167340	167420	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0332978"; exon_number "3"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RN"; protein_id "FBpp0305194";
+X	protein_coding	stop_codon	167337	167339	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0332978"; exon_number "3"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RN";
+X	protein_coding	exon	166455	166916	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0332978"; exon_number "4"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RN"; exon_id "FBgn0005427:191";
+X	protein_coding	exon	165521	165646	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0332978"; exon_number "5"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RN"; exon_id "FBgn0005427:192";
+X	protein_coding	exon	165323	165458	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0332978"; exon_number "6"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RN"; exon_id "FBgn0005427:147";
+X	protein_coding	exon	163625	165242	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0332978"; exon_number "7"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RN"; exon_id "FBgn0005427:194";
+X	protein_coding	exon	173218	173667	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0332976"; exon_number "1"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RL"; exon_id "FBgn0005427:133";
+X	protein_coding	exon	167503	168561	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0332976"; exon_number "2"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RL"; exon_id "FBgn0005427:134";
+X	protein_coding	CDS	167503	168450	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0332976"; exon_number "2"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RL"; protein_id "FBpp0305192";
+X	protein_coding	start_codon	168448	168450	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0332976"; exon_number "2"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RL";
+X	protein_coding	exon	167216	167425	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0332976"; exon_number "3"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RL"; exon_id "FBgn0005427:135";
+X	protein_coding	CDS	167216	167425	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0332976"; exon_number "3"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RL"; protein_id "FBpp0305192";
+X	protein_coding	exon	166491	166916	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0332976"; exon_number "4"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RL"; exon_id "FBgn0005427:177";
+X	protein_coding	CDS	166491	166916	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0332976"; exon_number "4"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RL"; protein_id "FBpp0305192";
+X	protein_coding	exon	165521	165646	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0332976"; exon_number "5"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RL"; exon_id "FBgn0005427:137";
+X	protein_coding	CDS	165521	165646	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0332976"; exon_number "5"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RL"; protein_id "FBpp0305192";
+X	protein_coding	exon	165323	165458	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0332976"; exon_number "6"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RL"; exon_id "FBgn0005427:138";
+X	protein_coding	CDS	165323	165458	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0332976"; exon_number "6"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RL"; protein_id "FBpp0305192";
+X	protein_coding	exon	163625	165242	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0332976"; exon_number "7"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RL"; exon_id "FBgn0005427:180";
+X	protein_coding	CDS	164605	165242	.	-	2	gene_id "FBgn0005427"; transcript_id "FBtr0332976"; exon_number "7"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RL"; protein_id "FBpp0305192";
+X	protein_coding	stop_codon	164602	164604	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0332976"; exon_number "7"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RL";
+X	protein_coding	exon	173218	173667	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0332977"; exon_number "1"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RM"; exon_id "FBgn0005427:133";
+X	protein_coding	exon	167503	168561	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0332977"; exon_number "2"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RM"; exon_id "FBgn0005427:134";
+X	protein_coding	CDS	167503	168450	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0332977"; exon_number "2"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RM"; protein_id "FBpp0305193";
+X	protein_coding	start_codon	168448	168450	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0332977"; exon_number "2"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RM";
+X	protein_coding	exon	167216	167425	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0332977"; exon_number "3"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RM"; exon_id "FBgn0005427:135";
+X	protein_coding	CDS	167216	167425	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0332977"; exon_number "3"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RM"; protein_id "FBpp0305193";
+X	protein_coding	exon	166590	166916	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0332977"; exon_number "4"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RM"; exon_id "FBgn0005427:184";
+X	protein_coding	CDS	166590	166916	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0332977"; exon_number "4"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RM"; protein_id "FBpp0305193";
+X	protein_coding	exon	165521	165646	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0332977"; exon_number "5"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RM"; exon_id "FBgn0005427:137";
+X	protein_coding	CDS	165521	165646	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0332977"; exon_number "5"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RM"; protein_id "FBpp0305193";
+X	protein_coding	exon	165323	165458	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0332977"; exon_number "6"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RM"; exon_id "FBgn0005427:138";
+X	protein_coding	CDS	165323	165458	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0332977"; exon_number "6"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RM"; protein_id "FBpp0305193";
+X	protein_coding	exon	163625	165242	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0332977"; exon_number "7"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RM"; exon_id "FBgn0005427:180";
+X	protein_coding	CDS	164605	165242	.	-	2	gene_id "FBgn0005427"; transcript_id "FBtr0332977"; exon_number "7"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RM"; protein_id "FBpp0305193";
+X	protein_coding	stop_codon	164602	164604	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0332977"; exon_number "7"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RM";
+X	protein_coding	exon	173218	173667	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0089441"; exon_number "1"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RB"; exon_id "FBgn0005427:133";
+X	protein_coding	exon	167503	168561	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0089441"; exon_number "2"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RB"; exon_id "FBgn0005427:134";
+X	protein_coding	CDS	167503	168450	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0089441"; exon_number "2"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RB"; protein_id "FBpp0088456";
+X	protein_coding	start_codon	168448	168450	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0089441"; exon_number "2"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RB";
+X	protein_coding	exon	167216	167425	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0089441"; exon_number "3"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RB"; exon_id "FBgn0005427:135";
+X	protein_coding	CDS	167216	167425	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0089441"; exon_number "3"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RB"; protein_id "FBpp0088456";
+X	protein_coding	exon	166455	166916	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0089441"; exon_number "4"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RB"; exon_id "FBgn0005427:136";
+X	protein_coding	CDS	166455	166916	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0089441"; exon_number "4"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RB"; protein_id "FBpp0088456";
+X	protein_coding	exon	165521	165646	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0089441"; exon_number "5"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RB"; exon_id "FBgn0005427:137";
+X	protein_coding	CDS	165521	165646	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0089441"; exon_number "5"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RB"; protein_id "FBpp0088456";
+X	protein_coding	exon	165323	165458	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0089441"; exon_number "6"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RB"; exon_id "FBgn0005427:138";
+X	protein_coding	CDS	165323	165458	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0089441"; exon_number "6"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RB"; protein_id "FBpp0088456";
+X	protein_coding	exon	163644	165242	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0089441"; exon_number "7"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RB"; exon_id "FBgn0005427:132";
+X	protein_coding	CDS	164605	165242	.	-	2	gene_id "FBgn0005427"; transcript_id "FBtr0089441"; exon_number "7"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RB"; protein_id "FBpp0088456";
+X	protein_coding	stop_codon	164602	164604	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0089441"; exon_number "7"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RB";
+X	protein_coding	exon	173218	173667	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0308208"; exon_number "1"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RJ"; exon_id "FBgn0005427:133";
+X	protein_coding	exon	167494	168561	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0308208"; exon_number "2"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RJ"; exon_id "FBgn0005427:106";
+X	protein_coding	CDS	167494	168450	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0308208"; exon_number "2"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RJ"; protein_id "FBpp0300528";
+X	protein_coding	start_codon	168448	168450	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0308208"; exon_number "2"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RJ";
+X	protein_coding	exon	167216	167425	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0308208"; exon_number "3"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RJ"; exon_id "FBgn0005427:135";
+X	protein_coding	CDS	167216	167425	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0308208"; exon_number "3"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RJ"; protein_id "FBpp0300528";
+X	protein_coding	exon	165521	165646	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0308208"; exon_number "4"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RJ"; exon_id "FBgn0005427:137";
+X	protein_coding	CDS	165521	165646	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0308208"; exon_number "4"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RJ"; protein_id "FBpp0300528";
+X	protein_coding	exon	165323	165458	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0308208"; exon_number "5"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RJ"; exon_id "FBgn0005427:138";
+X	protein_coding	CDS	165323	165458	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0308208"; exon_number "5"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RJ"; protein_id "FBpp0300528";
+X	protein_coding	exon	163644	165242	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0308208"; exon_number "6"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RJ"; exon_id "FBgn0005427:132";
+X	protein_coding	CDS	164605	165242	.	-	2	gene_id "FBgn0005427"; transcript_id "FBtr0308208"; exon_number "6"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RJ"; protein_id "FBpp0300528";
+X	protein_coding	stop_codon	164602	164604	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0308208"; exon_number "6"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RJ";
+X	protein_coding	exon	173218	173667	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0308209"; exon_number "1"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RK"; exon_id "FBgn0005427:133";
+X	protein_coding	exon	167494	168561	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0308209"; exon_number "2"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RK"; exon_id "FBgn0005427:106";
+X	protein_coding	CDS	167494	168450	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0308209"; exon_number "2"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RK"; protein_id "FBpp0300529";
+X	protein_coding	start_codon	168448	168450	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0308209"; exon_number "2"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RK";
+X	protein_coding	exon	167216	167425	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0308209"; exon_number "3"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RK"; exon_id "FBgn0005427:135";
+X	protein_coding	CDS	167216	167425	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0308209"; exon_number "3"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RK"; protein_id "FBpp0300529";
+X	protein_coding	exon	166455	166916	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0308209"; exon_number "4"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RK"; exon_id "FBgn0005427:136";
+X	protein_coding	CDS	166455	166916	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0308209"; exon_number "4"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RK"; protein_id "FBpp0300529";
+X	protein_coding	exon	165521	165646	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0308209"; exon_number "5"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RK"; exon_id "FBgn0005427:137";
+X	protein_coding	CDS	165521	165646	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0308209"; exon_number "5"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RK"; protein_id "FBpp0300529";
+X	protein_coding	exon	165323	165458	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0308209"; exon_number "6"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RK"; exon_id "FBgn0005427:138";
+X	protein_coding	CDS	165323	165458	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0308209"; exon_number "6"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RK"; protein_id "FBpp0300529";
+X	protein_coding	exon	163644	165242	.	-	.	gene_id "FBgn0005427"; transcript_id "FBtr0308209"; exon_number "7"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RK"; exon_id "FBgn0005427:132";
+X	protein_coding	CDS	164605	165242	.	-	2	gene_id "FBgn0005427"; transcript_id "FBtr0308209"; exon_number "7"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RK"; protein_id "FBpp0300529";
+X	protein_coding	stop_codon	164602	164604	.	-	0	gene_id "FBgn0005427"; transcript_id "FBtr0308209"; exon_number "7"; gene_name "ewg"; gene_biotype "protein_coding"; transcript_name "ewg-RK";
+X	protein_coding	exon	173736	173790	.	+	.	gene_id "FBgn0024989"; transcript_id "FBtr0070066"; exon_number "1"; gene_name "CG3777"; gene_biotype "protein_coding"; transcript_name "CG3777-RB"; exon_id "CG3777:1";
+X	protein_coding	exon	237725	237866	.	+	.	gene_id "FBgn0024989"; transcript_id "FBtr0070066"; exon_number "2"; gene_name "CG3777"; gene_biotype "protein_coding"; transcript_name "CG3777-RB"; exon_id "CG3777:2";
+X	protein_coding	CDS	237853	237866	.	+	0	gene_id "FBgn0024989"; transcript_id "FBtr0070066"; exon_number "2"; gene_name "CG3777"; gene_biotype "protein_coding"; transcript_name "CG3777-RB"; protein_id "FBpp0070065";
+X	protein_coding	start_codon	237853	237855	.	+	0	gene_id "FBgn0024989"; transcript_id "FBtr0070066"; exon_number "2"; gene_name "CG3777"; gene_biotype "protein_coding"; transcript_name "CG3777-RB";
+X	protein_coding	exon	240182	241740	.	+	.	gene_id "FBgn0024989"; transcript_id "FBtr0070066"; exon_number "3"; gene_name "CG3777"; gene_biotype "protein_coding"; transcript_name "CG3777-RB"; exon_id "CG3777:3";
+X	protein_coding	CDS	240182	241740	.	+	1	gene_id "FBgn0024989"; transcript_id "FBtr0070066"; exon_number "3"; gene_name "CG3777"; gene_biotype "protein_coding"; transcript_name "CG3777-RB"; protein_id "FBpp0070065";
+X	protein_coding	exon	242113	242271	.	+	.	gene_id "FBgn0024989"; transcript_id "FBtr0070066"; exon_number "4"; gene_name "CG3777"; gene_biotype "protein_coding"; transcript_name "CG3777-RB"; exon_id "CG3777:4";
+X	protein_coding	CDS	242113	242271	.	+	2	gene_id "FBgn0024989"; transcript_id "FBtr0070066"; exon_number "4"; gene_name "CG3777"; gene_biotype "protein_coding"; transcript_name "CG3777-RB"; protein_id "FBpp0070065";
+X	protein_coding	exon	242680	243357	.	+	.	gene_id "FBgn0024989"; transcript_id "FBtr0070066"; exon_number "5"; gene_name "CG3777"; gene_biotype "protein_coding"; transcript_name "CG3777-RB"; exon_id "CG3777:5";
+X	protein_coding	CDS	242680	243357	.	+	2	gene_id "FBgn0024989"; transcript_id "FBtr0070066"; exon_number "5"; gene_name "CG3777"; gene_biotype "protein_coding"; transcript_name "CG3777-RB"; protein_id "FBpp0070065";
+X	protein_coding	exon	243477	244237	.	+	.	gene_id "FBgn0024989"; transcript_id "FBtr0070066"; exon_number "6"; gene_name "CG3777"; gene_biotype "protein_coding"; transcript_name "CG3777-RB"; exon_id "CG3777:6";
+X	protein_coding	CDS	243477	243703	.	+	2	gene_id "FBgn0024989"; transcript_id "FBtr0070066"; exon_number "6"; gene_name "CG3777"; gene_biotype "protein_coding"; transcript_name "CG3777-RB"; protein_id "FBpp0070065";
+X	protein_coding	stop_codon	243704	243706	.	+	0	gene_id "FBgn0024989"; transcript_id "FBtr0070066"; exon_number "6"; gene_name "CG3777"; gene_biotype "protein_coding"; transcript_name "CG3777-RB";
+X	protein_coding	exon	237078	237152	.	+	.	gene_id "FBgn0024989"; transcript_id "FBtr0070067"; exon_number "1"; gene_name "CG3777"; gene_biotype "protein_coding"; transcript_name "CG3777-RA"; exon_id "CG3777:7";
+X	protein_coding	exon	237725	237866	.	+	.	gene_id "FBgn0024989"; transcript_id "FBtr0070067"; exon_number "2"; gene_name "CG3777"; gene_biotype "protein_coding"; transcript_name "CG3777-RA"; exon_id "CG3777:2";
+X	protein_coding	CDS	237853	237866	.	+	0	gene_id "FBgn0024989"; transcript_id "FBtr0070067"; exon_number "2"; gene_name "CG3777"; gene_biotype "protein_coding"; transcript_name "CG3777-RA"; protein_id "FBpp0070066";
+X	protein_coding	start_codon	237853	237855	.	+	0	gene_id "FBgn0024989"; transcript_id "FBtr0070067"; exon_number "2"; gene_name "CG3777"; gene_biotype "protein_coding"; transcript_name "CG3777-RA";
+X	protein_coding	exon	240182	241740	.	+	.	gene_id "FBgn0024989"; transcript_id "FBtr0070067"; exon_number "3"; gene_name "CG3777"; gene_biotype "protein_coding"; transcript_name "CG3777-RA"; exon_id "CG3777:3";
+X	protein_coding	CDS	240182	241740	.	+	1	gene_id "FBgn0024989"; transcript_id "FBtr0070067"; exon_number "3"; gene_name "CG3777"; gene_biotype "protein_coding"; transcript_name "CG3777-RA"; protein_id "FBpp0070066";
+X	protein_coding	exon	242113	242271	.	+	.	gene_id "FBgn0024989"; transcript_id "FBtr0070067"; exon_number "4"; gene_name "CG3777"; gene_biotype "protein_coding"; transcript_name "CG3777-RA"; exon_id "CG3777:4";
+X	protein_coding	CDS	242113	242271	.	+	2	gene_id "FBgn0024989"; transcript_id "FBtr0070067"; exon_number "4"; gene_name "CG3777"; gene_biotype "protein_coding"; transcript_name "CG3777-RA"; protein_id "FBpp0070066";
+X	protein_coding	exon	242680	243357	.	+	.	gene_id "FBgn0024989"; transcript_id "FBtr0070067"; exon_number "5"; gene_name "CG3777"; gene_biotype "protein_coding"; transcript_name "CG3777-RA"; exon_id "CG3777:5";
+X	protein_coding	CDS	242680	243357	.	+	2	gene_id "FBgn0024989"; transcript_id "FBtr0070067"; exon_number "5"; gene_name "CG3777"; gene_biotype "protein_coding"; transcript_name "CG3777-RA"; protein_id "FBpp0070066";
+X	protein_coding	exon	243477	244237	.	+	.	gene_id "FBgn0024989"; transcript_id "FBtr0070067"; exon_number "6"; gene_name "CG3777"; gene_biotype "protein_coding"; transcript_name "CG3777-RA"; exon_id "CG3777:6";
+X	protein_coding	CDS	243477	243703	.	+	2	gene_id "FBgn0024989"; transcript_id "FBtr0070067"; exon_number "6"; gene_name "CG3777"; gene_biotype "protein_coding"; transcript_name "CG3777-RA"; protein_id "FBpp0070066";
+X	protein_coding	stop_codon	243704	243706	.	+	0	gene_id "FBgn0024989"; transcript_id "FBtr0070067"; exon_number "6"; gene_name "CG3777"; gene_biotype "protein_coding"; transcript_name "CG3777-RA";
+X	protein_coding	exon	237078	237178	.	+	.	gene_id "FBgn0024989"; transcript_id "FBtr0070068"; exon_number "1"; gene_name "CG3777"; gene_biotype "protein_coding"; transcript_name "CG3777-RC"; exon_id "CG3777:8";
+X	protein_coding	exon	237725	237866	.	+	.	gene_id "FBgn0024989"; transcript_id "FBtr0070068"; exon_number "2"; gene_name "CG3777"; gene_biotype "protein_coding"; transcript_name "CG3777-RC"; exon_id "CG3777:2";
+X	protein_coding	CDS	237853	237866	.	+	0	gene_id "FBgn0024989"; transcript_id "FBtr0070068"; exon_number "2"; gene_name "CG3777"; gene_biotype "protein_coding"; transcript_name "CG3777-RC"; protein_id "FBpp0070067";
+X	protein_coding	start_codon	237853	237855	.	+	0	gene_id "FBgn0024989"; transcript_id "FBtr0070068"; exon_number "2"; gene_name "CG3777"; gene_biotype "protein_coding"; transcript_name "CG3777-RC";
+X	protein_coding	exon	240182	241740	.	+	.	gene_id "FBgn0024989"; transcript_id "FBtr0070068"; exon_number "3"; gene_name "CG3777"; gene_biotype "protein_coding"; transcript_name "CG3777-RC"; exon_id "CG3777:3";
+X	protein_coding	CDS	240182	241740	.	+	1	gene_id "FBgn0024989"; transcript_id "FBtr0070068"; exon_number "3"; gene_name "CG3777"; gene_biotype "protein_coding"; transcript_name "CG3777-RC"; protein_id "FBpp0070067";
+X	protein_coding	exon	242113	242271	.	+	.	gene_id "FBgn0024989"; transcript_id "FBtr0070068"; exon_number "4"; gene_name "CG3777"; gene_biotype "protein_coding"; transcript_name "CG3777-RC"; exon_id "CG3777:4";
+X	protein_coding	CDS	242113	242271	.	+	2	gene_id "FBgn0024989"; transcript_id "FBtr0070068"; exon_number "4"; gene_name "CG3777"; gene_biotype "protein_coding"; transcript_name "CG3777-RC"; protein_id "FBpp0070067";
+X	protein_coding	exon	242680	243357	.	+	.	gene_id "FBgn0024989"; transcript_id "FBtr0070068"; exon_number "5"; gene_name "CG3777"; gene_biotype "protein_coding"; transcript_name "CG3777-RC"; exon_id "CG3777:5";
+X	protein_coding	CDS	242680	243357	.	+	2	gene_id "FBgn0024989"; transcript_id "FBtr0070068"; exon_number "5"; gene_name "CG3777"; gene_biotype "protein_coding"; transcript_name "CG3777-RC"; protein_id "FBpp0070067";
+X	protein_coding	exon	243477	244237	.	+	.	gene_id "FBgn0024989"; transcript_id "FBtr0070068"; exon_number "6"; gene_name "CG3777"; gene_biotype "protein_coding"; transcript_name "CG3777-RC"; exon_id "CG3777:6";
+X	protein_coding	CDS	243477	243703	.	+	2	gene_id "FBgn0024989"; transcript_id "FBtr0070068"; exon_number "6"; gene_name "CG3777"; gene_biotype "protein_coding"; transcript_name "CG3777-RC"; protein_id "FBpp0070067";
+X	protein_coding	stop_codon	243704	243706	.	+	0	gene_id "FBgn0024989"; transcript_id "FBtr0070068"; exon_number "6"; gene_name "CG3777"; gene_biotype "protein_coding"; transcript_name "CG3777-RC";
+X	pre_miRNA	exon	174205	174302	.	-	.	gene_id "FBgn0262266"; transcript_id "FBtr0304371"; exon_number "1"; gene_name "mir-980"; gene_biotype "pre_miRNA"; transcript_name "mir-980-RM"; exon_id "FBtr0304371:1";
+X	miRNA	exon	174221	174242	.	-	.	gene_id "FBgn0262266"; transcript_id "FBtr0304372"; exon_number "1"; gene_name "mir-980"; gene_biotype "pre_miRNA"; transcript_name "mir-980-RA"; exon_id "FBtr0304372:1";
+X	protein_coding	exon	188856	188995	.	-	.	gene_id "FBgn0040370"; transcript_id "FBtr0070103"; exon_number "1"; gene_name "CG13375"; gene_biotype "protein_coding"; transcript_name "CG13375-RA"; exon_id "FBgn0040370:7";
+X	protein_coding	exon	184286	184629	.	-	.	gene_id "FBgn0040370"; transcript_id "FBtr0070103"; exon_number "2"; gene_name "CG13375"; gene_biotype "protein_coding"; transcript_name "CG13375-RA"; exon_id "FBgn0040370:5";
+X	protein_coding	CDS	184286	184374	.	-	0	gene_id "FBgn0040370"; transcript_id "FBtr0070103"; exon_number "2"; gene_name "CG13375"; gene_biotype "protein_coding"; transcript_name "CG13375-RA"; protein_id "FBpp0070098";
+X	protein_coding	start_codon	184372	184374	.	-	0	gene_id "FBgn0040370"; transcript_id "FBtr0070103"; exon_number "2"; gene_name "CG13375"; gene_biotype "protein_coding"; transcript_name "CG13375-RA";
+X	protein_coding	exon	183074	183305	.	-	.	gene_id "FBgn0040370"; transcript_id "FBtr0070103"; exon_number "3"; gene_name "CG13375"; gene_biotype "protein_coding"; transcript_name "CG13375-RA"; exon_id "FBgn0040370:4";
+X	protein_coding	CDS	183074	183305	.	-	1	gene_id "FBgn0040370"; transcript_id "FBtr0070103"; exon_number "3"; gene_name "CG13375"; gene_biotype "protein_coding"; transcript_name "CG13375-RA"; protein_id "FBpp0070098";
+X	protein_coding	exon	181362	181559	.	-	.	gene_id "FBgn0040370"; transcript_id "FBtr0070103"; exon_number "4"; gene_name "CG13375"; gene_biotype "protein_coding"; transcript_name "CG13375-RA"; exon_id "FBgn0040370:3";
+X	protein_coding	CDS	181362	181559	.	-	0	gene_id "FBgn0040370"; transcript_id "FBtr0070103"; exon_number "4"; gene_name "CG13375"; gene_biotype "protein_coding"; transcript_name "CG13375-RA"; protein_id "FBpp0070098";
+X	protein_coding	exon	180982	181074	.	-	.	gene_id "FBgn0040370"; transcript_id "FBtr0070103"; exon_number "5"; gene_name "CG13375"; gene_biotype "protein_coding"; transcript_name "CG13375-RA"; exon_id "FBgn0040370:2";
+X	protein_coding	CDS	180982	181074	.	-	0	gene_id "FBgn0040370"; transcript_id "FBtr0070103"; exon_number "5"; gene_name "CG13375"; gene_biotype "protein_coding"; transcript_name "CG13375-RA"; protein_id "FBpp0070098";
+X	protein_coding	exon	180434	180924	.	-	.	gene_id "FBgn0040370"; transcript_id "FBtr0070103"; exon_number "6"; gene_name "CG13375"; gene_biotype "protein_coding"; transcript_name "CG13375-RA"; exon_id "FBgn0040370:1";
+X	protein_coding	CDS	180619	180924	.	-	0	gene_id "FBgn0040370"; transcript_id "FBtr0070103"; exon_number "6"; gene_name "CG13375"; gene_biotype "protein_coding"; transcript_name "CG13375-RA"; protein_id "FBpp0070098";
+X	protein_coding	stop_codon	180616	180618	.	-	0	gene_id "FBgn0040370"; transcript_id "FBtr0070103"; exon_number "6"; gene_name "CG13375"; gene_biotype "protein_coding"; transcript_name "CG13375-RA";
+X	protein_coding	exon	188746	188995	.	-	.	gene_id "FBgn0040370"; transcript_id "FBtr0300326"; exon_number "1"; gene_name "CG13375"; gene_biotype "protein_coding"; transcript_name "CG13375-RB"; exon_id "FBgn0040370:6";
+X	protein_coding	exon	184286	184629	.	-	.	gene_id "FBgn0040370"; transcript_id "FBtr0300326"; exon_number "2"; gene_name "CG13375"; gene_biotype "protein_coding"; transcript_name "CG13375-RB"; exon_id "FBgn0040370:5";
+X	protein_coding	CDS	184286	184374	.	-	0	gene_id "FBgn0040370"; transcript_id "FBtr0300326"; exon_number "2"; gene_name "CG13375"; gene_biotype "protein_coding"; transcript_name "CG13375-RB"; protein_id "FBpp0289555";
+X	protein_coding	start_codon	184372	184374	.	-	0	gene_id "FBgn0040370"; transcript_id "FBtr0300326"; exon_number "2"; gene_name "CG13375"; gene_biotype "protein_coding"; transcript_name "CG13375-RB";
+X	protein_coding	exon	183074	183305	.	-	.	gene_id "FBgn0040370"; transcript_id "FBtr0300326"; exon_number "3"; gene_name "CG13375"; gene_biotype "protein_coding"; transcript_name "CG13375-RB"; exon_id "FBgn0040370:4";
+X	protein_coding	CDS	183074	183305	.	-	1	gene_id "FBgn0040370"; transcript_id "FBtr0300326"; exon_number "3"; gene_name "CG13375"; gene_biotype "protein_coding"; transcript_name "CG13375-RB"; protein_id "FBpp0289555";
+X	protein_coding	exon	181362	181559	.	-	.	gene_id "FBgn0040370"; transcript_id "FBtr0300326"; exon_number "4"; gene_name "CG13375"; gene_biotype "protein_coding"; transcript_name "CG13375-RB"; exon_id "FBgn0040370:3";
+X	protein_coding	CDS	181362	181559	.	-	0	gene_id "FBgn0040370"; transcript_id "FBtr0300326"; exon_number "4"; gene_name "CG13375"; gene_biotype "protein_coding"; transcript_name "CG13375-RB"; protein_id "FBpp0289555";
+X	protein_coding	exon	180982	181074	.	-	.	gene_id "FBgn0040370"; transcript_id "FBtr0300326"; exon_number "5"; gene_name "CG13375"; gene_biotype "protein_coding"; transcript_name "CG13375-RB"; exon_id "FBgn0040370:2";
+X	protein_coding	CDS	180982	181074	.	-	0	gene_id "FBgn0040370"; transcript_id "FBtr0300326"; exon_number "5"; gene_name "CG13375"; gene_biotype "protein_coding"; transcript_name "CG13375-RB"; protein_id "FBpp0289555";
+X	protein_coding	exon	180434	180924	.	-	.	gene_id "FBgn0040370"; transcript_id "FBtr0300326"; exon_number "6"; gene_name "CG13375"; gene_biotype "protein_coding"; transcript_name "CG13375-RB"; exon_id "FBgn0040370:1";
+X	protein_coding	CDS	180619	180924	.	-	0	gene_id "FBgn0040370"; transcript_id "FBtr0300326"; exon_number "6"; gene_name "CG13375"; gene_biotype "protein_coding"; transcript_name "CG13375-RB"; protein_id "FBpp0289555";
+X	protein_coding	stop_codon	180616	180618	.	-	0	gene_id "FBgn0040370"; transcript_id "FBtr0300326"; exon_number "6"; gene_name "CG13375"; gene_biotype "protein_coding"; transcript_name "CG13375-RB";
+X	protein_coding	exon	201717	201925	.	+	.	gene_id "FBgn0040371"; transcript_id "FBtr0070069"; exon_number "1"; gene_name "CG12470"; gene_biotype "protein_coding"; transcript_name "CG12470-RA"; exon_id "CG12470:1";
+X	protein_coding	exon	202123	202975	.	+	.	gene_id "FBgn0040371"; transcript_id "FBtr0070069"; exon_number "2"; gene_name "CG12470"; gene_biotype "protein_coding"; transcript_name "CG12470-RA"; exon_id "CG12470:2";
+X	protein_coding	CDS	202241	202825	.	+	0	gene_id "FBgn0040371"; transcript_id "FBtr0070069"; exon_number "2"; gene_name "CG12470"; gene_biotype "protein_coding"; transcript_name "CG12470-RA"; protein_id "FBpp0070068";
+X	protein_coding	start_codon	202241	202243	.	+	0	gene_id "FBgn0040371"; transcript_id "FBtr0070069"; exon_number "2"; gene_name "CG12470"; gene_biotype "protein_coding"; transcript_name "CG12470-RA";
+X	protein_coding	stop_codon	202826	202828	.	+	0	gene_id "FBgn0040371"; transcript_id "FBtr0070069"; exon_number "2"; gene_name "CG12470"; gene_biotype "protein_coding"; transcript_name "CG12470-RA";
+X	protein_coding	exon	209156	209661	.	+	.	gene_id "FBgn0029521"; transcript_id "FBtr0070070"; exon_number "1"; gene_name "Or1a"; gene_biotype "protein_coding"; transcript_name "Or1a-RA"; exon_id "CG17885:1";
+X	protein_coding	CDS	209156	209661	.	+	0	gene_id "FBgn0029521"; transcript_id "FBtr0070070"; exon_number "1"; gene_name "Or1a"; gene_biotype "protein_coding"; transcript_name "Or1a-RA"; protein_id "FBpp0070069";
+X	protein_coding	start_codon	209156	209158	.	+	0	gene_id "FBgn0029521"; transcript_id "FBtr0070070"; exon_number "1"; gene_name "Or1a"; gene_biotype "protein_coding"; transcript_name "Or1a-RA";
+X	protein_coding	exon	209808	210411	.	+	.	gene_id "FBgn0029521"; transcript_id "FBtr0070070"; exon_number "2"; gene_name "Or1a"; gene_biotype "protein_coding"; transcript_name "Or1a-RA"; exon_id "CG17885:2";
+X	protein_coding	CDS	209808	210411	.	+	1	gene_id "FBgn0029521"; transcript_id "FBtr0070070"; exon_number "2"; gene_name "Or1a"; gene_biotype "protein_coding"; transcript_name "Or1a-RA"; protein_id "FBpp0070069";
+X	protein_coding	exon	210522	210590	.	+	.	gene_id "FBgn0029521"; transcript_id "FBtr0070070"; exon_number "3"; gene_name "Or1a"; gene_biotype "protein_coding"; transcript_name "Or1a-RA"; exon_id "CG17885:3";
+X	protein_coding	CDS	210522	210587	.	+	0	gene_id "FBgn0029521"; transcript_id "FBtr0070070"; exon_number "3"; gene_name "Or1a"; gene_biotype "protein_coding"; transcript_name "Or1a-RA"; protein_id "FBpp0070069";
+X	protein_coding	stop_codon	210588	210590	.	+	0	gene_id "FBgn0029521"; transcript_id "FBtr0070070"; exon_number "3"; gene_name "Or1a"; gene_biotype "protein_coding"; transcript_name "Or1a-RA";
+X	protein_coding	exon	364438	364670	.	-	.	gene_id "FBgn0052816"; transcript_id "FBtr0273442"; exon_number "1"; gene_name "CG32816"; gene_biotype "protein_coding"; transcript_name "CG32816-RC"; exon_id "FBgn0052816:7";
+X	protein_coding	exon	312510	312545	.	-	.	gene_id "FBgn0052816"; transcript_id "FBtr0273442"; exon_number "2"; gene_name "CG32816"; gene_biotype "protein_coding"; transcript_name "CG32816-RC"; exon_id "FBgn0052816:5";
+X	protein_coding	exon	210609	211961	.	-	.	gene_id "FBgn0052816"; transcript_id "FBtr0273442"; exon_number "3"; gene_name "CG32816"; gene_biotype "protein_coding"; transcript_name "CG32816-RC"; exon_id "FBgn0052816:1";
+X	protein_coding	CDS	211057	211935	.	-	0	gene_id "FBgn0052816"; transcript_id "FBtr0273442"; exon_number "3"; gene_name "CG32816"; gene_biotype "protein_coding"; transcript_name "CG32816-RC"; protein_id "FBpp0271950";
+X	protein_coding	start_codon	211933	211935	.	-	0	gene_id "FBgn0052816"; transcript_id "FBtr0273442"; exon_number "3"; gene_name "CG32816"; gene_biotype "protein_coding"; transcript_name "CG32816-RC";
+X	protein_coding	stop_codon	211054	211056	.	-	0	gene_id "FBgn0052816"; transcript_id "FBtr0273442"; exon_number "3"; gene_name "CG32816"; gene_biotype "protein_coding"; transcript_name "CG32816-RC";
+X	protein_coding	exon	322071	322284	.	-	.	gene_id "FBgn0052816"; transcript_id "FBtr0273443"; exon_number "1"; gene_name "CG32816"; gene_biotype "protein_coding"; transcript_name "CG32816-RD"; exon_id "FBgn0052816:6";
+X	protein_coding	exon	312510	312545	.	-	.	gene_id "FBgn0052816"; transcript_id "FBtr0273443"; exon_number "2"; gene_name "CG32816"; gene_biotype "protein_coding"; transcript_name "CG32816-RD"; exon_id "FBgn0052816:5";
+X	protein_coding	exon	210609	211961	.	-	.	gene_id "FBgn0052816"; transcript_id "FBtr0273443"; exon_number "3"; gene_name "CG32816"; gene_biotype "protein_coding"; transcript_name "CG32816-RD"; exon_id "FBgn0052816:1";
+X	protein_coding	CDS	211057	211935	.	-	0	gene_id "FBgn0052816"; transcript_id "FBtr0273443"; exon_number "3"; gene_name "CG32816"; gene_biotype "protein_coding"; transcript_name "CG32816-RD"; protein_id "FBpp0271951";
+X	protein_coding	start_codon	211933	211935	.	-	0	gene_id "FBgn0052816"; transcript_id "FBtr0273443"; exon_number "3"; gene_name "CG32816"; gene_biotype "protein_coding"; transcript_name "CG32816-RD";
+X	protein_coding	stop_codon	211054	211056	.	-	0	gene_id "FBgn0052816"; transcript_id "FBtr0273443"; exon_number "3"; gene_name "CG32816"; gene_biotype "protein_coding"; transcript_name "CG32816-RD";
+X	protein_coding	exon	228700	228832	.	-	.	gene_id "FBgn0052816"; transcript_id "FBtr0070101"; exon_number "1"; gene_name "CG32816"; gene_biotype "protein_coding"; transcript_name "CG32816-RB"; exon_id "FBgn0052816:4";
+X	protein_coding	exon	227598	227914	.	-	.	gene_id "FBgn0052816"; transcript_id "FBtr0070101"; exon_number "2"; gene_name "CG32816"; gene_biotype "protein_coding"; transcript_name "CG32816-RB"; exon_id "FBgn0052816:2";
+X	protein_coding	CDS	227598	227826	.	-	0	gene_id "FBgn0052816"; transcript_id "FBtr0070101"; exon_number "2"; gene_name "CG32816"; gene_biotype "protein_coding"; transcript_name "CG32816-RB"; protein_id "FBpp0070096";
+X	protein_coding	start_codon	227824	227826	.	-	0	gene_id "FBgn0052816"; transcript_id "FBtr0070101"; exon_number "2"; gene_name "CG32816"; gene_biotype "protein_coding"; transcript_name "CG32816-RB";
+X	protein_coding	exon	210609	211961	.	-	.	gene_id "FBgn0052816"; transcript_id "FBtr0070101"; exon_number "3"; gene_name "CG32816"; gene_biotype "protein_coding"; transcript_name "CG32816-RB"; exon_id "FBgn0052816:121";
+X	protein_coding	CDS	211057	211961	.	-	2	gene_id "FBgn0052816"; transcript_id "FBtr0070101"; exon_number "3"; gene_name "CG32816"; gene_biotype "protein_coding"; transcript_name "CG32816-RB"; protein_id "FBpp0070096";
+X	protein_coding	stop_codon	211054	211056	.	-	0	gene_id "FBgn0052816"; transcript_id "FBtr0070101"; exon_number "3"; gene_name "CG32816"; gene_biotype "protein_coding"; transcript_name "CG32816-RB";
+X	protein_coding	exon	228700	228832	.	-	.	gene_id "FBgn0052816"; transcript_id "FBtr0070102"; exon_number "1"; gene_name "CG32816"; gene_biotype "protein_coding"; transcript_name "CG32816-RA"; exon_id "FBgn0052816:4";
+X	protein_coding	exon	227598	227930	.	-	.	gene_id "FBgn0052816"; transcript_id "FBtr0070102"; exon_number "2"; gene_name "CG32816"; gene_biotype "protein_coding"; transcript_name "CG32816-RA"; exon_id "FBgn0052816:3";
+X	protein_coding	CDS	227598	227826	.	-	0	gene_id "FBgn0052816"; transcript_id "FBtr0070102"; exon_number "2"; gene_name "CG32816"; gene_biotype "protein_coding"; transcript_name "CG32816-RA"; protein_id "FBpp0070097";
+X	protein_coding	start_codon	227824	227826	.	-	0	gene_id "FBgn0052816"; transcript_id "FBtr0070102"; exon_number "2"; gene_name "CG32816"; gene_biotype "protein_coding"; transcript_name "CG32816-RA";
+X	protein_coding	exon	210609	211961	.	-	.	gene_id "FBgn0052816"; transcript_id "FBtr0070102"; exon_number "3"; gene_name "CG32816"; gene_biotype "protein_coding"; transcript_name "CG32816-RA"; exon_id "FBgn0052816:121";
+X	protein_coding	CDS	211057	211961	.	-	2	gene_id "FBgn0052816"; transcript_id "FBtr0070102"; exon_number "3"; gene_name "CG32816"; gene_biotype "protein_coding"; transcript_name "CG32816-RA"; protein_id "FBpp0070097";
+X	protein_coding	stop_codon	211054	211056	.	-	0	gene_id "FBgn0052816"; transcript_id "FBtr0070102"; exon_number "3"; gene_name "CG32816"; gene_biotype "protein_coding"; transcript_name "CG32816-RA";
+X	protein_coding	exon	244599	245117	.	+	.	gene_id "FBgn0262810"; transcript_id "FBtr0306054"; exon_number "1"; gene_name "CG43181"; gene_biotype "protein_coding"; transcript_name "CG43181-RA"; exon_id "FBgn0262810:1";
+X	protein_coding	CDS	244612	244995	.	+	0	gene_id "FBgn0262810"; transcript_id "FBtr0306054"; exon_number "1"; gene_name "CG43181"; gene_biotype "protein_coding"; transcript_name "CG43181-RA"; protein_id "FBpp0297196";
+X	protein_coding	start_codon	244612	244614	.	+	0	gene_id "FBgn0262810"; transcript_id "FBtr0306054"; exon_number "1"; gene_name "CG43181"; gene_biotype "protein_coding"; transcript_name "CG43181-RA";
+X	protein_coding	stop_codon	244996	244998	.	+	0	gene_id "FBgn0262810"; transcript_id "FBtr0306054"; exon_number "1"; gene_name "CG43181"; gene_biotype "protein_coding"; transcript_name "CG43181-RA";
+X	protein_coding	exon	247100	247350	.	+	.	gene_id "FBgn0262811"; transcript_id "FBtr0306055"; exon_number "1"; gene_name "CG43182"; gene_biotype "protein_coding"; transcript_name "CG43182-RA"; exon_id "FBgn0262811:1";
+X	protein_coding	CDS	247112	247324	.	+	0	gene_id "FBgn0262811"; transcript_id "FBtr0306055"; exon_number "1"; gene_name "CG43182"; gene_biotype "protein_coding"; transcript_name "CG43182-RA"; protein_id "FBpp0297197";
+X	protein_coding	start_codon	247112	247114	.	+	0	gene_id "FBgn0262811"; transcript_id "FBtr0306055"; exon_number "1"; gene_name "CG43182"; gene_biotype "protein_coding"; transcript_name "CG43182-RA";
+X	protein_coding	stop_codon	247325	247327	.	+	0	gene_id "FBgn0262811"; transcript_id "FBtr0306055"; exon_number "1"; gene_name "CG43182"; gene_biotype "protein_coding"; transcript_name "CG43182-RA";
+X	protein_coding	exon	250542	250950	.	+	.	gene_id "FBgn0004034"; transcript_id "FBtr0070071"; exon_number "1"; gene_name "y"; gene_biotype "protein_coding"; transcript_name "y-RA"; exon_id "CG3757:1";
+X	protein_coding	CDS	250712	250950	.	+	0	gene_id "FBgn0004034"; transcript_id "FBtr0070071"; exon_number "1"; gene_name "y"; gene_biotype "protein_coding"; transcript_name "y-RA"; protein_id "FBpp0070070";
+X	protein_coding	exon	253650	255278	.	+	.	gene_id "FBgn0004034"; transcript_id "FBtr0070071"; exon_number "2"; gene_name "y"; gene_biotype "protein_coding"; transcript_name "y-RA"; exon_id "CG3757:2";
+X	protein_coding	CDS	253650	255034	.	+	1	gene_id "FBgn0004034"; transcript_id "FBtr0070071"; exon_number "2"; gene_name "y"; gene_biotype "protein_coding"; transcript_name "y-RA"; protein_id "FBpp0070070";
+X	protein_coding	stop_codon	255035	255037	.	+	0	gene_id "FBgn0004034"; transcript_id "FBtr0070071"; exon_number "2"; gene_name "y"; gene_biotype "protein_coding"; transcript_name "y-RA";
+X	ncRNA	exon	256432	256907	.	+	.	gene_id "FBgn0261559"; transcript_id "FBtr0308355"; exon_number "1"; gene_name "yar"; gene_biotype "ncRNA"; transcript_name "yar-RC"; exon_id "FBgn0261559:2";
+X	ncRNA	exon	257744	258144	.	+	.	gene_id "FBgn0261559"; transcript_id "FBtr0308355"; exon_number "2"; gene_name "yar"; gene_biotype "ncRNA"; transcript_name "yar-RC"; exon_id "FBgn0261559:6";
+X	ncRNA	exon	260029	260355	.	+	.	gene_id "FBgn0261559"; transcript_id "FBtr0308355"; exon_number "3"; gene_name "yar"; gene_biotype "ncRNA"; transcript_name "yar-RC"; exon_id "FBgn0261559:8";
+X	ncRNA	exon	260741	261105	.	+	.	gene_id "FBgn0261559"; transcript_id "FBtr0308355"; exon_number "4"; gene_name "yar"; gene_biotype "ncRNA"; transcript_name "yar-RC"; exon_id "FBgn0261559:12";
+X	ncRNA	exon	256432	256907	.	+	.	gene_id "FBgn0261559"; transcript_id "FBtr0308356"; exon_number "1"; gene_name "yar"; gene_biotype "ncRNA"; transcript_name "yar-RD"; exon_id "FBgn0261559:2";
+X	ncRNA	exon	257855	258144	.	+	.	gene_id "FBgn0261559"; transcript_id "FBtr0308356"; exon_number "2"; gene_name "yar"; gene_biotype "ncRNA"; transcript_name "yar-RD"; exon_id "FBgn0261559:7";
+X	ncRNA	exon	260029	260355	.	+	.	gene_id "FBgn0261559"; transcript_id "FBtr0308356"; exon_number "3"; gene_name "yar"; gene_biotype "ncRNA"; transcript_name "yar-RD"; exon_id "FBgn0261559:8";
+X	ncRNA	exon	260741	261105	.	+	.	gene_id "FBgn0261559"; transcript_id "FBtr0308356"; exon_number "4"; gene_name "yar"; gene_biotype "ncRNA"; transcript_name "yar-RD"; exon_id "FBgn0261559:12";
+X	ncRNA	exon	256432	256907	.	+	.	gene_id "FBgn0261559"; transcript_id "FBtr0308357"; exon_number "1"; gene_name "yar"; gene_biotype "ncRNA"; transcript_name "yar-RE"; exon_id "FBgn0261559:2";
+X	ncRNA	exon	260741	261105	.	+	.	gene_id "FBgn0261559"; transcript_id "FBtr0308357"; exon_number "2"; gene_name "yar"; gene_biotype "ncRNA"; transcript_name "yar-RE"; exon_id "FBgn0261559:12";
+X	ncRNA	exon	256432	256907	.	+	.	gene_id "FBgn0261559"; transcript_id "FBtr0308358"; exon_number "1"; gene_name "yar"; gene_biotype "ncRNA"; transcript_name "yar-RF"; exon_id "FBgn0261559:2";
+X	ncRNA	exon	260697	261105	.	+	.	gene_id "FBgn0261559"; transcript_id "FBtr0308358"; exon_number "2"; gene_name "yar"; gene_biotype "ncRNA"; transcript_name "yar-RF"; exon_id "FBgn0261559:11";
+X	ncRNA	exon	256432	256907	.	+	.	gene_id "FBgn0261559"; transcript_id "FBtr0308359"; exon_number "1"; gene_name "yar"; gene_biotype "ncRNA"; transcript_name "yar-RG"; exon_id "FBgn0261559:2";
+X	ncRNA	exon	260029	260355	.	+	.	gene_id "FBgn0261559"; transcript_id "FBtr0308359"; exon_number "2"; gene_name "yar"; gene_biotype "ncRNA"; transcript_name "yar-RG"; exon_id "FBgn0261559:8";
+X	ncRNA	exon	260421	261105	.	+	.	gene_id "FBgn0261559"; transcript_id "FBtr0308359"; exon_number "3"; gene_name "yar"; gene_biotype "ncRNA"; transcript_name "yar-RG"; exon_id "FBgn0261559:9";
+X	ncRNA	exon	256432	256472	.	+	.	gene_id "FBgn0261559"; transcript_id "FBtr0308360"; exon_number "1"; gene_name "yar"; gene_biotype "ncRNA"; transcript_name "yar-RH"; exon_id "FBgn0261559:1";
+X	ncRNA	exon	257667	258144	.	+	.	gene_id "FBgn0261559"; transcript_id "FBtr0308360"; exon_number "2"; gene_name "yar"; gene_biotype "ncRNA"; transcript_name "yar-RH"; exon_id "FBgn0261559:5";
+X	ncRNA	exon	260029	260355	.	+	.	gene_id "FBgn0261559"; transcript_id "FBtr0308360"; exon_number "3"; gene_name "yar"; gene_biotype "ncRNA"; transcript_name "yar-RH"; exon_id "FBgn0261559:8";
+X	ncRNA	exon	260741	261105	.	+	.	gene_id "FBgn0261559"; transcript_id "FBtr0308360"; exon_number "4"; gene_name "yar"; gene_biotype "ncRNA"; transcript_name "yar-RH"; exon_id "FBgn0261559:12";
+X	ncRNA	exon	256623	256907	.	+	.	gene_id "FBgn0261559"; transcript_id "FBtr0303213"; exon_number "1"; gene_name "yar"; gene_biotype "ncRNA"; transcript_name "yar-RA"; exon_id "FBgn0261559:3";
+X	ncRNA	exon	260029	260355	.	+	.	gene_id "FBgn0261559"; transcript_id "FBtr0303213"; exon_number "2"; gene_name "yar"; gene_biotype "ncRNA"; transcript_name "yar-RA"; exon_id "FBgn0261559:8";
+X	ncRNA	exon	260697	261027	.	+	.	gene_id "FBgn0261559"; transcript_id "FBtr0303213"; exon_number "3"; gene_name "yar"; gene_biotype "ncRNA"; transcript_name "yar-RA"; exon_id "FBgn0261559:10";
+X	ncRNA	exon	256632	256907	.	+	.	gene_id "FBgn0261559"; transcript_id "FBtr0308354"; exon_number "1"; gene_name "yar"; gene_biotype "ncRNA"; transcript_name "yar-RB"; exon_id "FBgn0261559:4";
+X	ncRNA	exon	260029	260355	.	+	.	gene_id "FBgn0261559"; transcript_id "FBtr0308354"; exon_number "2"; gene_name "yar"; gene_biotype "ncRNA"; transcript_name "yar-RB"; exon_id "FBgn0261559:8";
+X	ncRNA	exon	260741	261105	.	+	.	gene_id "FBgn0261559"; transcript_id "FBtr0308354"; exon_number "3"; gene_name "yar"; gene_biotype "ncRNA"; transcript_name "yar-RB"; exon_id "FBgn0261559:12";
+X	protein_coding	exon	264064	264980	.	+	.	gene_id "FBgn0000022"; transcript_id "FBtr0070072"; exon_number "1"; gene_name "ac"; gene_biotype "protein_coding"; transcript_name "ac-RA"; exon_id "FBgn0000022:1";
+X	protein_coding	CDS	264127	264729	.	+	0	gene_id "FBgn0000022"; transcript_id "FBtr0070072"; exon_number "1"; gene_name "ac"; gene_biotype "protein_coding"; transcript_name "ac-RA"; protein_id "FBpp0070071";
+X	protein_coding	start_codon	264127	264129	.	+	0	gene_id "FBgn0000022"; transcript_id "FBtr0070072"; exon_number "1"; gene_name "ac"; gene_biotype "protein_coding"; transcript_name "ac-RA";
+X	protein_coding	stop_codon	264730	264732	.	+	0	gene_id "FBgn0000022"; transcript_id "FBtr0070072"; exon_number "1"; gene_name "ac"; gene_biotype "protein_coding"; transcript_name "ac-RA";
+X	protein_coding	exon	290093	291530	.	+	.	gene_id "FBgn0004170"; transcript_id "FBtr0070073"; exon_number "1"; gene_name "sc"; gene_biotype "protein_coding"; transcript_name "sc-RA"; exon_id "FBgn0004170:1";
+X	protein_coding	CDS	290210	291244	.	+	0	gene_id "FBgn0004170"; transcript_id "FBtr0070073"; exon_number "1"; gene_name "sc"; gene_biotype "protein_coding"; transcript_name "sc-RA"; protein_id "FBpp0070072";
+X	protein_coding	start_codon	290210	290212	.	+	0	gene_id "FBgn0004170"; transcript_id "FBtr0070073"; exon_number "1"; gene_name "sc"; gene_biotype "protein_coding"; transcript_name "sc-RA";
+X	protein_coding	stop_codon	291245	291247	.	+	0	gene_id "FBgn0004170"; transcript_id "FBtr0070073"; exon_number "1"; gene_name "sc"; gene_biotype "protein_coding"; transcript_name "sc-RA";
+X	protein_coding	exon	303756	304850	.	+	.	gene_id "FBgn0002561"; transcript_id "FBtr0070074"; exon_number "1"; gene_name "l(1)sc"; gene_biotype "protein_coding"; transcript_name "l(1)sc-RA"; exon_id "FBgn0002561:1";
+X	protein_coding	CDS	303829	304599	.	+	0	gene_id "FBgn0002561"; transcript_id "FBtr0070074"; exon_number "1"; gene_name "l(1)sc"; gene_biotype "protein_coding"; transcript_name "l(1)sc-RA"; protein_id "FBpp0070073";
+X	protein_coding	start_codon	303829	303831	.	+	0	gene_id "FBgn0002561"; transcript_id "FBtr0070074"; exon_number "1"; gene_name "l(1)sc"; gene_biotype "protein_coding"; transcript_name "l(1)sc-RA";
+X	protein_coding	stop_codon	304600	304602	.	+	0	gene_id "FBgn0002561"; transcript_id "FBtr0070074"; exon_number "1"; gene_name "l(1)sc"; gene_biotype "protein_coding"; transcript_name "l(1)sc-RA";
+X	protein_coding	exon	330172	331475	.	-	.	gene_id "FBgn0011822"; transcript_id "FBtr0070100"; exon_number "1"; gene_name "pcl"; gene_biotype "protein_coding"; transcript_name "pcl-RA"; exon_id "FBgn0011822:1";
+X	protein_coding	CDS	330222	331442	.	-	0	gene_id "FBgn0011822"; transcript_id "FBtr0070100"; exon_number "1"; gene_name "pcl"; gene_biotype "protein_coding"; transcript_name "pcl-RA"; protein_id "FBpp0070095";
+X	protein_coding	start_codon	331440	331442	.	-	0	gene_id "FBgn0011822"; transcript_id "FBtr0070100"; exon_number "1"; gene_name "pcl"; gene_biotype "protein_coding"; transcript_name "pcl-RA";
+X	protein_coding	stop_codon	330219	330221	.	-	0	gene_id "FBgn0011822"; transcript_id "FBtr0070100"; exon_number "1"; gene_name "pcl"; gene_biotype "protein_coding"; transcript_name "pcl-RA";
+X	protein_coding	exon	354533	357209	.	+	.	gene_id "FBgn0000137"; transcript_id "FBtr0070075"; exon_number "1"; gene_name "ase"; gene_biotype "protein_coding"; transcript_name "ase-RA"; exon_id "FBgn0000137:1";
+X	protein_coding	CDS	354989	356446	.	+	0	gene_id "FBgn0000137"; transcript_id "FBtr0070075"; exon_number "1"; gene_name "ase"; gene_biotype "protein_coding"; transcript_name "ase-RA"; protein_id "FBpp0070074";
+X	protein_coding	start_codon	354989	354991	.	+	0	gene_id "FBgn0000137"; transcript_id "FBtr0070075"; exon_number "1"; gene_name "ase"; gene_biotype "protein_coding"; transcript_name "ase-RA";
+X	protein_coding	stop_codon	356447	356449	.	+	0	gene_id "FBgn0000137"; transcript_id "FBtr0070075"; exon_number "1"; gene_name "ase"; gene_biotype "protein_coding"; transcript_name "ase-RA";
+X	protein_coding	exon	361090	363366	.	-	.	gene_id "FBgn0010019"; transcript_id "FBtr0070099"; exon_number "1"; gene_name "Cyp4g1"; gene_biotype "protein_coding"; transcript_name "Cyp4g1-RA"; exon_id "FBgn0010019:1";
+X	protein_coding	CDS	361594	363261	.	-	0	gene_id "FBgn0010019"; transcript_id "FBtr0070099"; exon_number "1"; gene_name "Cyp4g1"; gene_biotype "protein_coding"; transcript_name "Cyp4g1-RA"; protein_id "FBpp0070094";
+X	protein_coding	start_codon	363259	363261	.	-	0	gene_id "FBgn0010019"; transcript_id "FBtr0070099"; exon_number "1"; gene_name "Cyp4g1"; gene_biotype "protein_coding"; transcript_name "Cyp4g1-RA";
+X	protein_coding	stop_codon	361591	361593	.	-	0	gene_id "FBgn0010019"; transcript_id "FBtr0070099"; exon_number "1"; gene_name "Cyp4g1"; gene_biotype "protein_coding"; transcript_name "Cyp4g1-RA";
+X	protein_coding	exon	370427	370625	.	-	.	gene_id "FBgn0001337"; transcript_id "FBtr0070098"; exon_number "1"; gene_name "Exp6"; gene_biotype "protein_coding"; transcript_name "Exp6-RA"; exon_id "CG3923:1";
+X	protein_coding	CDS	370427	370429	.	-	0	gene_id "FBgn0001337"; transcript_id "FBtr0070098"; exon_number "1"; gene_name "Exp6"; gene_biotype "protein_coding"; transcript_name "Exp6-RA"; protein_id "FBpp0070093";
+X	protein_coding	start_codon	370427	370429	.	-	0	gene_id "FBgn0001337"; transcript_id "FBtr0070098"; exon_number "1"; gene_name "Exp6"; gene_biotype "protein_coding"; transcript_name "Exp6-RA";
+X	protein_coding	exon	369802	370325	.	-	.	gene_id "FBgn0001337"; transcript_id "FBtr0070098"; exon_number "2"; gene_name "Exp6"; gene_biotype "protein_coding"; transcript_name "Exp6-RA"; exon_id "CG3923:2";
+X	protein_coding	CDS	369802	370325	.	-	0	gene_id "FBgn0001337"; transcript_id "FBtr0070098"; exon_number "2"; gene_name "Exp6"; gene_biotype "protein_coding"; transcript_name "Exp6-RA"; protein_id "FBpp0070093";
+X	protein_coding	exon	369191	369346	.	-	.	gene_id "FBgn0001337"; transcript_id "FBtr0070098"; exon_number "3"; gene_name "Exp6"; gene_biotype "protein_coding"; transcript_name "Exp6-RA"; exon_id "CG3923:3";
+X	protein_coding	CDS	369191	369346	.	-	1	gene_id "FBgn0001337"; transcript_id "FBtr0070098"; exon_number "3"; gene_name "Exp6"; gene_biotype "protein_coding"; transcript_name "Exp6-RA"; protein_id "FBpp0070093";
+X	protein_coding	exon	368731	369113	.	-	.	gene_id "FBgn0001337"; transcript_id "FBtr0070098"; exon_number "4"; gene_name "Exp6"; gene_biotype "protein_coding"; transcript_name "Exp6-RA"; exon_id "CG3923:4";
+X	protein_coding	CDS	368731	369113	.	-	1	gene_id "FBgn0001337"; transcript_id "FBtr0070098"; exon_number "4"; gene_name "Exp6"; gene_biotype "protein_coding"; transcript_name "Exp6-RA"; protein_id "FBpp0070093";
+X	protein_coding	exon	368343	368539	.	-	.	gene_id "FBgn0001337"; transcript_id "FBtr0070098"; exon_number "5"; gene_name "Exp6"; gene_biotype "protein_coding"; transcript_name "Exp6-RA"; exon_id "CG3923:5";
+X	protein_coding	CDS	368343	368539	.	-	2	gene_id "FBgn0001337"; transcript_id "FBtr0070098"; exon_number "5"; gene_name "Exp6"; gene_biotype "protein_coding"; transcript_name "Exp6-RA"; protein_id "FBpp0070093";
+X	protein_coding	exon	367797	368233	.	-	.	gene_id "FBgn0001337"; transcript_id "FBtr0070098"; exon_number "6"; gene_name "Exp6"; gene_biotype "protein_coding"; transcript_name "Exp6-RA"; exon_id "CG3923:6";
+X	protein_coding	CDS	367797	368233	.	-	0	gene_id "FBgn0001337"; transcript_id "FBtr0070098"; exon_number "6"; gene_name "Exp6"; gene_biotype "protein_coding"; transcript_name "Exp6-RA"; protein_id "FBpp0070093";
+X	protein_coding	exon	367189	367738	.	-	.	gene_id "FBgn0001337"; transcript_id "FBtr0070098"; exon_number "7"; gene_name "Exp6"; gene_biotype "protein_coding"; transcript_name "Exp6-RA"; exon_id "CG3923:7";
+X	protein_coding	CDS	367189	367738	.	-	1	gene_id "FBgn0001337"; transcript_id "FBtr0070098"; exon_number "7"; gene_name "Exp6"; gene_biotype "protein_coding"; transcript_name "Exp6-RA"; protein_id "FBpp0070093";
+X	protein_coding	exon	366953	367122	.	-	.	gene_id "FBgn0001337"; transcript_id "FBtr0070098"; exon_number "8"; gene_name "Exp6"; gene_biotype "protein_coding"; transcript_name "Exp6-RA"; exon_id "CG3923:8";
+X	protein_coding	CDS	366953	367122	.	-	0	gene_id "FBgn0001337"; transcript_id "FBtr0070098"; exon_number "8"; gene_name "Exp6"; gene_biotype "protein_coding"; transcript_name "Exp6-RA"; protein_id "FBpp0070093";
+X	protein_coding	exon	366675	366884	.	-	.	gene_id "FBgn0001337"; transcript_id "FBtr0070098"; exon_number "9"; gene_name "Exp6"; gene_biotype "protein_coding"; transcript_name "Exp6-RA"; exon_id "CG3923:9";
+X	protein_coding	CDS	366675	366884	.	-	1	gene_id "FBgn0001337"; transcript_id "FBtr0070098"; exon_number "9"; gene_name "Exp6"; gene_biotype "protein_coding"; transcript_name "Exp6-RA"; protein_id "FBpp0070093";
+X	protein_coding	exon	366159	366594	.	-	.	gene_id "FBgn0001337"; transcript_id "FBtr0070098"; exon_number "10"; gene_name "Exp6"; gene_biotype "protein_coding"; transcript_name "Exp6-RA"; exon_id "CG3923:10";
+X	protein_coding	CDS	366159	366594	.	-	1	gene_id "FBgn0001337"; transcript_id "FBtr0070098"; exon_number "10"; gene_name "Exp6"; gene_biotype "protein_coding"; transcript_name "Exp6-RA"; protein_id "FBpp0070093";
+X	protein_coding	exon	365085	365944	.	-	.	gene_id "FBgn0001337"; transcript_id "FBtr0070098"; exon_number "11"; gene_name "Exp6"; gene_biotype "protein_coding"; transcript_name "Exp6-RA"; exon_id "CG3923:11";
+X	protein_coding	CDS	365870	365944	.	-	0	gene_id "FBgn0001337"; transcript_id "FBtr0070098"; exon_number "11"; gene_name "Exp6"; gene_biotype "protein_coding"; transcript_name "Exp6-RA"; protein_id "FBpp0070093";
+X	protein_coding	stop_codon	365867	365869	.	-	0	gene_id "FBgn0001337"; transcript_id "FBtr0070098"; exon_number "11"; gene_name "Exp6"; gene_biotype "protein_coding"; transcript_name "Exp6-RA";
+X	pseudogene	exon	373149	373342	.	-	.	gene_id "FBgn0029523"; transcript_id "FBtr0070097"; exon_number "1"; gene_name "CR18275"; gene_biotype "pseudogene"; transcript_name "CR18275-RA"; exon_id "FBgn0029523:3";
+X	pseudogene	exon	372632	373059	.	-	.	gene_id "FBgn0029523"; transcript_id "FBtr0070097"; exon_number "2"; gene_name "CR18275"; gene_biotype "pseudogene"; transcript_name "CR18275-RA"; exon_id "FBgn0029523:2";
+X	pseudogene	exon	370890	372576	.	-	.	gene_id "FBgn0029523"; transcript_id "FBtr0070097"; exon_number "3"; gene_name "CR18275"; gene_biotype "pseudogene"; transcript_name "CR18275-RA"; exon_id "FBgn0029523:1";
+X	protein_coding	exon	371017	371324	.	+	.	gene_id "FBgn0029522"; transcript_id "FBtr0112947"; exon_number "1"; gene_name "CG13373"; gene_biotype "protein_coding"; transcript_name "CG13373-RB"; exon_id "FBgn0029522:1";
+X	protein_coding	CDS	371180	371324	.	+	0	gene_id "FBgn0029522"; transcript_id "FBtr0112947"; exon_number "1"; gene_name "CG13373"; gene_biotype "protein_coding"; transcript_name "CG13373-RB"; protein_id "FBpp0111860";
+X	protein_coding	start_codon	371180	371182	.	+	0	gene_id "FBgn0029522"; transcript_id "FBtr0112947"; exon_number "1"; gene_name "CG13373"; gene_biotype "protein_coding"; transcript_name "CG13373-RB";
+X	protein_coding	exon	371640	371964	.	+	.	gene_id "FBgn0029522"; transcript_id "FBtr0112947"; exon_number "2"; gene_name "CG13373"; gene_biotype "protein_coding"; transcript_name "CG13373-RB"; exon_id "FBgn0029522:3";
+X	protein_coding	CDS	371640	371964	.	+	2	gene_id "FBgn0029522"; transcript_id "FBtr0112947"; exon_number "2"; gene_name "CG13373"; gene_biotype "protein_coding"; transcript_name "CG13373-RB"; protein_id "FBpp0111860";
+X	protein_coding	exon	372046	372224	.	+	.	gene_id "FBgn0029522"; transcript_id "FBtr0112947"; exon_number "3"; gene_name "CG13373"; gene_biotype "protein_coding"; transcript_name "CG13373-RB"; exon_id "FBgn0029522:4";
+X	protein_coding	CDS	372046	372106	.	+	1	gene_id "FBgn0029522"; transcript_id "FBtr0112947"; exon_number "3"; gene_name "CG13373"; gene_biotype "protein_coding"; transcript_name "CG13373-RB"; protein_id "FBpp0111860";
+X	protein_coding	stop_codon	372107	372109	.	+	0	gene_id "FBgn0029522"; transcript_id "FBtr0112947"; exon_number "3"; gene_name "CG13373"; gene_biotype "protein_coding"; transcript_name "CG13373-RB";
+X	protein_coding	exon	371554	371964	.	+	.	gene_id "FBgn0029522"; transcript_id "FBtr0070076"; exon_number "1"; gene_name "CG13373"; gene_biotype "protein_coding"; transcript_name "CG13373-RA"; exon_id "FBgn0029522:2";
+X	protein_coding	CDS	371654	371964	.	+	0	gene_id "FBgn0029522"; transcript_id "FBtr0070076"; exon_number "1"; gene_name "CG13373"; gene_biotype "protein_coding"; transcript_name "CG13373-RA"; protein_id "FBpp0070075";
+X	protein_coding	start_codon	371654	371656	.	+	0	gene_id "FBgn0029522"; transcript_id "FBtr0070076"; exon_number "1"; gene_name "CG13373"; gene_biotype "protein_coding"; transcript_name "CG13373-RA";
+X	protein_coding	exon	372046	372224	.	+	.	gene_id "FBgn0029522"; transcript_id "FBtr0070076"; exon_number "2"; gene_name "CG13373"; gene_biotype "protein_coding"; transcript_name "CG13373-RA"; exon_id "FBgn0029522:4";
+X	protein_coding	CDS	372046	372106	.	+	1	gene_id "FBgn0029522"; transcript_id "FBtr0070076"; exon_number "2"; gene_name "CG13373"; gene_biotype "protein_coding"; transcript_name "CG13373-RA"; protein_id "FBpp0070075";
+X	protein_coding	stop_codon	372107	372109	.	+	0	gene_id "FBgn0029522"; transcript_id "FBtr0070076"; exon_number "2"; gene_name "CG13373"; gene_biotype "protein_coding"; transcript_name "CG13373-RA";
+X	protein_coding	exon	373464	373542	.	+	.	gene_id "FBgn0052817"; transcript_id "FBtr0070077"; exon_number "1"; gene_name "CG32817"; gene_biotype "protein_coding"; transcript_name "CG32817-RA"; exon_id "FBgn0052817:1";
+X	protein_coding	exon	373663	373978	.	+	.	gene_id "FBgn0052817"; transcript_id "FBtr0070077"; exon_number "2"; gene_name "CG32817"; gene_biotype "protein_coding"; transcript_name "CG32817-RA"; exon_id "FBgn0052817:3";
+X	protein_coding	CDS	373677	373978	.	+	0	gene_id "FBgn0052817"; transcript_id "FBtr0070077"; exon_number "2"; gene_name "CG32817"; gene_biotype "protein_coding"; transcript_name "CG32817-RA"; protein_id "FBpp0070076";
+X	protein_coding	start_codon	373677	373679	.	+	0	gene_id "FBgn0052817"; transcript_id "FBtr0070077"; exon_number "2"; gene_name "CG32817"; gene_biotype "protein_coding"; transcript_name "CG32817-RA";
+X	protein_coding	exon	374063	374199	.	+	.	gene_id "FBgn0052817"; transcript_id "FBtr0070077"; exon_number "3"; gene_name "CG32817"; gene_biotype "protein_coding"; transcript_name "CG32817-RA"; exon_id "FBgn0052817:4";
+X	protein_coding	CDS	374063	374123	.	+	1	gene_id "FBgn0052817"; transcript_id "FBtr0070077"; exon_number "3"; gene_name "CG32817"; gene_biotype "protein_coding"; transcript_name "CG32817-RA"; protein_id "FBpp0070076";
+X	protein_coding	stop_codon	374124	374126	.	+	0	gene_id "FBgn0052817"; transcript_id "FBtr0070077"; exon_number "3"; gene_name "CG32817"; gene_biotype "protein_coding"; transcript_name "CG32817-RA";
+X	protein_coding	exon	373464	373542	.	+	.	gene_id "FBgn0052817"; transcript_id "FBtr0300328"; exon_number "1"; gene_name "CG32817"; gene_biotype "protein_coding"; transcript_name "CG32817-RB"; exon_id "FBgn0052817:1";
+X	protein_coding	exon	373615	373978	.	+	.	gene_id "FBgn0052817"; transcript_id "FBtr0300328"; exon_number "2"; gene_name "CG32817"; gene_biotype "protein_coding"; transcript_name "CG32817-RB"; exon_id "FBgn0052817:2";
+X	protein_coding	CDS	373677	373978	.	+	0	gene_id "FBgn0052817"; transcript_id "FBtr0300328"; exon_number "2"; gene_name "CG32817"; gene_biotype "protein_coding"; transcript_name "CG32817-RB"; protein_id "FBpp0289557";
+X	protein_coding	start_codon	373677	373679	.	+	0	gene_id "FBgn0052817"; transcript_id "FBtr0300328"; exon_number "2"; gene_name "CG32817"; gene_biotype "protein_coding"; transcript_name "CG32817-RB";
+X	protein_coding	exon	374063	374199	.	+	.	gene_id "FBgn0052817"; transcript_id "FBtr0300328"; exon_number "3"; gene_name "CG32817"; gene_biotype "protein_coding"; transcript_name "CG32817-RB"; exon_id "FBgn0052817:4";
+X	protein_coding	CDS	374063	374123	.	+	1	gene_id "FBgn0052817"; transcript_id "FBtr0300328"; exon_number "3"; gene_name "CG32817"; gene_biotype "protein_coding"; transcript_name "CG32817-RB"; protein_id "FBpp0289557";
+X	protein_coding	stop_codon	374124	374126	.	+	0	gene_id "FBgn0052817"; transcript_id "FBtr0300328"; exon_number "3"; gene_name "CG32817"; gene_biotype "protein_coding"; transcript_name "CG32817-RB";
+X	pseudogene	exon	375635	375842	.	-	.	gene_id "FBgn0029526"; transcript_id "FBtr0070095"; exon_number "1"; gene_name "CR18166"; gene_biotype "pseudogene"; transcript_name "CR18166-RA"; exon_id "FBgn0029526:5";
+X	pseudogene	exon	375266	375595	.	-	.	gene_id "FBgn0029526"; transcript_id "FBtr0070095"; exon_number "2"; gene_name "CR18166"; gene_biotype "pseudogene"; transcript_name "CR18166-RA"; exon_id "FBgn0029526:4";
+X	pseudogene	exon	373897	375202	.	-	.	gene_id "FBgn0029526"; transcript_id "FBtr0070095"; exon_number "3"; gene_name "CR18166"; gene_biotype "pseudogene"; transcript_name "CR18166-RA"; exon_id "FBgn0029526:1";
+X	pseudogene	exon	375635	375842	.	-	.	gene_id "FBgn0029526"; transcript_id "FBtr0301337"; exon_number "1"; gene_name "CR18166"; gene_biotype "pseudogene"; transcript_name "CR18166-RB"; exon_id "FBgn0029526:5";
+X	pseudogene	exon	375266	375545	.	-	.	gene_id "FBgn0029526"; transcript_id "FBtr0301337"; exon_number "2"; gene_name "CR18166"; gene_biotype "pseudogene"; transcript_name "CR18166-RB"; exon_id "FBgn0029526:3";
+X	pseudogene	exon	374187	375202	.	-	.	gene_id "FBgn0029526"; transcript_id "FBtr0301337"; exon_number "3"; gene_name "CR18166"; gene_biotype "pseudogene"; transcript_name "CR18166-RB"; exon_id "FBgn0029526:2";
+X	protein_coding	exon	375895	376030	.	+	.	gene_id "FBgn0029524"; transcript_id "FBtr0070078"; exon_number "1"; gene_name "CG3176"; gene_biotype "protein_coding"; transcript_name "CG3176-RA"; exon_id "FBgn0029524:1";
+X	protein_coding	exon	376151	376466	.	+	.	gene_id "FBgn0029524"; transcript_id "FBtr0070078"; exon_number "2"; gene_name "CG3176"; gene_biotype "protein_coding"; transcript_name "CG3176-RA"; exon_id "FBgn0029524:2";
+X	protein_coding	CDS	376165	376466	.	+	0	gene_id "FBgn0029524"; transcript_id "FBtr0070078"; exon_number "2"; gene_name "CG3176"; gene_biotype "protein_coding"; transcript_name "CG3176-RA"; protein_id "FBpp0070077";
+X	protein_coding	start_codon	376165	376167	.	+	0	gene_id "FBgn0029524"; transcript_id "FBtr0070078"; exon_number "2"; gene_name "CG3176"; gene_biotype "protein_coding"; transcript_name "CG3176-RA";
+X	protein_coding	exon	376551	376691	.	+	.	gene_id "FBgn0029524"; transcript_id "FBtr0070078"; exon_number "3"; gene_name "CG3176"; gene_biotype "protein_coding"; transcript_name "CG3176-RA"; exon_id "FBgn0029524:3";
+X	protein_coding	CDS	376551	376611	.	+	1	gene_id "FBgn0029524"; transcript_id "FBtr0070078"; exon_number "3"; gene_name "CG3176"; gene_biotype "protein_coding"; transcript_name "CG3176-RA"; protein_id "FBpp0070077";
+X	protein_coding	stop_codon	376612	376614	.	+	0	gene_id "FBgn0029524"; transcript_id "FBtr0070078"; exon_number "3"; gene_name "CG3176"; gene_biotype "protein_coding"; transcript_name "CG3176-RA";
+X	protein_coding	exon	381498	381587	.	-	.	gene_id "FBgn0029525"; transcript_id "FBtr0070094"; exon_number "1"; gene_name "CG18273"; gene_biotype "protein_coding"; transcript_name "CG18273-RA"; exon_id "FBgn0029525:6";
+X	protein_coding	CDS	381498	381513	.	-	0	gene_id "FBgn0029525"; transcript_id "FBtr0070094"; exon_number "1"; gene_name "CG18273"; gene_biotype "protein_coding"; transcript_name "CG18273-RA"; protein_id "FBpp0070089";
+X	protein_coding	start_codon	381511	381513	.	-	0	gene_id "FBgn0029525"; transcript_id "FBtr0070094"; exon_number "1"; gene_name "CG18273"; gene_biotype "protein_coding"; transcript_name "CG18273-RA";
+X	protein_coding	exon	379061	381436	.	-	.	gene_id "FBgn0029525"; transcript_id "FBtr0070094"; exon_number "2"; gene_name "CG18273"; gene_biotype "protein_coding"; transcript_name "CG18273-RA"; exon_id "FBgn0029525:5";
+X	protein_coding	CDS	379061	381436	.	-	2	gene_id "FBgn0029525"; transcript_id "FBtr0070094"; exon_number "2"; gene_name "CG18273"; gene_biotype "protein_coding"; transcript_name "CG18273-RA"; protein_id "FBpp0070089";
+X	protein_coding	exon	378343	378998	.	-	.	gene_id "FBgn0029525"; transcript_id "FBtr0070094"; exon_number "3"; gene_name "CG18273"; gene_biotype "protein_coding"; transcript_name "CG18273-RA"; exon_id "FBgn0029525:4";
+X	protein_coding	CDS	378343	378998	.	-	2	gene_id "FBgn0029525"; transcript_id "FBtr0070094"; exon_number "3"; gene_name "CG18273"; gene_biotype "protein_coding"; transcript_name "CG18273-RA"; protein_id "FBpp0070089";
+X	protein_coding	exon	377917	378279	.	-	.	gene_id "FBgn0029525"; transcript_id "FBtr0070094"; exon_number "4"; gene_name "CG18273"; gene_biotype "protein_coding"; transcript_name "CG18273-RA"; exon_id "FBgn0029525:3";
+X	protein_coding	CDS	377917	378279	.	-	0	gene_id "FBgn0029525"; transcript_id "FBtr0070094"; exon_number "4"; gene_name "CG18273"; gene_biotype "protein_coding"; transcript_name "CG18273-RA"; protein_id "FBpp0070089";
+X	protein_coding	exon	377301	377861	.	-	.	gene_id "FBgn0029525"; transcript_id "FBtr0070094"; exon_number "5"; gene_name "CG18273"; gene_biotype "protein_coding"; transcript_name "CG18273-RA"; exon_id "FBgn0029525:2";
+X	protein_coding	CDS	377301	377861	.	-	0	gene_id "FBgn0029525"; transcript_id "FBtr0070094"; exon_number "5"; gene_name "CG18273"; gene_biotype "protein_coding"; transcript_name "CG18273-RA"; protein_id "FBpp0070089";
+X	protein_coding	exon	376810	377078	.	-	.	gene_id "FBgn0029525"; transcript_id "FBtr0070094"; exon_number "6"; gene_name "CG18273"; gene_biotype "protein_coding"; transcript_name "CG18273-RA"; exon_id "FBgn0029525:1";
+X	protein_coding	CDS	376920	377078	.	-	0	gene_id "FBgn0029525"; transcript_id "FBtr0070094"; exon_number "6"; gene_name "CG18273"; gene_biotype "protein_coding"; transcript_name "CG18273-RA"; protein_id "FBpp0070089";
+X	protein_coding	stop_codon	376917	376919	.	-	0	gene_id "FBgn0029525"; transcript_id "FBtr0070094"; exon_number "6"; gene_name "CG18273"; gene_biotype "protein_coding"; transcript_name "CG18273-RA";
+X	protein_coding	exon	381972	382395	.	+	.	gene_id "FBgn0023536"; transcript_id "FBtr0070079"; exon_number "1"; gene_name "CG3156"; gene_biotype "protein_coding"; transcript_name "CG3156-RA"; exon_id "CG3156:1";
+X	protein_coding	CDS	382023	382395	.	+	0	gene_id "FBgn0023536"; transcript_id "FBtr0070079"; exon_number "1"; gene_name "CG3156"; gene_biotype "protein_coding"; transcript_name "CG3156-RA"; protein_id "FBpp0070078";
+X	protein_coding	start_codon	382023	382025	.	+	0	gene_id "FBgn0023536"; transcript_id "FBtr0070079"; exon_number "1"; gene_name "CG3156"; gene_biotype "protein_coding"; transcript_name "CG3156-RA";
+X	protein_coding	exon	382455	382661	.	+	.	gene_id "FBgn0023536"; transcript_id "FBtr0070079"; exon_number "2"; gene_name "CG3156"; gene_biotype "protein_coding"; transcript_name "CG3156-RA"; exon_id "CG3156:2";
+X	protein_coding	CDS	382455	382661	.	+	2	gene_id "FBgn0023536"; transcript_id "FBtr0070079"; exon_number "2"; gene_name "CG3156"; gene_biotype "protein_coding"; transcript_name "CG3156-RA"; protein_id "FBpp0070078";
+X	protein_coding	exon	382907	383109	.	+	.	gene_id "FBgn0023536"; transcript_id "FBtr0070079"; exon_number "3"; gene_name "CG3156"; gene_biotype "protein_coding"; transcript_name "CG3156-RA"; exon_id "CG3156:3";
+X	protein_coding	CDS	382907	383109	.	+	2	gene_id "FBgn0023536"; transcript_id "FBtr0070079"; exon_number "3"; gene_name "CG3156"; gene_biotype "protein_coding"; transcript_name "CG3156-RA"; protein_id "FBpp0070078";
+X	protein_coding	exon	383176	383457	.	+	.	gene_id "FBgn0023536"; transcript_id "FBtr0070079"; exon_number "4"; gene_name "CG3156"; gene_biotype "protein_coding"; transcript_name "CG3156-RA"; exon_id "CG3156:4";
+X	protein_coding	CDS	383176	383457	.	+	0	gene_id "FBgn0023536"; transcript_id "FBtr0070079"; exon_number "4"; gene_name "CG3156"; gene_biotype "protein_coding"; transcript_name "CG3156-RA"; protein_id "FBpp0070078";
+X	protein_coding	exon	383518	384261	.	+	.	gene_id "FBgn0023536"; transcript_id "FBtr0070079"; exon_number "5"; gene_name "CG3156"; gene_biotype "protein_coding"; transcript_name "CG3156-RA"; exon_id "CG3156:5";
+X	protein_coding	CDS	383518	384261	.	+	0	gene_id "FBgn0023536"; transcript_id "FBtr0070079"; exon_number "5"; gene_name "CG3156"; gene_biotype "protein_coding"; transcript_name "CG3156-RA"; protein_id "FBpp0070078";
+X	protein_coding	exon	384335	384767	.	+	.	gene_id "FBgn0023536"; transcript_id "FBtr0070079"; exon_number "6"; gene_name "CG3156"; gene_biotype "protein_coding"; transcript_name "CG3156-RA"; exon_id "CG3156:6";
+X	protein_coding	CDS	384335	384601	.	+	0	gene_id "FBgn0023536"; transcript_id "FBtr0070079"; exon_number "6"; gene_name "CG3156"; gene_biotype "protein_coding"; transcript_name "CG3156-RA"; protein_id "FBpp0070078";
+X	protein_coding	stop_codon	384602	384604	.	+	0	gene_id "FBgn0023536"; transcript_id "FBtr0070079"; exon_number "6"; gene_name "CG3156"; gene_biotype "protein_coding"; transcript_name "CG3156-RA";
+X	protein_coding	exon	387421	387527	.	-	.	gene_id "FBgn0023537"; transcript_id "FBtr0070092"; exon_number "1"; gene_name "CG17896"; gene_biotype "protein_coding"; transcript_name "CG17896-RB"; exon_id "CG17896:1";
+X	protein_coding	CDS	387421	387450	.	-	0	gene_id "FBgn0023537"; transcript_id "FBtr0070092"; exon_number "1"; gene_name "CG17896"; gene_biotype "protein_coding"; transcript_name "CG17896-RB"; protein_id "FBpp0070087";
+X	protein_coding	start_codon	387448	387450	.	-	0	gene_id "FBgn0023537"; transcript_id "FBtr0070092"; exon_number "1"; gene_name "CG17896"; gene_biotype "protein_coding"; transcript_name "CG17896-RB";
+X	protein_coding	exon	384820	386661	.	-	.	gene_id "FBgn0023537"; transcript_id "FBtr0070092"; exon_number "2"; gene_name "CG17896"; gene_biotype "protein_coding"; transcript_name "CG17896-RB"; exon_id "CG17896:2";
+X	protein_coding	CDS	385132	386661	.	-	0	gene_id "FBgn0023537"; transcript_id "FBtr0070092"; exon_number "2"; gene_name "CG17896"; gene_biotype "protein_coding"; transcript_name "CG17896-RB"; protein_id "FBpp0070087";
+X	protein_coding	stop_codon	385129	385131	.	-	0	gene_id "FBgn0023537"; transcript_id "FBtr0070092"; exon_number "2"; gene_name "CG17896"; gene_biotype "protein_coding"; transcript_name "CG17896-RB";
+X	protein_coding	exon	386776	387056	.	-	.	gene_id "FBgn0023537"; transcript_id "FBtr0070093"; exon_number "1"; gene_name "CG17896"; gene_biotype "protein_coding"; transcript_name "CG17896-RA"; exon_id "CG17896:3";
+X	protein_coding	CDS	386776	386778	.	-	0	gene_id "FBgn0023537"; transcript_id "FBtr0070093"; exon_number "1"; gene_name "CG17896"; gene_biotype "protein_coding"; transcript_name "CG17896-RA"; protein_id "FBpp0070088";
+X	protein_coding	start_codon	386776	386778	.	-	0	gene_id "FBgn0023537"; transcript_id "FBtr0070093"; exon_number "1"; gene_name "CG17896"; gene_biotype "protein_coding"; transcript_name "CG17896-RA";
+X	protein_coding	exon	384820	386661	.	-	.	gene_id "FBgn0023537"; transcript_id "FBtr0070093"; exon_number "2"; gene_name "CG17896"; gene_biotype "protein_coding"; transcript_name "CG17896-RA"; exon_id "CG17896:2";
+X	protein_coding	CDS	385132	386661	.	-	0	gene_id "FBgn0023537"; transcript_id "FBtr0070093"; exon_number "2"; gene_name "CG17896"; gene_biotype "protein_coding"; transcript_name "CG17896-RA"; protein_id "FBpp0070088";
+X	protein_coding	stop_codon	385129	385131	.	-	0	gene_id "FBgn0023537"; transcript_id "FBtr0070093"; exon_number "2"; gene_name "CG17896"; gene_biotype "protein_coding"; transcript_name "CG17896-RA";
+X	protein_coding	exon	388933	389150	.	+	.	gene_id "FBgn0023534"; transcript_id "FBtr0070080"; exon_number "1"; gene_name "CG17778"; gene_biotype "protein_coding"; transcript_name "CG17778-RA"; exon_id "CG17778:1";
+X	protein_coding	CDS	389103	389150	.	+	0	gene_id "FBgn0023534"; transcript_id "FBtr0070080"; exon_number "1"; gene_name "CG17778"; gene_biotype "protein_coding"; transcript_name "CG17778-RA"; protein_id "FBpp0070079";
+X	protein_coding	start_codon	389103	389105	.	+	0	gene_id "FBgn0023534"; transcript_id "FBtr0070080"; exon_number "1"; gene_name "CG17778"; gene_biotype "protein_coding"; transcript_name "CG17778-RA";
+X	protein_coding	exon	389502	390402	.	+	.	gene_id "FBgn0023534"; transcript_id "FBtr0070080"; exon_number "2"; gene_name "CG17778"; gene_biotype "protein_coding"; transcript_name "CG17778-RA"; exon_id "CG17778:2";
+X	protein_coding	CDS	389502	389834	.	+	0	gene_id "FBgn0023534"; transcript_id "FBtr0070080"; exon_number "2"; gene_name "CG17778"; gene_biotype "protein_coding"; transcript_name "CG17778-RA"; protein_id "FBpp0070079";
+X	protein_coding	stop_codon	389835	389837	.	+	0	gene_id "FBgn0023534"; transcript_id "FBtr0070080"; exon_number "2"; gene_name "CG17778"; gene_biotype "protein_coding"; transcript_name "CG17778-RA";
+X	protein_coding	exon	390504	391422	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070084"; exon_number "1"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RD"; exon_id "FBgn0004648:1";
+X	protein_coding	CDS	390973	391422	.	+	0	gene_id "FBgn0004648"; transcript_id "FBtr0070084"; exon_number "1"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RD"; protein_id "FBpp0089123";
+X	protein_coding	start_codon	390973	390975	.	+	0	gene_id "FBgn0004648"; transcript_id "FBtr0070084"; exon_number "1"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RD";
+X	protein_coding	exon	396018	396253	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070084"; exon_number "2"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RD"; exon_id "FBgn0004648:5";
+X	protein_coding	CDS	396018	396253	.	+	0	gene_id "FBgn0004648"; transcript_id "FBtr0070084"; exon_number "2"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RD"; protein_id "FBpp0089123";
+X	protein_coding	exon	396320	396799	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070084"; exon_number "3"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RD"; exon_id "FBgn0004648:6";
+X	protein_coding	CDS	396320	396799	.	+	1	gene_id "FBgn0004648"; transcript_id "FBtr0070084"; exon_number "3"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RD"; protein_id "FBpp0089123";
+X	protein_coding	exon	396869	396969	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070084"; exon_number "4"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RD"; exon_id "FBgn0004648:7";
+X	protein_coding	CDS	396869	396969	.	+	1	gene_id "FBgn0004648"; transcript_id "FBtr0070084"; exon_number "4"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RD"; protein_id "FBpp0089123";
+X	protein_coding	exon	398701	398818	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070084"; exon_number "5"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RD"; exon_id "FBgn0004648:9";
+X	protein_coding	CDS	398701	398818	.	+	2	gene_id "FBgn0004648"; transcript_id "FBtr0070084"; exon_number "5"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RD"; protein_id "FBpp0089123";
+X	protein_coding	exon	398949	400275	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070084"; exon_number "6"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RD"; exon_id "FBgn0004648:10";
+X	protein_coding	CDS	398949	400275	.	+	1	gene_id "FBgn0004648"; transcript_id "FBtr0070084"; exon_number "6"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RD"; protein_id "FBpp0089123";
+X	protein_coding	exon	400341	400564	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070084"; exon_number "7"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RD"; exon_id "FBgn0004648:11";
+X	protein_coding	CDS	400341	400564	.	+	0	gene_id "FBgn0004648"; transcript_id "FBtr0070084"; exon_number "7"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RD"; protein_id "FBpp0089123";
+X	protein_coding	exon	400632	403113	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070084"; exon_number "8"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RD"; exon_id "FBgn0004648:13";
+X	protein_coding	CDS	400632	401907	.	+	1	gene_id "FBgn0004648"; transcript_id "FBtr0070084"; exon_number "8"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RD"; protein_id "FBpp0089123";
+X	protein_coding	stop_codon	401908	401910	.	+	0	gene_id "FBgn0004648"; transcript_id "FBtr0070084"; exon_number "8"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RD";
+X	protein_coding	exon	390504	391422	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0290016"; exon_number "1"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RH"; exon_id "FBgn0004648:1";
+X	protein_coding	CDS	390973	391422	.	+	0	gene_id "FBgn0004648"; transcript_id "FBtr0290016"; exon_number "1"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RH"; protein_id "FBpp0288455";
+X	protein_coding	start_codon	390973	390975	.	+	0	gene_id "FBgn0004648"; transcript_id "FBtr0290016"; exon_number "1"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RH";
+X	protein_coding	exon	396018	396253	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0290016"; exon_number "2"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RH"; exon_id "FBgn0004648:5";
+X	protein_coding	CDS	396018	396253	.	+	0	gene_id "FBgn0004648"; transcript_id "FBtr0290016"; exon_number "2"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RH"; protein_id "FBpp0288455";
+X	protein_coding	exon	396320	396799	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0290016"; exon_number "3"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RH"; exon_id "FBgn0004648:6";
+X	protein_coding	CDS	396320	396799	.	+	1	gene_id "FBgn0004648"; transcript_id "FBtr0290016"; exon_number "3"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RH"; protein_id "FBpp0288455";
+X	protein_coding	exon	396869	396969	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0290016"; exon_number "4"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RH"; exon_id "FBgn0004648:7";
+X	protein_coding	CDS	396869	396969	.	+	1	gene_id "FBgn0004648"; transcript_id "FBtr0290016"; exon_number "4"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RH"; protein_id "FBpp0288455";
+X	protein_coding	exon	398701	398818	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0290016"; exon_number "5"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RH"; exon_id "FBgn0004648:9";
+X	protein_coding	CDS	398701	398818	.	+	2	gene_id "FBgn0004648"; transcript_id "FBtr0290016"; exon_number "5"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RH"; protein_id "FBpp0288455";
+X	protein_coding	exon	398949	400275	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0290016"; exon_number "6"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RH"; exon_id "FBgn0004648:10";
+X	protein_coding	CDS	398949	400275	.	+	1	gene_id "FBgn0004648"; transcript_id "FBtr0290016"; exon_number "6"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RH"; protein_id "FBpp0288455";
+X	protein_coding	exon	400341	400564	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0290016"; exon_number "7"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RH"; exon_id "FBgn0004648:11";
+X	protein_coding	CDS	400341	400564	.	+	0	gene_id "FBgn0004648"; transcript_id "FBtr0290016"; exon_number "7"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RH"; protein_id "FBpp0288455";
+X	protein_coding	exon	400632	401839	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0290016"; exon_number "8"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RH"; exon_id "FBgn0004648:12";
+X	protein_coding	CDS	400632	401839	.	+	1	gene_id "FBgn0004648"; transcript_id "FBtr0290016"; exon_number "8"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RH"; protein_id "FBpp0288455";
+X	protein_coding	exon	401902	403113	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0290016"; exon_number "9"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RH"; exon_id "FBgn0004648:15";
+X	protein_coding	CDS	401902	402068	.	+	2	gene_id "FBgn0004648"; transcript_id "FBtr0290016"; exon_number "9"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RH"; protein_id "FBpp0288455";
+X	protein_coding	stop_codon	402069	402071	.	+	0	gene_id "FBgn0004648"; transcript_id "FBtr0290016"; exon_number "9"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RH";
+X	protein_coding	exon	390504	391422	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070085"; exon_number "1"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RE"; exon_id "FBgn0004648:1";
+X	protein_coding	CDS	390973	391422	.	+	0	gene_id "FBgn0004648"; transcript_id "FBtr0070085"; exon_number "1"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RE"; protein_id "FBpp0089124";
+X	protein_coding	start_codon	390973	390975	.	+	0	gene_id "FBgn0004648"; transcript_id "FBtr0070085"; exon_number "1"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RE";
+X	protein_coding	exon	396018	396253	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070085"; exon_number "2"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RE"; exon_id "FBgn0004648:5";
+X	protein_coding	CDS	396018	396253	.	+	0	gene_id "FBgn0004648"; transcript_id "FBtr0070085"; exon_number "2"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RE"; protein_id "FBpp0089124";
+X	protein_coding	exon	396320	396799	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070085"; exon_number "3"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RE"; exon_id "FBgn0004648:6";
+X	protein_coding	CDS	396320	396799	.	+	1	gene_id "FBgn0004648"; transcript_id "FBtr0070085"; exon_number "3"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RE"; protein_id "FBpp0089124";
+X	protein_coding	exon	396869	398365	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070085"; exon_number "4"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RE"; exon_id "FBgn0004648:8";
+X	protein_coding	CDS	396869	397001	.	+	1	gene_id "FBgn0004648"; transcript_id "FBtr0070085"; exon_number "4"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RE"; protein_id "FBpp0089124";
+X	protein_coding	stop_codon	397002	397004	.	+	0	gene_id "FBgn0004648"; transcript_id "FBtr0070085"; exon_number "4"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RE";
+X	protein_coding	exon	393314	393483	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070081"; exon_number "1"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RB"; exon_id "FBgn0004648:2";
+X	protein_coding	exon	393882	394641	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070081"; exon_number "2"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RB"; exon_id "FBgn0004648:3";
+X	protein_coding	CDS	394186	394641	.	+	0	gene_id "FBgn0004648"; transcript_id "FBtr0070081"; exon_number "2"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RB"; protein_id "FBpp0070080";
+X	protein_coding	start_codon	394186	394188	.	+	0	gene_id "FBgn0004648"; transcript_id "FBtr0070081"; exon_number "2"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RB";
+X	protein_coding	exon	396018	396253	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070081"; exon_number "3"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RB"; exon_id "FBgn0004648:5";
+X	protein_coding	CDS	396018	396253	.	+	0	gene_id "FBgn0004648"; transcript_id "FBtr0070081"; exon_number "3"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RB"; protein_id "FBpp0070080";
+X	protein_coding	exon	396320	396799	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070081"; exon_number "4"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RB"; exon_id "FBgn0004648:6";
+X	protein_coding	CDS	396320	396799	.	+	1	gene_id "FBgn0004648"; transcript_id "FBtr0070081"; exon_number "4"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RB"; protein_id "FBpp0070080";
+X	protein_coding	exon	396869	396969	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070081"; exon_number "5"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RB"; exon_id "FBgn0004648:7";
+X	protein_coding	CDS	396869	396969	.	+	1	gene_id "FBgn0004648"; transcript_id "FBtr0070081"; exon_number "5"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RB"; protein_id "FBpp0070080";
+X	protein_coding	exon	398701	398818	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070081"; exon_number "6"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RB"; exon_id "FBgn0004648:9";
+X	protein_coding	CDS	398701	398818	.	+	2	gene_id "FBgn0004648"; transcript_id "FBtr0070081"; exon_number "6"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RB"; protein_id "FBpp0070080";
+X	protein_coding	exon	398949	400275	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070081"; exon_number "7"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RB"; exon_id "FBgn0004648:10";
+X	protein_coding	CDS	398949	400275	.	+	1	gene_id "FBgn0004648"; transcript_id "FBtr0070081"; exon_number "7"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RB"; protein_id "FBpp0070080";
+X	protein_coding	exon	400341	400564	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070081"; exon_number "8"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RB"; exon_id "FBgn0004648:11";
+X	protein_coding	CDS	400341	400564	.	+	0	gene_id "FBgn0004648"; transcript_id "FBtr0070081"; exon_number "8"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RB"; protein_id "FBpp0070080";
+X	protein_coding	exon	400632	403113	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070081"; exon_number "9"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RB"; exon_id "FBgn0004648:13";
+X	protein_coding	CDS	400632	401907	.	+	1	gene_id "FBgn0004648"; transcript_id "FBtr0070081"; exon_number "9"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RB"; protein_id "FBpp0070080";
+X	protein_coding	stop_codon	401908	401910	.	+	0	gene_id "FBgn0004648"; transcript_id "FBtr0070081"; exon_number "9"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RB";
+X	protein_coding	exon	393314	393483	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070087"; exon_number "1"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RG"; exon_id "FBgn0004648:2";
+X	protein_coding	exon	393882	394641	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070087"; exon_number "2"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RG"; exon_id "FBgn0004648:3";
+X	protein_coding	CDS	394186	394641	.	+	0	gene_id "FBgn0004648"; transcript_id "FBtr0070087"; exon_number "2"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RG"; protein_id "FBpp0089126";
+X	protein_coding	start_codon	394186	394188	.	+	0	gene_id "FBgn0004648"; transcript_id "FBtr0070087"; exon_number "2"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RG";
+X	protein_coding	exon	396018	396253	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070087"; exon_number "3"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RG"; exon_id "FBgn0004648:5";
+X	protein_coding	CDS	396018	396253	.	+	0	gene_id "FBgn0004648"; transcript_id "FBtr0070087"; exon_number "3"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RG"; protein_id "FBpp0089126";
+X	protein_coding	exon	396320	396799	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070087"; exon_number "4"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RG"; exon_id "FBgn0004648:6";
+X	protein_coding	CDS	396320	396799	.	+	1	gene_id "FBgn0004648"; transcript_id "FBtr0070087"; exon_number "4"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RG"; protein_id "FBpp0089126";
+X	protein_coding	exon	396869	396969	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070087"; exon_number "5"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RG"; exon_id "FBgn0004648:7";
+X	protein_coding	CDS	396869	396969	.	+	1	gene_id "FBgn0004648"; transcript_id "FBtr0070087"; exon_number "5"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RG"; protein_id "FBpp0089126";
+X	protein_coding	exon	398701	398818	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070087"; exon_number "6"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RG"; exon_id "FBgn0004648:9";
+X	protein_coding	CDS	398701	398818	.	+	2	gene_id "FBgn0004648"; transcript_id "FBtr0070087"; exon_number "6"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RG"; protein_id "FBpp0089126";
+X	protein_coding	exon	398949	400275	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070087"; exon_number "7"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RG"; exon_id "FBgn0004648:10";
+X	protein_coding	CDS	398949	400275	.	+	1	gene_id "FBgn0004648"; transcript_id "FBtr0070087"; exon_number "7"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RG"; protein_id "FBpp0089126";
+X	protein_coding	exon	400341	400564	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070087"; exon_number "8"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RG"; exon_id "FBgn0004648:11";
+X	protein_coding	CDS	400341	400564	.	+	0	gene_id "FBgn0004648"; transcript_id "FBtr0070087"; exon_number "8"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RG"; protein_id "FBpp0089126";
+X	protein_coding	exon	400632	401839	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070087"; exon_number "9"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RG"; exon_id "FBgn0004648:12";
+X	protein_coding	CDS	400632	401839	.	+	1	gene_id "FBgn0004648"; transcript_id "FBtr0070087"; exon_number "9"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RG"; protein_id "FBpp0089126";
+X	protein_coding	exon	401902	403113	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070087"; exon_number "10"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RG"; exon_id "FBgn0004648:15";
+X	protein_coding	CDS	401902	402068	.	+	2	gene_id "FBgn0004648"; transcript_id "FBtr0070087"; exon_number "10"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RG"; protein_id "FBpp0089126";
+X	protein_coding	stop_codon	402069	402071	.	+	0	gene_id "FBgn0004648"; transcript_id "FBtr0070087"; exon_number "10"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RG";
+X	protein_coding	exon	393314	393483	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070086"; exon_number "1"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RF"; exon_id "FBgn0004648:2";
+X	protein_coding	exon	393882	394641	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070086"; exon_number "2"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RF"; exon_id "FBgn0004648:3";
+X	protein_coding	CDS	394186	394641	.	+	0	gene_id "FBgn0004648"; transcript_id "FBtr0070086"; exon_number "2"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RF"; protein_id "FBpp0089125";
+X	protein_coding	start_codon	394186	394188	.	+	0	gene_id "FBgn0004648"; transcript_id "FBtr0070086"; exon_number "2"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RF";
+X	protein_coding	exon	396018	396253	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070086"; exon_number "3"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RF"; exon_id "FBgn0004648:5";
+X	protein_coding	CDS	396018	396253	.	+	0	gene_id "FBgn0004648"; transcript_id "FBtr0070086"; exon_number "3"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RF"; protein_id "FBpp0089125";
+X	protein_coding	exon	396320	396799	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070086"; exon_number "4"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RF"; exon_id "FBgn0004648:6";
+X	protein_coding	CDS	396320	396799	.	+	1	gene_id "FBgn0004648"; transcript_id "FBtr0070086"; exon_number "4"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RF"; protein_id "FBpp0089125";
+X	protein_coding	exon	396869	398365	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070086"; exon_number "5"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RF"; exon_id "FBgn0004648:8";
+X	protein_coding	CDS	396869	397001	.	+	1	gene_id "FBgn0004648"; transcript_id "FBtr0070086"; exon_number "5"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RF"; protein_id "FBpp0089125";
+X	protein_coding	stop_codon	397002	397004	.	+	0	gene_id "FBgn0004648"; transcript_id "FBtr0070086"; exon_number "5"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RF";
+X	protein_coding	exon	394878	395007	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070083"; exon_number "1"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RC"; exon_id "FBgn0004648:4";
+X	protein_coding	CDS	394993	395007	.	+	0	gene_id "FBgn0004648"; transcript_id "FBtr0070083"; exon_number "1"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RC"; protein_id "FBpp0070082";
+X	protein_coding	start_codon	394993	394995	.	+	0	gene_id "FBgn0004648"; transcript_id "FBtr0070083"; exon_number "1"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RC";
+X	protein_coding	exon	396018	396253	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070083"; exon_number "2"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RC"; exon_id "FBgn0004648:5";
+X	protein_coding	CDS	396018	396253	.	+	0	gene_id "FBgn0004648"; transcript_id "FBtr0070083"; exon_number "2"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RC"; protein_id "FBpp0070082";
+X	protein_coding	exon	396320	396799	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070083"; exon_number "3"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RC"; exon_id "FBgn0004648:6";
+X	protein_coding	CDS	396320	396799	.	+	1	gene_id "FBgn0004648"; transcript_id "FBtr0070083"; exon_number "3"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RC"; protein_id "FBpp0070082";
+X	protein_coding	exon	396869	396969	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070083"; exon_number "4"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RC"; exon_id "FBgn0004648:7";
+X	protein_coding	CDS	396869	396969	.	+	1	gene_id "FBgn0004648"; transcript_id "FBtr0070083"; exon_number "4"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RC"; protein_id "FBpp0070082";
+X	protein_coding	exon	398701	398818	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070083"; exon_number "5"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RC"; exon_id "FBgn0004648:9";
+X	protein_coding	CDS	398701	398818	.	+	2	gene_id "FBgn0004648"; transcript_id "FBtr0070083"; exon_number "5"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RC"; protein_id "FBpp0070082";
+X	protein_coding	exon	398949	400275	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070083"; exon_number "6"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RC"; exon_id "FBgn0004648:10";
+X	protein_coding	CDS	398949	400275	.	+	1	gene_id "FBgn0004648"; transcript_id "FBtr0070083"; exon_number "6"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RC"; protein_id "FBpp0070082";
+X	protein_coding	exon	400341	400564	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070083"; exon_number "7"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RC"; exon_id "FBgn0004648:11";
+X	protein_coding	CDS	400341	400564	.	+	0	gene_id "FBgn0004648"; transcript_id "FBtr0070083"; exon_number "7"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RC"; protein_id "FBpp0070082";
+X	protein_coding	exon	400632	403113	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0070083"; exon_number "8"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RC"; exon_id "FBgn0004648:13";
+X	protein_coding	CDS	400632	401907	.	+	1	gene_id "FBgn0004648"; transcript_id "FBtr0070083"; exon_number "8"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RC"; protein_id "FBpp0070082";
+X	protein_coding	stop_codon	401908	401910	.	+	0	gene_id "FBgn0004648"; transcript_id "FBtr0070083"; exon_number "8"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RC";
+X	protein_coding	exon	394878	395007	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0290017"; exon_number "1"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RI"; exon_id "FBgn0004648:4";
+X	protein_coding	CDS	394993	395007	.	+	0	gene_id "FBgn0004648"; transcript_id "FBtr0290017"; exon_number "1"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RI"; protein_id "FBpp0288456";
+X	protein_coding	start_codon	394993	394995	.	+	0	gene_id "FBgn0004648"; transcript_id "FBtr0290017"; exon_number "1"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RI";
+X	protein_coding	exon	396018	396253	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0290017"; exon_number "2"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RI"; exon_id "FBgn0004648:5";
+X	protein_coding	CDS	396018	396253	.	+	0	gene_id "FBgn0004648"; transcript_id "FBtr0290017"; exon_number "2"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RI"; protein_id "FBpp0288456";
+X	protein_coding	exon	396320	396799	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0290017"; exon_number "3"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RI"; exon_id "FBgn0004648:6";
+X	protein_coding	CDS	396320	396799	.	+	1	gene_id "FBgn0004648"; transcript_id "FBtr0290017"; exon_number "3"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RI"; protein_id "FBpp0288456";
+X	protein_coding	exon	396869	396969	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0290017"; exon_number "4"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RI"; exon_id "FBgn0004648:7";
+X	protein_coding	CDS	396869	396969	.	+	1	gene_id "FBgn0004648"; transcript_id "FBtr0290017"; exon_number "4"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RI"; protein_id "FBpp0288456";
+X	protein_coding	exon	398701	398818	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0290017"; exon_number "5"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RI"; exon_id "FBgn0004648:9";
+X	protein_coding	CDS	398701	398818	.	+	2	gene_id "FBgn0004648"; transcript_id "FBtr0290017"; exon_number "5"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RI"; protein_id "FBpp0288456";
+X	protein_coding	exon	398949	400275	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0290017"; exon_number "6"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RI"; exon_id "FBgn0004648:10";
+X	protein_coding	CDS	398949	400275	.	+	1	gene_id "FBgn0004648"; transcript_id "FBtr0290017"; exon_number "6"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RI"; protein_id "FBpp0288456";
+X	protein_coding	exon	400341	400564	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0290017"; exon_number "7"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RI"; exon_id "FBgn0004648:11";
+X	protein_coding	CDS	400341	400564	.	+	0	gene_id "FBgn0004648"; transcript_id "FBtr0290017"; exon_number "7"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RI"; protein_id "FBpp0288456";
+X	protein_coding	exon	400632	401839	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0290017"; exon_number "8"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RI"; exon_id "FBgn0004648:12";
+X	protein_coding	CDS	400632	401839	.	+	1	gene_id "FBgn0004648"; transcript_id "FBtr0290017"; exon_number "8"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RI"; protein_id "FBpp0288456";
+X	protein_coding	exon	401902	402467	.	+	.	gene_id "FBgn0004648"; transcript_id "FBtr0290017"; exon_number "9"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RI"; exon_id "FBgn0004648:14";
+X	protein_coding	CDS	401902	402068	.	+	2	gene_id "FBgn0004648"; transcript_id "FBtr0290017"; exon_number "9"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RI"; protein_id "FBpp0288456";
+X	protein_coding	stop_codon	402069	402071	.	+	0	gene_id "FBgn0004648"; transcript_id "FBtr0290017"; exon_number "9"; gene_name "svr"; gene_biotype "protein_coding"; transcript_name "svr-RI";
+X	protein_coding	exon	403451	403749	.	+	.	gene_id "FBgn0023535"; transcript_id "FBtr0070088"; exon_number "1"; gene_name "arg"; gene_biotype "protein_coding"; transcript_name "arg-RA"; exon_id "FBgn0023535:1";
+X	protein_coding	CDS	403545	403749	.	+	0	gene_id "FBgn0023535"; transcript_id "FBtr0070088"; exon_number "1"; gene_name "arg"; gene_biotype "protein_coding"; transcript_name "arg-RA"; protein_id "FBpp0070083";
+X	protein_coding	start_codon	403545	403547	.	+	0	gene_id "FBgn0023535"; transcript_id "FBtr0070088"; exon_number "1"; gene_name "arg"; gene_biotype "protein_coding"; transcript_name "arg-RA";
+X	protein_coding	exon	403943	404146	.	+	.	gene_id "FBgn0023535"; transcript_id "FBtr0070088"; exon_number "2"; gene_name "arg"; gene_biotype "protein_coding"; transcript_name "arg-RA"; exon_id "FBgn0023535:3";
+X	protein_coding	CDS	403943	404146	.	+	2	gene_id "FBgn0023535"; transcript_id "FBtr0070088"; exon_number "2"; gene_name "arg"; gene_biotype "protein_coding"; transcript_name "arg-RA"; protein_id "FBpp0070083";
+X	protein_coding	exon	404208	404394	.	+	.	gene_id "FBgn0023535"; transcript_id "FBtr0070088"; exon_number "3"; gene_name "arg"; gene_biotype "protein_coding"; transcript_name "arg-RA"; exon_id "FBgn0023535:4";
+X	protein_coding	CDS	404208	404394	.	+	2	gene_id "FBgn0023535"; transcript_id "FBtr0070088"; exon_number "3"; gene_name "arg"; gene_biotype "protein_coding"; transcript_name "arg-RA"; protein_id "FBpp0070083";
+X	protein_coding	exon	420535	420634	.	+	.	gene_id "FBgn0023535"; transcript_id "FBtr0070088"; exon_number "4"; gene_name "arg"; gene_biotype "protein_coding"; transcript_name "arg-RA"; exon_id "FBgn0023535:6";
+X	protein_coding	CDS	420535	420634	.	+	1	gene_id "FBgn0023535"; transcript_id "FBtr0070088"; exon_number "4"; gene_name "arg"; gene_biotype "protein_coding"; transcript_name "arg-RA"; protein_id "FBpp0070083";
+X	protein_coding	exon	421592	422061	.	+	.	gene_id "FBgn0023535"; transcript_id "FBtr0070088"; exon_number "5"; gene_name "arg"; gene_biotype "protein_coding"; transcript_name "arg-RA"; exon_id "FBgn0023535:7";
+X	protein_coding	CDS	421592	421948	.	+	0	gene_id "FBgn0023535"; transcript_id "FBtr0070088"; exon_number "5"; gene_name "arg"; gene_biotype "protein_coding"; transcript_name "arg-RA"; protein_id "FBpp0070083";
+X	protein_coding	stop_codon	421949	421951	.	+	0	gene_id "FBgn0023535"; transcript_id "FBtr0070088"; exon_number "5"; gene_name "arg"; gene_biotype "protein_coding"; transcript_name "arg-RA";
+X	protein_coding	exon	403468	403749	.	+	.	gene_id "FBgn0023535"; transcript_id "FBtr0333318"; exon_number "1"; gene_name "arg"; gene_biotype "protein_coding"; transcript_name "arg-RB"; exon_id "FBgn0023535:2";
+X	protein_coding	CDS	403545	403749	.	+	0	gene_id "FBgn0023535"; transcript_id "FBtr0333318"; exon_number "1"; gene_name "arg"; gene_biotype "protein_coding"; transcript_name "arg-RB"; protein_id "FBpp0305510";
+X	protein_coding	start_codon	403545	403547	.	+	0	gene_id "FBgn0023535"; transcript_id "FBtr0333318"; exon_number "1"; gene_name "arg"; gene_biotype "protein_coding"; transcript_name "arg-RB";
+X	protein_coding	exon	403943	404146	.	+	.	gene_id "FBgn0023535"; transcript_id "FBtr0333318"; exon_number "2"; gene_name "arg"; gene_biotype "protein_coding"; transcript_name "arg-RB"; exon_id "FBgn0023535:3";
+X	protein_coding	CDS	403943	404146	.	+	2	gene_id "FBgn0023535"; transcript_id "FBtr0333318"; exon_number "2"; gene_name "arg"; gene_biotype "protein_coding"; transcript_name "arg-RB"; protein_id "FBpp0305510";
+X	protein_coding	exon	404208	404394	.	+	.	gene_id "FBgn0023535"; transcript_id "FBtr0333318"; exon_number "3"; gene_name "arg"; gene_biotype "protein_coding"; transcript_name "arg-RB"; exon_id "FBgn0023535:4";
+X	protein_coding	CDS	404208	404394	.	+	2	gene_id "FBgn0023535"; transcript_id "FBtr0333318"; exon_number "3"; gene_name "arg"; gene_biotype "protein_coding"; transcript_name "arg-RB"; protein_id "FBpp0305510";
+X	protein_coding	exon	420339	420634	.	+	.	gene_id "FBgn0023535"; transcript_id "FBtr0333318"; exon_number "4"; gene_name "arg"; gene_biotype "protein_coding"; transcript_name "arg-RB"; exon_id "FBgn0023535:5";
+X	protein_coding	CDS	420339	420429	.	+	1	gene_id "FBgn0023535"; transcript_id "FBtr0333318"; exon_number "4"; gene_name "arg"; gene_biotype "protein_coding"; transcript_name "arg-RB"; protein_id "FBpp0305510";
+X	protein_coding	stop_codon	420430	420432	.	+	0	gene_id "FBgn0023535"; transcript_id "FBtr0333318"; exon_number "4"; gene_name "arg"; gene_biotype "protein_coding"; transcript_name "arg-RB";
+X	protein_coding	exon	421592	422067	.	+	.	gene_id "FBgn0023535"; transcript_id "FBtr0333318"; exon_number "5"; gene_name "arg"; gene_biotype "protein_coding"; transcript_name "arg-RB"; exon_id "FBgn0023535:8";
+X	protein_coding	exon	417019	417259	.	-	.	gene_id "FBgn0260400"; transcript_id "FBtr0307173"; exon_number "1"; gene_name "elav"; gene_biotype "protein_coding"; transcript_name "elav-RD"; exon_id "FBgn0260400:6";
+X	protein_coding	exon	415473	415729	.	-	.	gene_id "FBgn0260400"; transcript_id "FBtr0307173"; exon_number "2"; gene_name "elav"; gene_biotype "protein_coding"; transcript_name "elav-RD"; exon_id "FBgn0260400:5";
+X	protein_coding	CDS	415473	415473	.	-	0	gene_id "FBgn0260400"; transcript_id "FBtr0307173"; exon_number "2"; gene_name "elav"; gene_biotype "protein_coding"; transcript_name "elav-RD"; protein_id "FBpp0298002";
+X	protein_coding	start_codon	415473	415473	.	-	0	gene_id "FBgn0260400"; transcript_id "FBtr0307173"; exon_number "2"; gene_name "elav"; gene_biotype "protein_coding"; transcript_name "elav-RD";
+X	protein_coding	start_codon	413274	413275	.	-	2	gene_id "FBgn0260400"; transcript_id "FBtr0307173"; exon_number "3"; gene_name "elav"; gene_biotype "protein_coding"; transcript_name "elav-RD";
+X	protein_coding	exon	403545	413275	.	-	.	gene_id "FBgn0260400"; transcript_id "FBtr0307173"; exon_number "3"; gene_name "elav"; gene_biotype "protein_coding"; transcript_name "elav-RD"; exon_id "FBgn0260400:1";
+X	protein_coding	CDS	411828	413275	.	-	2	gene_id "FBgn0260400"; transcript_id "FBtr0307173"; exon_number "3"; gene_name "elav"; gene_biotype "protein_coding"; transcript_name "elav-RD"; protein_id "FBpp0298002";
+X	protein_coding	stop_codon	411825	411827	.	-	0	gene_id "FBgn0260400"; transcript_id "FBtr0307173"; exon_number "3"; gene_name "elav"; gene_biotype "protein_coding"; transcript_name "elav-RD";
+X	protein_coding	exon	414110	414315	.	-	.	gene_id "FBgn0260400"; transcript_id "FBtr0100254"; exon_number "1"; gene_name "elav"; gene_biotype "protein_coding"; transcript_name "elav-RB"; exon_id "FBgn0260400:4";
+X	protein_coding	exon	410883	413275	.	-	.	gene_id "FBgn0260400"; transcript_id "FBtr0100254"; exon_number "2"; gene_name "elav"; gene_biotype "protein_coding"; transcript_name "elav-RB"; exon_id "FBgn0260400:2";
+X	protein_coding	CDS	411828	413264	.	-	0	gene_id "FBgn0260400"; transcript_id "FBtr0100254"; exon_number "2"; gene_name "elav"; gene_biotype "protein_coding"; transcript_name "elav-RB"; protein_id "FBpp0099643";
+X	protein_coding	start_codon	413262	413264	.	-	0	gene_id "FBgn0260400"; transcript_id "FBtr0100254"; exon_number "2"; gene_name "elav"; gene_biotype "protein_coding"; transcript_name "elav-RB";
+X	protein_coding	stop_codon	411825	411827	.	-	0	gene_id "FBgn0260400"; transcript_id "FBtr0100254"; exon_number "2"; gene_name "elav"; gene_biotype "protein_coding"; transcript_name "elav-RB";
+X	protein_coding	exon	417019	417259	.	-	.	gene_id "FBgn0260400"; transcript_id "FBtr0070091"; exon_number "1"; gene_name "elav"; gene_biotype "protein_coding"; transcript_name "elav-RA"; exon_id "FBgn0260400:6";
+X	protein_coding	exon	415473	415729	.	-	.	gene_id "FBgn0260400"; transcript_id "FBtr0070091"; exon_number "2"; gene_name "elav"; gene_biotype "protein_coding"; transcript_name "elav-RA"; exon_id "FBgn0260400:5";
+X	protein_coding	CDS	415473	415473	.	-	0	gene_id "FBgn0260400"; transcript_id "FBtr0070091"; exon_number "2"; gene_name "elav"; gene_biotype "protein_coding"; transcript_name "elav-RA"; protein_id "FBpp0070086";
+X	protein_coding	start_codon	415473	415473	.	-	0	gene_id "FBgn0260400"; transcript_id "FBtr0070091"; exon_number "2"; gene_name "elav"; gene_biotype "protein_coding"; transcript_name "elav-RA";
+X	protein_coding	start_codon	413274	413275	.	-	2	gene_id "FBgn0260400"; transcript_id "FBtr0070091"; exon_number "3"; gene_name "elav"; gene_biotype "protein_coding"; transcript_name "elav-RA";
+X	protein_coding	exon	411269	413275	.	-	.	gene_id "FBgn0260400"; transcript_id "FBtr0070091"; exon_number "3"; gene_name "elav"; gene_biotype "protein_coding"; transcript_name "elav-RA"; exon_id "FBgn0260400:3";
+X	protein_coding	CDS	411828	413275	.	-	2	gene_id "FBgn0260400"; transcript_id "FBtr0070091"; exon_number "3"; gene_name "elav"; gene_biotype "protein_coding"; transcript_name "elav-RA"; protein_id "FBpp0070086";
+X	protein_coding	stop_codon	411825	411827	.	-	0	gene_id "FBgn0260400"; transcript_id "FBtr0070091"; exon_number "3"; gene_name "elav"; gene_biotype "protein_coding"; transcript_name "elav-RA";
+X	protein_coding	exon	417019	417259	.	-	.	gene_id "FBgn0260400"; transcript_id "FBtr0114366"; exon_number "1"; gene_name "elav"; gene_biotype "protein_coding"; transcript_name "elav-RC"; exon_id "FBgn0260400:6";
+X	protein_coding	exon	411269	413275	.	-	.	gene_id "FBgn0260400"; transcript_id "FBtr0114366"; exon_number "2"; gene_name "elav"; gene_biotype "protein_coding"; transcript_name "elav-RC"; exon_id "FBgn0260400:344";
+X	protein_coding	CDS	411828	413264	.	-	0	gene_id "FBgn0260400"; transcript_id "FBtr0114366"; exon_number "2"; gene_name "elav"; gene_biotype "protein_coding"; transcript_name "elav-RC"; protein_id "FBpp0112915";
+X	protein_coding	start_codon	413262	413264	.	-	0	gene_id "FBgn0260400"; transcript_id "FBtr0114366"; exon_number "2"; gene_name "elav"; gene_biotype "protein_coding"; transcript_name "elav-RC";
+X	protein_coding	stop_codon	411825	411827	.	-	0	gene_id "FBgn0260400"; transcript_id "FBtr0114366"; exon_number "2"; gene_name "elav"; gene_biotype "protein_coding"; transcript_name "elav-RC";
\ No newline at end of file
--- a/test-data/out_count.tab	Sat Jul 28 03:44:02 2018 -0400
+++ b/test-data/out_count.tab	Tue Dec 11 00:19:18 2018 -0500
@@ -1,222 +1,244 @@
-FBgn0001313:001	0
-FBgn0001313:002	0
-FBgn0001313:003	0
-FBgn0001313:004	0
-FBgn0001313:005	0
-FBgn0001313:006	0
-FBgn0001313:007	0
-FBgn0001313:008	0
-FBgn0001313:009	0
-FBgn0001313:010	0
-FBgn0001313:011	0
-FBgn0001314:001	0
-FBgn0001314:002	0
-FBgn0001314:003	0
-FBgn0001314:004	0
-FBgn0001314:005	0
-FBgn0001314:006	0
-FBgn0001314:007	0
-FBgn0001314:008	0
-FBgn0001314:009	0
-FBgn0001315:001	0
-FBgn0001315:002	0
-FBgn0001315:003	0
-FBgn0001315:004	0
-FBgn0001315:005	0
-FBgn0001315:006	0
-FBgn0001315:007	0
-FBgn0001315:008	0
-FBgn0001315:009	0
-FBgn0001315:010	0
-FBgn0001315:011	0
-FBgn0001315:012	0
-FBgn0001315:013	0
-FBgn0001315:014	0
-FBgn0001315:015	0
-FBgn0003559:001	0
-FBgn0003559:002	0
-FBgn0003559:003	0
-FBgn0003559:004	0
-FBgn0003559:005	0
-FBgn0003559:006	0
-FBgn0003559:007	0
-FBgn0003559:008	0
-FBgn0003559:009	0
-FBgn0003559:010	0
-FBgn0003559:011	0
-FBgn0003559:012	0
-FBgn0003559:013	0
-FBgn0003559:014	0
-FBgn0003559:015	0
-FBgn0003559:016	0
-FBgn0003559:017	0
-FBgn0004607:001	0
-FBgn0004607:002	0
-FBgn0004607:003	0
-FBgn0004607:004	0
-FBgn0004607:005	0
-FBgn0004607:006	0
-FBgn0004607:007	0
-FBgn0004607:008	0
-FBgn0004607:009	0
-FBgn0004607:010	0
-FBgn0004607:011	0
-FBgn0004607:012	0
-FBgn0004607:013	0
-FBgn0004607:014	0
-FBgn0004607:015	0
-FBgn0004607:016	0
-FBgn0004607:017	0
-FBgn0004607:018	0
-FBgn0004859:001	0
-FBgn0004859:002	0
-FBgn0004859:003	0
-FBgn0004859:004	0
-FBgn0004859:005	0
-FBgn0004859:006	0
-FBgn0004859:007	0
-FBgn0004859:008	0
-FBgn0004859:009	0
-FBgn0005558:001	0
-FBgn0005558:002	0
-FBgn0005558:003	0
-FBgn0005558:004	0
-FBgn0005558:005	0
-FBgn0005558:006	0
-FBgn0005558:007	0
-FBgn0005558:008	0
-FBgn0005558:009	0
-FBgn0005558:010	0
-FBgn0005558:011	0
-FBgn0005561:001	0
-FBgn0005561:002	0
-FBgn0005561:003	0
-FBgn0005561:004	0
-FBgn0005561:005	0
-FBgn0005561:006	0
-FBgn0005561:007	0
-FBgn0005561:008	0
-FBgn0005561:009	0
-FBgn0005561:010	0
-FBgn0005561:011	0
-FBgn0005561:012	0
-FBgn0005561:013	0
-FBgn0005666:001	0
-FBgn0005666:002	0
-FBgn0005666:003	0
-FBgn0005666:004	0
-FBgn0005666:005	0
-FBgn0005666:006	0
-FBgn0005666:007	0
-FBgn0005666:008	0
-FBgn0005666:009	0
-FBgn0005666:010	0
-FBgn0005666:011	0
-FBgn0005666:012	0
-FBgn0005666:013	0
-FBgn0005666:014	0
-FBgn0005666:015	0
-FBgn0005666:016	0
-FBgn0005666:017	0
-FBgn0005666:018	0
-FBgn0005666:019	0
-FBgn0005666:020	0
-FBgn0005666:021	0
-FBgn0005666:022	0
-FBgn0005666:023	0
-FBgn0005666:024	0
-FBgn0005666:025	0
-FBgn0005666:026	0
-FBgn0005666:027	0
-FBgn0005666:028	0
-FBgn0005666:029	0
-FBgn0005666:030	0
-FBgn0005666:031	0
-FBgn0005666:032	0
-FBgn0005666:033	0
-FBgn0005666:034	0
-FBgn0005666:035	0
-FBgn0005666:036	0
-FBgn0005666:037	0
-FBgn0005666:038	0
-FBgn0005666:039	0
-FBgn0005666:040	0
-FBgn0005666:041	0
-FBgn0005666:042	0
-FBgn0005666:043	0
-FBgn0005666:044	0
-FBgn0005666:045	0
-FBgn0005666:046	0
-FBgn0005666:047	0
-FBgn0010217:001	0
-FBgn0010217:002	0
-FBgn0010217:003	0
-FBgn0010217:004	0
-FBgn0010217:005	0
-FBgn0010217:006	0
-FBgn0010217:007	0
-FBgn0011642:001	0
-FBgn0011642:002	0
-FBgn0011642:003	0
-FBgn0011642:004	0
-FBgn0011642:005	0
-FBgn0011642:006	0
-FBgn0011642:007	0
-FBgn0011642:008	0
-FBgn0011642:009	0
-FBgn0011642:010	0
-FBgn0011642:011	0
-FBgn0011642:012	0
-FBgn0011642:013	0
-FBgn0011642:014	0
-FBgn0011642:015	0
-FBgn0011642:016	0
-FBgn0011642:017	0
-FBgn0011642:018	0
-FBgn0011642:019	0
-FBgn0011747:001	0
-FBgn0011747:002	0
-FBgn0011747:003	0
-FBgn0011747:004	0
-FBgn0011747:005	0
-FBgn0011747:006	0
-FBgn0011747:007	0
-FBgn0011747:008	0
-FBgn0011747:009	0
-FBgn0011747:010	0
-FBgn0011747:011	0
-FBgn0011747:012	0
-FBgn0011747:013	0
-FBgn0013674:001	0
-FBgn0013675:001	0
-FBgn0013678:001	0
-FBgn0013679:001	0
-FBgn0013681:001	0
-FBgn0013684:001	0
-FBgn0013685:001	0
-FBgn0013688:001	0
-FBgn0013689:001	0
-FBgn0013690:001	0
-FBgn0013691:001	0
-FBgn0013692:001	0
-FBgn0013693:001	0
-FBgn0013694:001	0
-FBgn0013695:001	0
-FBgn0013696:001	0
-FBgn0013697:001	0
-FBgn0013698:001	0
-FBgn0013699:001	0
-FBgn0013700:001	0
-FBgn0013701:001	0
-FBgn0013702:001	0
-FBgn0013703:001	0
-FBgn0013704:001	0
-FBgn0013705:001	0
-FBgn0013706:001	0
-FBgn0013707:001	0
-FBgn0013710:001	0
-_ambiguous	0
+FBgn0000022:001	0
+FBgn0000137:001	1
+FBgn0001337:001	0
+FBgn0001337:002	1
+FBgn0001337:003	0
+FBgn0001337:004	0
+FBgn0001337:005	0
+FBgn0001337:006	0
+FBgn0001337:007	0
+FBgn0001337:008	0
+FBgn0001337:009	0
+FBgn0001337:010	0
+FBgn0001337:011	0
+FBgn0002561:001	0
+FBgn0004034:001	0
+FBgn0004034:002	0
+FBgn0004170:001	0
+FBgn0004648:001	0
+FBgn0004648:002	0
+FBgn0004648:003	0
+FBgn0004648:004	0
+FBgn0004648:005	0
+FBgn0004648:006	0
+FBgn0004648:007	0
+FBgn0004648:008	0
+FBgn0004648:009	0
+FBgn0004648:010	0
+FBgn0004648:011	0
+FBgn0004648:012	0
+FBgn0004648:013	0
+FBgn0004648:014	0
+FBgn0004648:015	0
+FBgn0005427:001	0
+FBgn0005427:002	0
+FBgn0005427:003	0
+FBgn0005427:004	0
+FBgn0005427:005	0
+FBgn0005427:006	0
+FBgn0005427:007	0
+FBgn0005427:008	0
+FBgn0005427:009	0
+FBgn0005427:010	0
+FBgn0005427:011	0
+FBgn0005427:012	0
+FBgn0005427:013	0
+FBgn0005427:014	0
+FBgn0005427:015	0
+FBgn0005427:016	0
+FBgn0005427:017	0
+FBgn0005427:018	0
+FBgn0005427:019	0
+FBgn0010019:001	1
+FBgn0011822:001	0
+FBgn0023534:001	0
+FBgn0023534:002	0
+FBgn0023535:001	0
+FBgn0023535:002	0
+FBgn0023535:003	0
+FBgn0023535:004	0
+FBgn0023535:005	0
+FBgn0023535:006	0
+FBgn0023535:007	0
+FBgn0023535:008	0
+FBgn0023536:001	0
+FBgn0023536:002	0
+FBgn0023536:003	0
+FBgn0023536:004	0
+FBgn0023536:005	0
+FBgn0023536:006	0
+FBgn0023537:001	3
+FBgn0023537:002	0
+FBgn0023537:003	1
+FBgn0024989:001	0
+FBgn0024989:002	0
+FBgn0024989:003	0
+FBgn0024989:004	0
+FBgn0024989:005	0
+FBgn0024989:006	0
+FBgn0024989:007	0
+FBgn0024989:008	0
+FBgn0025835:001	1
+FBgn0025835:002	0
+FBgn0025835:003	0
+FBgn0025835:004	0
+FBgn0025835:005	0
+FBgn0025835:006	0
+FBgn0025835:007	0
+FBgn0025835:008	0
+FBgn0025835:009	0
+FBgn0025835:010	0
+FBgn0025835:011	0
+FBgn0025835:012	0
+FBgn0025836:001	0
+FBgn0025836:002	0
+FBgn0025836:003	0
+FBgn0025836:004	0
+FBgn0025836:005	0
+FBgn0025836:006	0
+FBgn0025836:007	0
+FBgn0025836:008	0
+FBgn0025836:009	0
+FBgn0025836:010	0
+FBgn0025836:011	1
+FBgn0025836:012	0
+FBgn0025836:013	0
+FBgn0025836:014	0
+FBgn0025836:015	0
+FBgn0025836:016	0
+FBgn0025836:017	0
+FBgn0025836:018	3
+FBgn0025837:001	0
+FBgn0025837:002	0
+FBgn0025837:003	0
+FBgn0025837:004	0
+FBgn0025837:005	0
+FBgn0025837:006	0
+FBgn0029128:001	1
+FBgn0029128:002	0
+FBgn0029128:003	0
+FBgn0029128:004	0
+FBgn0029128:005	0
+FBgn0029128:006	0
+FBgn0029128:007	0
+FBgn0029128:008	0
+FBgn0029518:001	0
+FBgn0029518:002	0
+FBgn0029518:003	0
+FBgn0029518:004	0
+FBgn0029518:005	0
+FBgn0029521:001	0
+FBgn0029521:002	0
+FBgn0029521:003	0
+FBgn0029522:001	0
+FBgn0029522:002	0
+FBgn0029522:003	0
+FBgn0029522:004	0
+FBgn0029523:001	0
+FBgn0029523:002	1
+FBgn0029523:003	0
+FBgn0029524:001	0
+FBgn0029524:002	0
+FBgn0029524:003	0
+FBgn0029525:001	0
+FBgn0029525:002	0
+FBgn0029525:003	0
+FBgn0029525:004	2
+FBgn0029525:005	2
+FBgn0029525:006	0
+FBgn0029526:001	0
+FBgn0029526:002	0
+FBgn0029526:003	0
+FBgn0029526:004	0
+FBgn0029526:005	0
+FBgn0040370:001	0
+FBgn0040370:002	0
+FBgn0040370:003	0
+FBgn0040370:004	0
+FBgn0040370:005	0
+FBgn0040370:006	0
+FBgn0040370:007	0
+FBgn0040371:001	0
+FBgn0040371:002	0
+FBgn0040372:001	1
+FBgn0040372:002	0
+FBgn0040372:003	0
+FBgn0040372:004	0
+FBgn0040372:005	0
+FBgn0040372:006	0
+FBgn0040372:007	0
+FBgn0040372:008	0
+FBgn0040372:009	0
+FBgn0040372:010	0
+FBgn0040372:011	0
+FBgn0040372:012	0
+FBgn0040373:001	0
+FBgn0040373:002	0
+FBgn0040373:003	0
+FBgn0040373:004	0
+FBgn0040373:005	0
+FBgn0052816:001	0
+FBgn0052816:002	0
+FBgn0052816:003	0
+FBgn0052816:004	0
+FBgn0052816:005	0
+FBgn0052816:006	0
+FBgn0052816:007	0
+FBgn0052817:001	0
+FBgn0052817:002	0
+FBgn0052817:003	0
+FBgn0052817:004	0
+FBgn0058469:001	0
+FBgn0260400:001	1
+FBgn0260400:002	0
+FBgn0260400:003	1
+FBgn0260400:004	0
+FBgn0260400:005	0
+FBgn0260400:006	0
+FBgn0261446:001	0
+FBgn0261446:002	0
+FBgn0261446:003	0
+FBgn0261446:004	0
+FBgn0261446:005	0
+FBgn0261559:001	0
+FBgn0261559:002	0
+FBgn0261559:003	0
+FBgn0261559:004	0
+FBgn0261559:005	0
+FBgn0261559:006	0
+FBgn0261559:007	0
+FBgn0261559:008	0
+FBgn0261559:009	0
+FBgn0261559:010	0
+FBgn0261559:011	0
+FBgn0261559:012	0
+FBgn0262266:001	0
+FBgn0262266:002	0
+FBgn0262266:003	0
+FBgn0262810:001	0
+FBgn0262811:001	0
+FBgn0263567:001	0
+FBgn0263567:002	0
+FBgn0264445:001	0
+FBgn0264445:002	0
+FBgn0264507+FBgn0000316+FBgn0259722:001	0
+FBgn0264507+FBgn0000316+FBgn0259722:002	0
+FBgn0264507+FBgn0000316+FBgn0259722:003	0
+FBgn0264507+FBgn0000316+FBgn0259722:004	0
+FBgn0264507+FBgn0000316+FBgn0259722:005	0
+FBgn0264507+FBgn0000316+FBgn0259722:006	0
+FBgn0264507+FBgn0000316+FBgn0259722:007	0
+FBgn0264507+FBgn0000316+FBgn0259722:008	0
+FBgn0264507+FBgn0000316+FBgn0259722:009	0
+FBgn0264507+FBgn0000316+FBgn0259722:010	0
+FBgn0264507+FBgn0000316+FBgn0259722:011	0
+FBgn0264507+FBgn0000316+FBgn0259722:012	0
+FBgn0264507+FBgn0000316+FBgn0259722:013	0
+FBgn0264507+FBgn0000316+FBgn0259722:014	0
+FBgn0264507+FBgn0000316+FBgn0259722:015	0
+FBgn0264507+FBgn0000316+FBgn0259722:016	0
+_ambiguous	9
 _ambiguous_readpair_position	0
-_empty	0
+_empty	6206
 _lowaqual	0
 _notaligned	0