Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section

As can be seen by the default output above, the Flux Simulator requires a parameter file to be specified by the command line flag "-p". A parameter file contains a list of parameter/value pairs, one per line and separated from each other by white spaces. An overview of parameters that can be contained in the parameter file with explanations and their respective default values is output with the flag "-o".

Code Block
$ flux -t simulator -o
[INFO] I am the Flux Toolbox (v1.0-SNAPSHOT build 1), nice to meet you!

# GTF reference file
#
REF_FILE_NAME	


# exponent of power-law underlying the expression profile
#
# number default: -0.6
EXPRESSION_K	-0.6
 
#...

...