bin ExecuteConfigureBioMartBuilder
SummaryPackage variablesSynopsisDescriptionGeneral documentationMethods
Toolbar
WebCvsRaw content
Summary
Package variables
No package variables defined.
Included modules
Cwd
English
Synopsis
Description
Methods
executeSystemCommand
No description
Code
Methods description
None available.
Methods code
executeSystemCommanddescriptionprevnextTop
sub executeSystemCommand {
#	print "\nFINAL COMMAND: $ARG[1]\n";
my $command = Cwd::cwd.'/bin/'.$ARG[1]; # print "\nFINAL COMMAND: $command\n";
system("perl $command"); } 1;
}
General documentation
AUTHOR - Arek Kasprzyk, Syed HaiderTop
CONTACTTop
This module is part of the BioMart project http://www.biomart.org
Questions can be posted to the mart-dev mailing list: mart-dev@ebi.ac.uk