#Have to do this outside of the HERETO thanks to tabs
$expected.=join("\t",
qw/20 EnsEMBL feature 30274334 30300924 . + ./,
'ID=ENSG00000131044;logic_name=ensembl;external_name=C20orf125;description=DJ310O13.1.2 (NOVEL PROTEIN SIMILAR DROSOPHILA PROTEIN CG7474%2C ISOFORM 2 ) (FRAGMENT). [Source:SPTREMBL%3BAcc:Q9BR18];biotype=protein_coding'
);
$expected.="\n";
is(${$fh->string_ref()},$expected,'Gene serialises to GFF3 as expected');
foreachmy$species(@{$species_list}){
my$species_gtf=
retrieve_gtf_for_species($ftp,$release,$species);
skip"Cannot retrieve GTF for $species. We cannot continue with the tests"
unless$species_gtf;
note"Fetching GTF for 10 transcripts randomly chosen";
# #Have to do this outside of the HERETO thanks to tabs
# $expected .= join("\t",
# qw/20 EnsEMBL feature 30274334 30300924 . + ./,
# 'ID=ENSG00000131044;logic_name=ensembl;external_name=C20orf125;description=DJ310O13.1.2 (NOVEL PROTEIN SIMILAR DROSOPHILA PROTEIN CG7474%2C ISOFORM 2 ) (FRAGMENT). [Source:SPTREMBL%3BAcc:Q9BR18];biotype=protein_coding'
# );
# $expected .= "\n";
# is(${$fh->string_ref()}, $expected, 'Gene serialises to GFF3 as expected');