[Bioperl-l] Bio::Tools::GFF
Paul Mooney
pjm at sanger.ac.uk
Fri Apr 28 10:41:03 UTC 2006
Hi,
I've modified one line in my local copy of Bio::Tools::GFF so it takes
into account *all* of the special tags defined here;
http://song.sourceforge.net/gff3.shtml
Current CVS version;
$tag= lcfirst($tag) unless ($tag =~/^ID|Name|Alias|Parent|Gap|Target$/);
My version;
$tag= lcfirst($tag) unless ($tag
=~/
^ID|Name|Alias|Parent|Gap|Target|Derives_from|Note|Dbxref|Ontology_term$
/);
Could someone update cvs please?
Paul.
More information about the Bioperl-l
mailing list