aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-24use biopython's temperature calculator... slow as dirtCalvin Morrison
2014-03-24fix strstream to work with mers listCalvin Morrison
2014-03-23add mer list reading to strstreamCalvin Morrison
2014-03-21add end of sequences in as points in our arrayCalvin Morrison
2014-03-21fix warningCalvin Morrison
2014-03-21add sequence length commandCalvin Morrison
2014-03-19add output also to scores fileCalvin Morrison
2014-03-18update scoring equationCalvin Morrison
2014-03-13whistpace and 1Calvin Morrison
2014-03-13Refactoring, features, rage!Calvin Morrison
- rename apply filters to filter_mers - return True instead of False - Use this function in score mers - Add total scored check - use np.diff() instead of manually doing it for fg. - fix long line comments - check if len bg_pts <= 1
2014-03-13add coutning points for reversesCalvin Morrison
2014-03-13add comments, add workflow explaination, move pop_{fg,bg} fnsCalvin Morrison
2014-03-13refactor binding layout, add commentsCalvin 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-05should work:Calvin Morrison
2014-03-05more verbose score outputCalvin Morrison
2014-03-03update defaults and align variable names with global env variablesCalvin Morrison
2014-03-03add load_heterodimer_dic functionCalvin Morrison
2014-03-03check heterodimer dic first because it's likely to be the #1 cause of issuesCalvin Morrison
2014-03-03add check to see if results are even possible, and use gzip outCalvin Morrison
2014-03-03update arguemnts, make {fg,bg}_genome_length globalCalvin Morrison
2014-03-03update parameters fileCalvin Morrison
2014-02-05use a ifilter outsideCalvin Morrison
2014-02-04seperate out scoring stuff into our iterator as a filterCalvin Morrison
2014-02-04add check functions to filter without calling the jobsCalvin Morrison
2014-02-04max_consecutive speed upCalvin Morrison
2014-01-30update score mers with hererodimersCalvin Morrison
2014-01-29fix warningCalvin Morrison
2014-01-29rmCalvin Morrison
2014-01-29fix warningCalvin Morrison
2014-01-29fix corner caseCalvin Morrison
2014-01-29add filtering based on consecutive mer lengthsCalvin Morrison
2014-01-28add max_consecutive_binding.pyCalvin Morrison
2014-01-22fix exit codeCalvin Morrison
2014-01-17check argcCalvin Morrison
2014-01-17move melting temp py script to srcCalvin Morrison
2014-01-17update makefile and make a src directoryCalvin Morrison