aboutsummaryrefslogtreecommitdiff
path: root/SelectiveGenomeAmplification
AgeCommit message (Collapse)Author
2014-04-07Rename!Calvin Morrison
2014-04-03add scoring to paramtersCalvin Morrison
2014-04-02use minCalvin Morrison
2014-04-02add sort_by support for top-scoresCalvin Morrison
2014-03-31update folder nameCalvin Morrison
2014-03-31add scorign to header and paramters and suchCalvin Morrison
2014-03-31This closes bug #19. adds variables into the scoring header for later referenceCalvin Morrison
2014-03-31fix sortCalvin Morrison
2014-03-31Add feature to have a top-scores file. closes issue #21Calvin Morrison
2014-03-27Add support for ignoring all mers. and moreCalvin 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-27add ability to ignore all mers from a fileCalvin Morrison
2014-03-26majorly rewrite and revamp the script to support runnign parts at a timeCalvin Morrison
2014-03-26add primer_weight to our score functionCalvin Morrison
2014-03-25update selectivity equation, and update readmeCalvin Morrison
2014-03-25add average binding filterCalvin Morrison
2014-03-24Major 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-13add message and don't >>Calvin Morrison
2014-03-06use kmer_continuous_count instead of kmer_total_count, remove tmp file, ↵Calvin Morrison
update parameters for select_mers.py
2014-03-03update defaults and align variable names with global env variablesCalvin Morrison
2014-03-03update parameters fileCalvin Morrison
2014-02-17output filters into output directory not temp to enable multiple runs at onceCalvin Morrison
2014-02-04update save locationsCalvin Morrison
2014-01-29add filtering based on consecutive mer lengthsCalvin Morrison
2014-01-23update min mer, add fg and bg to parametersCalvin Morrison
2014-01-22output parametersCalvin Morrison
2014-01-22add different outputs for each runCalvin Morrison
2014-01-22rename in scriptCalvin Morrison
2014-01-21split out score and selectionCalvin Morrison
2014-01-21add output fileCalvin Morrison
2014-01-20really use globalCalvin Morrison
2014-01-20use global select_mers.pyCalvin Morrison
2014-01-20updated script and uiCalvin Morrison
2014-01-17rename SelectiveGenomeAmplificationCalvin Morrison