gwgen runΒΆ

Run the experiment

usage: gwgen run [-h] [-i str] [-o str] [-od str] [-wd str] [-r]
Optional Arguments
-i, --ifile The path to the input file. If None, it is assumed that it is stored in the ``’input’`` key in the experiment configuration
-o, --ofile The path to the output file. If None, it is assumed that it is stored in the ``’input’`` key in the experiment configuration or it will be stored in ``’odir/exp_id.csv’``. The output directory ``’odir’`` is determined by the `odir` parameter
-od, --odir The path to the output directory. If None and not already saved in the configuration, it will default to ``’experiment_dir/outdata’``
-wd, --work-dir
 The path to the work directory where the binaries are copied to.
-r=False, --remove=False
 If True, the `work_dir` will be removed if it already exists