.. raw:: html
.. _add-noise-configuration:
.. highlight:: none
.. parsed-literal::
<:ref:`add-noise-configuration`> ::=
{"input-h5" : <:ref:`file-name`>,
"output-h5" : <:ref:`file-name`>,
<:ref:`output-size-section`>,
"keep-original-data" : <:ref:`boolean`>,
"sequence-fraction-mutated" : <:ref:`number`>,
"sequence-distribution-fraction" : <:ref:`number`>,
"profile-mutation-types" : [<:ref:`list-of-profile-mutation-types`>],
"num-threads" : <:ref:`integer`>,
<:ref:`verbosity-section`>}
.. raw:: html
.. _output-size-section:
.. highlight:: none
.. parsed-literal::
<:ref:`output-size-section`> ::=
"num-output-samples" : <:ref:`integer`>
| "output-size-ratio" : <:ref:`number`>
.. raw:: html
.. _list-of-profile-mutation-types:
.. highlight:: none
.. parsed-literal::
<:ref:`list-of-profile-mutation-types`> ::=
<:ref:`profile-mutation-type`>
| <:ref:`profile-mutation-type`>, <:ref:`list-of-profile-mutation-types`>
.. raw:: html
.. _profile-mutation-type:
.. highlight:: none
.. parsed-literal::
<:ref:`profile-mutation-type`> ::=
<:ref:`add-mutation-type`>
| <:ref:`shift-mutation-type`>
| <:ref:`subtract-mutation-type`>
.. raw:: html
.. _add-mutation-type:
.. highlight:: none
.. parsed-literal::
<:ref:`add-mutation-type`> ::=
{"type" : "add",
"maximum-reads" : <:ref:`number-or-null`>,
"minimum-reads" : <:ref:`integer`>,
"max-change" : <:ref:`integer`>,
<:ref:`profile-mutation-common-parameters`>}
.. raw:: html
.. _shift-mutation-type:
.. highlight:: none
.. parsed-literal::
<:ref:`shift-mutation-type`> ::=
{"type" : "shift",
"shift-max-distance" : <:ref:`integer`>,
"shift-reads-independently" : <:ref:`boolean`>,
<:ref:`profile-mutation-common-parameters`>}
.. raw:: html
.. _subtract-mutation-type:
.. highlight:: none
.. parsed-literal::
<:ref:`subtract-mutation-type`> ::=
{"type" : "subtract",
"maximum-reads" : <:ref:`number-or-null`>,
"minimum-reads" : <:ref:`integer`>,
"max-change" : <:ref:`integer`>,
<:ref:`profile-mutation-common-parameters`>}
.. raw:: html
.. _profile-mutation-common-parameters:
.. highlight:: none
.. parsed-literal::
<:ref:`profile-mutation-common-parameters`> ::=
"fraction-mutated" : <:ref:`number`>,
"output-distribution-fraction" : <:ref:`number`>