Command line interfaceΒΆ

usage: COSgen [-h] [-p POPULATION_SIZE] [-l LIBRARY_SIZE]
              [--storage-path STORAGE_PATH] [--seqlength SEQLENGTH]
              [--nstimtypes NSTIMTYPES] [-g GENERATIONS]
              [--survivors SURVIVORS] [--nimmigrants NIMMIGRANTS]
              [--hrflength HRFLENGTH] [-T TR] [-m MODEL_TYPE]

optional arguments:
  -h, --help            show this help message and exit
  -p POPULATION_SIZE, --population-size POPULATION_SIZE
                        20
  -l LIBRARY_SIZE, --library-size LIBRARY_SIZE
                        20
  --storage-path STORAGE_PATH
                        '~/.cosgen'
  --seqlength SEQLENGTH
                        100
  --nstimtypes NSTIMTYPES
                        1
  -g GENERATIONS, --generations GENERATIONS
                        10000
  --survivors SURVIVORS
                        5
  --nimmigrants NIMMIGRANTS
                        4
  --hrflength HRFLENGTH
                        30
  -T TR, --TR TR        1
  -m MODEL_TYPE, --model-type MODEL_TYPE
                        'detection'