-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
36 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
# bob_weight | ||
# `bob_weight` | ||
|
||
**Defaults to `-1.8`.** | ||
|
||
Sets the score given to the bob generated by [`base_calls`](base_calls.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,8 @@ | ||
# `bobs_only` | ||
|
||
**Defaults to `false`.** | ||
|
||
If `true`, then [`base_calls`](base_calls.md) will only generate bobs, and not singles. | ||
|
||
Note that this is incompatible with [`singles_only`](singles_only.md) (since a set of calls | ||
can't be both bobs-only and singles-only). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# `single_weight` | ||
|
||
**Defaults to `-2.5`.** | ||
|
||
Sets the score given to the single generated by [`base_calls`](base_calls.md). |
4 changes: 2 additions & 2 deletions
4
monument/doc/src/params/base_singles_only.md → monument/doc/src/params/singles_only.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# `base_singles_only` | ||
# `singles_only` | ||
|
||
**Defaults to `false`.** | ||
|
||
If `true`, then [`base_calls`](base_calls.md) will only generate singles, and not bobs. | ||
|
||
Note that this is incompatible with [`base_bobs_only`](base_bobs_only.md) (since a call set | ||
Note that this is incompatible with [`bobs_only`](bobs_only.md) (since a set of calls | ||
can't be both bobs-only and singles-only). |