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
help: 'For run_spp.R -s. If not defined default value of `max(read length + 10, 50)` for TF and `max(read_len + 10, 100)` for histone are used'
730
731
}
731
-
732
+
pseudoreplication_random_seed: {
733
+
description: 'Random seed (positive integer) used for pseudo-replication (shuffling reads in TAG-ALIGN and then split it into two).',
734
+
group: 'alignment',
735
+
help: 'Pseudo-replication (task spr) is done by using GNU "shuf --random-source=sha256(random_seed)". If this parameter == 0, then pipeline uses input TAG-ALIGN file\'s size (in bytes) for the random_seed.'
736
+
}
732
737
ctl_depth_limit: {
733
738
description: 'Hard limit for chosen control\'s depth.',
Copy file name to clipboardExpand all lines: docs/input.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -225,6 +225,7 @@ Parameter|Type | Description
225
225
Parameter|Default|Description
226
226
---------|-------|-----------
227
227
`chip.filter_chrs`|`[]` (empty array of string) | Array of chromosome names to be filtered out from a final (filtered/nodup) BAM. No chromosomes are filtered out by default.
228
+
`chip.pseudoreplication_random_seed`|`0`| Random seed (positive integer) used forpseudo-replication (shuffling readsin TAG-ALIGN and then split it into two). If `0`then TAG-ALIGN file's size (in bytes) is used for random seed.
0 commit comments