Code Search for Developers
 
 
  

mod_ATcdna.pl from eXtensible Genome Data Broker at Krugle


Show mod_ATcdna.pl syntax highlighted

%DSO_MODS = (
'VALIDATE_ID' => sub {
    my ($DSObj,$id) = @_;

    if($id =~ m/^\s*([[:alpha:]]{2}\d{6}).*/){
      ## Clean up all XX###### accession numbers
      return "$1";
    }elsif($id =~ m/^\s*([[:alpha:]]{1}\d{5}).*/){
      ## Clean up all X##### accession numbers
      return "$1";
    }else{
      $id =~ s/^\s+//;
      return $id;
    }

}
);




See more files for this project here

eXtensible Genome Data Broker

The xGDB project provides scientists with an online portal for the integration of diverse sources of genomic data. Portals allow researchers to effectively target a specific scientific question by customizing their interactions with available data.

Project homepage: http://sourceforge.net/projects/xgdb
Programming language(s): JavaScript,Perl,PHP
License: other

  mod_ATcdna.pl
  mod_ATest.pl
  mod_ATgbk.pl
  mod_ATprobe.pl
  mod_ATput.pl
  xgdbSidebarLEFT.pl
  xgdbSidebarRIGHT.pl