DebugWS


NAME

DebugWS.pl - Script to debug a new BioMOBY Service

Top


SYNOPSIS

DebugWS.pl --central_conf=``<CENTRAL_CONFIG_FILE>'' --service_conf=``<SERVICE_CONFIG_FILE>'' --input_files=``<INPUT_XML_FILE#1> <INPUT_XML_FILE#2> ...'' [--trace]

Top


DESCRIPTION

 This script is to test a new BioMOBY service 
 using 2 types of configuration files and a list of input data files:
 
 * central_conf:
    This file contains where your service is registered,
    which mobycentral
 
 * service_conf:
    This file contains information on the service,
    like, name, type, description, inputs, outputs,
    secondaries.
       
 * input_files
    Mandatory input data for the tested service.
    These files must be in BioMoby XML format.
    The name of this xml file will be considered as the articleName
        * see example at: 
            http://lipm-svn.toulouse.inra.fr/svn/biomoby/trunk/templates/fasta.xml
            http://lipm-svn.toulouse.inra.fr/svn/biomoby/trunk/templates/gff.xml

Top


SUBROUTINES

procedure ControlUsage

 Title        : ControlUsage
 Usage        : &ControlUsage()
 Prerequisite : none
 Function     : Control usage of program
 Returns      : undef if OK 
 Args         : $param_name Param to control
 Globals      : $rh_param

procedure PrintUsage

 Title        : PrintUsage
 Usage        : &PrintUsage()
 Prerequisite : none
 Function     : print usage of the program
 Returns      : none 
 Args         : none
 Globals      : none

Top

 DebugWS