Code Search for Developers
 
 
  

AnnotationDetail.pl from eXtensible Genome Data Broker at Krugle


Show AnnotationDetail.pl syntax highlighted

#!/usr/bin/perl

do 'UCAconf.pl';
do 'functions.pl';
#&{$GV->{InitFunction}};
$PRM->{USERid} = &{$GV->{getUserIdFunction}};
# no edit link for PlantGDB implementaiton because virtual does not pass cookie, thus session
loadUCA();
print header();
print &{$GV->{getUserIdFunction}};
if ($PRM->{owner}){ # if returned record, loadUCA checks to see if valid user request
  $txt = printEditLink();
  $txt .= "<br>".printDetail();
  print "<pre>$txt</pre>";
}else{
  print "<BR>You currently do not have permission to access this UCA record! Please try again at a later date.<BR>";
}





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

  GeneSeqerPortal/
    GSQportal.pl
    GSQside.pl
    UCAgs.cgi
    UCAgsview.pl
    diff.UCAgs.cgi.2.PlantGDBgs.cgi
  das/
    dasFunctions.pl
    dasLookUp.pl
    dasQuery.pl
    dasSelect.pl
    legend.pl
    makeImage.pl
    selColor.pl
  old/
    BioGraphicsExample.pl
    FeatureFileExample.pl
    UCAcheckout.pl
    baktmp.pl
    byExon.pl
    checkUser.pl
    good_makeImage.pl
    goodmakeImage.pl
    intermediate.header.pl
  originals/
    GMportal.pl
    GSQportal.pl
    GSQside.pl
    GSportal.pl
    ORFportal.pl
    ResultSummary.pl
    UCAcheckout.pl
    UCAexport.pl
    UCAexport2.pl
    UCAgsview.pl
    UCAheader.pl
    UCAview.pl
    portalHeader.pl
    portalTrap.pl
    seqExport.pl
  portals/
    GMportal.pl
    GSQportal.pl
    GSportal.pl
    ORFportal.pl
  AdminAnnotation.pl
  AnnotationAccount.pl
  AnnotationDetail.pl
  AnnotationTool.pl
  SeqEdit.pl
  TEMPLATE_UCAconf.pl
  functions.pl