You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, many simulation options are an all-or-nothing operation that affect the entire community.
Adding these are annotations within the community definition would provide valuable fine-grained control.
Example
Simulations that involve complete non-circular or fragmentary draft genomes should be simulated as linear segments -- meaning their contacts will not include features due to circular topology. Currently, this is achieved with the runtime option --linear, which is then applied to all reference sequences in the community.
Instead, we could have an optional detail within the community flagging those sequences (or cells) are are linear.
This annotation style could be used for other simulation details, including interaction rates.
The text was updated successfully, but these errors were encountered:
- addressed oversight in object identity within Community
- added TOML-format profile definition
- fixed normalisation error introduced with addition support for fragmented genomes
- better error reporting reading profiles
- minor fix of version stamp
Currently, many simulation options are an all-or-nothing operation that affect the entire community.
Adding these are annotations within the community definition would provide valuable fine-grained control.
Example
Simulations that involve complete non-circular or fragmentary draft genomes should be simulated as linear segments -- meaning their contacts will not include features due to circular topology. Currently, this is achieved with the runtime option
--linear
, which is then applied to all reference sequences in the community.Instead, we could have an optional detail within the community flagging those sequences (or cells) are are linear.
This annotation style could be used for other simulation details, including interaction rates.
The text was updated successfully, but these errors were encountered: