Bio::Das::ProServer::SourceAdaptor::simple_interaction - Bio::Das::ProServer::SourceAdaptor::simple_interaction documentation


Bio-Das-ProServer documentation  | view source Contained in the Bio-Das-ProServer distribution.

Index


NAME

Top

Bio::Das::ProServer::SourceAdaptor::simple_interaction

VERSION

Top

$LastChangedRevision: 549 $

SYNOPSIS

Top

  Interactions involving 001:
  <host>/das/<source>/interaction?interactor=001

  Interactions between 001 and 002
  <host>/das/<source>/interaction?interactor=001;interactor=002

  Interactions with some form of evidence:
  <host>/das/<source>/interaction?interactor=001;detail=property:evidence

  Interactions of a specific type:
  <host>/das/<source>/interaction?interactor=001;detail=property:type,value:foo

DESCRIPTION

Top

  Serves up interaction DAS responses, using a file-based transport.

SUBROUTINES/METHODS

Top

capabilities

build_interaction

DIAGNOSTICS

Top

CONFIGURATION AND ENVIRONMENT

Top

  [simple_interaction]
  adaptor               = simple_interaction
  state                 = on
  transport             = file
  filename              = /data/interactions.txt
  interactors.filename  = /data/interactors.txt
  coordinates           = MyCoordSys -> 001

  Tab-separated file formats:

  --interactors.txt--
  id	label	dbSource	dbSourceCvId	dbVersion	dbAccession	dbCoordSys	sequence	property	value	propertyCvId	valueCvId	start	end	startStatus	endStatus	startStatusCvId	endStatusCvId

  --interactions.txt--
  interactor,interactor,..(sorted)	label	dbSource	dbSourceCvId	dbVersion	dbAccession	property	value	propertyCvId	valueCvId







DEPENDENCIES

Top

Bio::Das::ProServer::SourceAdaptor

INCOMPATIBILITIES

Top

None reported

BUGS AND LIMITATIONS

Top

None reported

AUTHOR

Top

  Andy Jenkinson <andy.jenkinson@ebi.ac.uk>

LICENSE AND COPYRIGHT

Top


Bio-Das-ProServer documentation  | view source Contained in the Bio-Das-ProServer distribution.