Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-31 | update output tree | Calvin Morrison | |
2014-03-31 | fix header | Calvin Morrison | |
2014-03-31 | add UI for scorign func, update doc and varaibles | Calvin Morrison | |
2014-03-31 | add scorign to header and paramters and such | Calvin Morrison | |
2014-03-31 | update README.md for custom scoring | Calvin Morrison | |
2014-03-31 | add custom scoring | Calvin Morrison | |
2014-03-31 | proper sizes with custom mers | Calvin Morrison | |
2014-03-31 | This closes bug #19. adds variables into the scoring header for later reference | Calvin Morrison | |
2014-03-31 | fix | Calvin Morrison | |
2014-03-31 | fix sort | Calvin Morrison | |
2014-03-31 | Add feature to have a top-scores file. closes issue #21 | Calvin Morrison | |
2014-03-28 | Update README.md | Calvin Morrison | |
2014-03-28 | Update README.md | Calvin Morrison | |
2014-03-28 | fix links and headers | Calvin Morrison | |
2014-03-28 | Add headers, move stuff, toc | Calvin Morrison | |
2014-03-28 | Spelling fixes in documentation | Calvin Morrison | |
whoop wehhoop | |||
2014-03-28 | update selected_mers.py portion | Calvin Morrison | |
2014-03-28 | add a newline | Calvin Morrison | |
2014-03-28 | add docs | Calvin Morrison | |
2014-03-27 | more documentation | Calvin Morrison | |
2014-03-27 | add docs for commit all combinations | Calvin Morrison | |
2014-03-27 | Scoring all mer combinations from a file with a -m | Calvin Morrison | |
2014-03-27 | add doc for ignore all from file | Calvin Morrison | |
2014-03-27 | Add support for ignoring all mers. and more | Calvin Morrison | |
- add a check for filters. quit if no mers make it - add a final fg mer selection file in the $current_run folder - add a filter/ folder as not to clutter the current run - fix double quote syntax - add option for ignore all for the UI | |||
2014-03-27 | add ability to ignore all mers from a file | Calvin Morrison | |
2014-03-27 | improve output, add number of primers in first colum. this closes #12 | Calvin Morrison | |
2014-03-27 | move stuff around | Calvin Morrison | |
2014-03-27 | Add scoring for specific combinations. | Calvin Morrison | |
- add scoring for specific combos - update readme - add CLI args for score_mers.py - update score_wrapper - use more generic print functions in score_mers | |||
2014-03-26 | majorly rewrite and revamp the script to support runnign parts at a time | Calvin Morrison | |
2014-03-26 | add primer_weight to our score function | Calvin Morrison | |
2014-03-26 | use float | Calvin Morrison | |
2014-03-25 | Score mer statistics. This closes #6 | Calvin Morrison | |
2014-03-25 | fix table | Calvin Morrison | |
2014-03-25 | add fg_weight to SelectiveGenomeAmplificationUI | Calvin Morrison | |
2014-03-25 | update selectivity equation, and update readme | Calvin Morrison | |
2014-03-25 | revert makefile | Calvin Morrison | |
2014-03-25 | add average binding filter | Calvin Morrison | |
2014-03-25 | don't populate, use the bg conts from selectivity | Calvin Morrison | |
2014-03-25 | update header | Calvin Morrison | |
2014-03-25 | fix len | Calvin Morrison | |
2014-03-25 | working upscore_wrapper.sh | Calvin Morrison | |
Score wrapper essentially does a few things 1) backgrounds score_mers.py 2) creates an intercept for any Ctrl+C 3) waits for score_mers.py to finish 4) if there's an intercept, send a SEGV to the process and try and exit it works, it might be dirty, you might see some output... but still at least you can exit now | |||
2014-03-25 | formatting changes, pylint up in this b**** | Calvin Morrison | |
2014-03-25 | remove stray ; | Calvin Morrison | |
2014-03-25 | add score wrapper and SelectiveGenomeUI to make install | Calvin Morrison | |
2014-03-25 | start to add debug variable to score_mers | Calvin Morrison | |
2014-03-25 | Update scoring function. | Calvin Morrison | |
Before we were incorrectly scoring our background. Using the new equation: score = (nb_primers * fg_mean_dist * fg_variance_dist) / (bg_ratio) where bg_ratio is bg_genome_length / count_of_bg_mers This will be faster, and will simplify our code (no whcky appends or anything. It can be even faster if we want to by not even storing the background points, just their hits. Should be relatively easy to do that. | |||
2014-03-24 | add non-functioning score wrapper | Calvin Morrison | |
2014-03-24 | Major Updates: | Calvin Morrison | |
SelectiveGenomeAmplication: remove need (again) for any temporary fasta file, instead do all parsing in house with strstreamone and python correctly get reverse compliment. a combination of tac and rev, not just tac add non_melitng and filtered_binding variables to bash for clarity and to reduce clutter score_mers: This should speed up our loading and memory and probably each job since there's less memory overhead. revamp mer points - remove class, save as arrays instead - only allocate mers we need, - don't bother getting counts - reduce command line arguments - use original fasta files now, so it's easier for a user to use (as per issue #5 - remove weird pop_fg/bg functions - add one to total incase of zero div. | |||
2014-03-24 | use biopython's temperature calculator... slow as dirt | Calvin Morrison | |
2014-03-24 | fix strstream to work with mers list | Calvin Morrison | |