diff options
| author | Calvin Morrison <mutantturkey@gmail.com> | 2014-03-27 23:38:22 -0400 | 
|---|---|---|
| committer | Calvin Morrison <mutantturkey@gmail.com> | 2014-03-27 23:38:22 -0400 | 
| commit | 4ef0f9a99c065d1d5c567001ffb9d81273147c40 (patch) | |
| tree | 1827e7e5e4bc7c8e523c8330b36ed225db3439fb | |
| parent | 2d923ad2aed6701dbeb33d8700f52e8d0028db15 (diff) | |
add docs for commit all combinations
| -rw-r--r-- | README.md | 22 | 
1 files changed, 21 insertions, 1 deletions
| @@ -60,7 +60,7 @@ valid steps are these:  This function does not try to be smart, so use it wisely -### Manually scoring mer combinations +### Manually scoring specific mer combinations from file  Users can manually score combinations of mers they choose using the  score\_mers.py script. @@ -76,6 +76,26 @@ The combination file should look like this:  each row is combination to be scored. + +### Manually score all combinations from file +Users can manually score all  combinations of mers they choose using the +score\_mers.py script. + +    score_mers.py -f foreground.fa -b background.fa -m mer file -o output + + +The mer file should look like this: + +    ATATAT +		TACATA +		TACATAGCA +		TATAGAATAC +		CGTAGATA +		TAGAAT + +each row is a seperate mer. do not put multiple mers on one line. + +  ## Customizable variables  range of mers, min and max  | 
