Skip to content

Implementation of a variable number of river bed

Allow a variable number of river beds

Ideas:

  • A .BED file who contains a list of guideline name for river bed separator.
  • A command line arguments with list of guideline --bed=<BED_SEP_1>,<BED_SEP_2>,...,<BED_SEP_n>
  • A specific guideline name (for example, all guideline start with '/' char)
* BED file
<BED_SEP_1>,<BED_SEP_2>,...,<BED_SEP_n>

Or

* BED file 2
<BED_SEP_1>
<BED_SEP_2>
...
<BED_SEP_n>