aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7d6680b..9039949 100644
--- a/README.md
+++ b/README.md
@@ -150,6 +150,8 @@ background | Not Enabled | path of background file
max\_consecutive\_binding | 4 | The maximum number of consecutive binding nucleotides in homodimer and heterodimers
fg\_weight | 0 | How much extra weight to give higher frequency mers in fg. see "equations" (between 0 and 1)
primer\_weight | 0 | How much extra weight to give to sets with a higher number of primers. (between 0 and 1)
+output\_top\_nb | 10000 | How many scores do you want to output in your sorted output file?
+=======
## Equations
@@ -199,7 +201,9 @@ The file structure outputted by default is this:
   ├── $foreground-filtered-counts # final filtered mers used for select_mers.py
   ├── parameters # parameters used in the run
   ├── selected-mers # final filtered mers used for select_mers.py
-    └── scores-output # file outputted by score_mers.py
+    ├── selected-mers # final filtered mers used for select_mers.py
+    ├── all-scores #file outputted by score_mers.py (all the scores generated)
+    └── top-scores # the sorted top $output_top_nb scores from all-scores
### select\_mers.py output