NAME

alvisXMLmerge.pl - script to merge ALVIS XML files from input directory 
with ALVIS XML nodes in extra directory or file

SYNOPSIS

  alvisXMLmerge [-z] [-e extra_dir] [--extra-file extra_file] -o out_dir -c config_file input_dir
  
Options:

  input_dir           top directory with original ALVIS XML files
  -z, --bzip2         bzip2 compress all output files
                      not set by default.
  -e, --extra         directory of extra files with ALVIS XML nodes
  --extra-file        path to file with all extra ALVIS XML nodes.
                      Use --extra-file instead of --extra parameter 
                      if you have all extra ALVIS XML nodes in one file.
  -o, --out           directory to output merged files
  -c, --conf          config file
  -h, --help          display help message and exit.
      --man           print man page and exit.

DESCRIPTION

AUTHOR

Poroshin Vladimir

COPYRIGHT AND LICENSE

Copyright (C) 2006 Poroshin Vladimir

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.