NAME
control-bundle.pl: a CGI script for creating a Gene Expression Markup Language (GeneXML) control bundle file.
SYNOPSIS
control-bundle.pl?species=4&user=jes&password=foo
DESCRIPTION
This CGI script takes returns a page of content type 'text/xml' which should cause the browser to prompt for file save.
PARAMETERS
- species=$spc_id
-
Passed directly to xml-write.pl as a --species option.
- user=$login_name
-
Passed directly to xml-write.pl as --user option.
- password=$password
-
Passed directly to xml-write.pl as --password option.
IMPLEMENTATION
The script calls xml-write.pl internally to generate the GeneXML file. It does not currently specifies either the --include_usf or the --include_al options which means that neither user sequence feature information nor array layout information will be included in the control bundle file.
BUGS
It will not provide a graceful error if the user and password field do not match.
Please send bug reports to genex@ncgr.org
LAST UPDATED
Mon Jun 19 00:43:39 MDT 2000 by jes@ncgr.org
AUTHOR
Jason E. Stewart (jes@ncgr.org)
SEE ALSO
perl(1).
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 31:
You forgot a '=back' before '=head1'