Changes between Version 6 and Version 7 of MSEBatch


Ignore:
Timestamp:
2010-09-10 15:27:23 (14 years ago)
Author:
joeb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MSEBatch

    v6 v7  
    33 
    44== '''Overview''' == 
    5  
    6  
    75  The MSE Batch plugin allows you to run the MSE module in batch mode from a command file. The command file runs the MSE module changing input parameters for each iteration and outputting data file. 
    86 
     
    2220 
    2321== Command file format == 
    24   The command file is a CSV (coma separated values) file that contains tags. Tag's appears at the start of a line in the file and are used to identify the line as an MSE input parameter. Lines in the command file that do not contain a recognized tag will be ignored. A command file can any number of lines that are not valid input data as long as they don't start with a valid tag e.g comments, user notes. 
     22  The command file is a CSV (coma separated values) file that contains tags. Tag's appears at the start of a line in the file and are used to identify the line as an MSE input parameter. Lines in the command file that do not contain a recognized tag will be ignored. A command file can any number of lines that are not valid input data as long as they don't start with a valid tag e.g comments, user notes. The order that tags appear in the file is not important.