cwb_setpipe
This page provides a description of the cwb_setpipe command.
Usage
This command allows to switch between the available cWB analysis types.
Syntax
cwb_setpipe(without arguments)Prints help
cwb_setpipe [options]Selects the analysis type
Further information
The following options can be passed to cwb_setpipe:
options = 1G : it selects the 1G analysis method
1g : it selects the 1g analysis method
1 : it selects the 1 analysis method
2G : it selects the 2G analysis method
2g : it selects the 2g analysis method
2 : it selects the 2 analysis method
Regardless of the selected analysis method, the analysis parameter must be set. This is done by adding the following lines in the user_parameters.C file:
strcpy(analysis,"1G");
or
strcpy(analysis,"2G");
Example
- The following command line selects the 2G analysis method:
cwb_setpipe 2G