2015-05-06 |
Dariusz Murakowski | Handle dependencies between reactions, only recalculati... |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Dariusz Murakowski | Option to print trajectory every N steps. |
commit | commitdiff | tree | snapshot |
2015-05-01 |
Dariusz Murakowski | Allow passing script names into unit test runner. ... |
commit | commitdiff | tree | snapshot |
2015-05-01 |
Dariusz Murakowski | Unit testing for Ising using compensatory landscape... |
commit | commitdiff | tree | snapshot |
2015-05-01 |
Dariusz Murakowski | Copy constructor for Virus and NTVirus object to reduce... |
commit | commitdiff | tree | snapshot |
2015-05-01 |
Dariusz Murakowski | Fix subtle rare bug involving next timestep = infinity... |
commit | commitdiff | tree | snapshot |
2015-04-29 |
Dariusz Murakowski | Firing the viral growth/death reactions should probably... |
commit | commitdiff | tree | snapshot |
2015-04-29 |
Dariusz Murakowski | Terminally differentiated effector cell needs additiona... |
commit | commitdiff | tree | snapshot |
2015-04-28 |
Dariusz Murakowski | ctags -a -R |
commit | commitdiff | tree | snapshot |
2015-04-28 |
Dariusz Murakowski | Reactions accounting for propagation of CTL divisions. |
commit | commitdiff | tree | snapshot |
2015-04-28 |
Dariusz Murakowski | Framework for multiple divisions (i.e. generations... |
commit | commitdiff | tree | snapshot |
2015-04-27 |
Dariusz Murakowski | Swap M and T in setting up CTL reactions (Ising). |
commit | commitdiff | tree | snapshot |
2015-04-27 |
Dariusz Murakowski | Set up reactions for CTLs recognizing amino acids. |
commit | commitdiff | tree | snapshot |
2015-04-27 |
Dariusz Murakowski | Import Potts epitope (amino acid sequence). Helper... |
commit | commitdiff | tree | snapshot |
2015-04-24 |
Dariusz Murakowski | Save mapping of Potts state to amino acid as well.... |
commit | commitdiff | tree | snapshot |
2015-04-24 |
Dariusz Murakowski | Initialize distribution of nt seqs from file. Print... |
commit | commitdiff | tree | snapshot |
2015-04-24 |
Dariusz Murakowski | Start runtime framework for executing Potts system... |
commit | commitdiff | tree | snapshot |
2015-04-24 |
Dariusz Murakowski | Fix the build: delete all the temporary testing stuff. |
commit | commitdiff | tree | snapshot |
2015-04-24 |
Dariusz Murakowski | Define all the reactions for Potts virus, handling... |
commit | commitdiff | tree | snapshot |
2015-04-24 |
Dariusz Murakowski | Map the nt enum to and from character representation. |
commit | commitdiff | tree | snapshot |
2015-04-24 |
Dariusz Murakowski | Construct recognizer from epitope string (and starting... |
commit | commitdiff | tree | snapshot |
2015-04-24 |
Dariusz Murakowski | CTL for recognizing arbitrary amino acid sequence as... |
commit | commitdiff | tree | snapshot |
2015-04-24 |
Dariusz Murakowski | Potts state mapping+tracking complete. Fix bounds check... |
commit | commitdiff | tree | snapshot |
2015-04-24 |
Dariusz Murakowski | Significant speed-up by inlining GSL RNG functions... |
commit | commitdiff | tree | snapshot |
2015-04-24 |
Dariusz Murakowski | Copy over code to read seq2state file, which gives... |
commit | commitdiff | tree | snapshot |
2015-04-24 |
Dariusz Murakowski | Start of Potts / amino acid / nucleotide-based virus... |
commit | commitdiff | tree | snapshot |
2015-04-24 |
Dariusz Murakowski | Avoid multiple defs of translators by only declaring... |
commit | commitdiff | tree | snapshot |
2015-04-24 |
Dariusz Murakowski | Scrap enum class definitions. Clean up seqTools. |
commit | commitdiff | tree | snapshot |
2015-04-23 |
Dariusz Murakowski | Copy seqTools.cpp to seqTools.h for inclusion to main. |
commit | commitdiff | tree | snapshot |
2015-04-23 |
Dariusz Murakowski | Break normal functionality for testing! Separate beta... |
commit | commitdiff | tree | snapshot |
2015-04-23 |
Dariusz Murakowski | Solve warning about comparison between signed and unsig... |
commit | commitdiff | tree | snapshot |
2015-04-23 |
Dariusz Murakowski | Copy John's Potts code from snip.{cpp,h}. |
commit | commitdiff | tree | snapshot |
2015-04-23 |
Dariusz Murakowski | Decipher Potts encoding of sequence state/configuration. |
commit | commitdiff | tree | snapshot |
2015-04-22 |
Dariusz Murakowski | WF: correctly use init pop frac. |
commit | commitdiff | tree | snapshot |
2015-04-22 |
Dariusz Murakowski | Testing nucleotide <-> amino acid translation. Needs... |
commit | commitdiff | tree | snapshot |
2015-04-22 |
Dariusz Murakowski | Remove mutation rate "mu" from Virus object; now exclus... |
commit | commitdiff | tree | snapshot |
2015-04-21 |
Dariusz Murakowski | Update Makefile with header dependencies. |
commit | commitdiff | tree | snapshot |
2015-04-21 |
Dariusz Murakowski | Multiple runs, more rate args, end simulation when... |
commit | commitdiff | tree | snapshot |
2015-04-21 |
Dariusz Murakowski | Print virus species sequence when verbose. |
commit | commitdiff | tree | snapshot |
2015-04-21 |
Dariusz Murakowski | Formatting: retab, clean whitespace. |
commit | commitdiff | tree | snapshot |
2015-04-21 |
Dariusz Murakowski | Delete unused functions for SS. |
commit | commitdiff | tree | snapshot |
2015-04-21 |
Dariusz Murakowski | Clarify dependencies. Copy hamiltonian.{cpp,h} to ham_s... |
commit | commitdiff | tree | snapshot |
2015-04-21 |
Dariusz Murakowski | Virus reproduction reaction stores its own mutation... |
commit | commitdiff | tree | snapshot |
2015-04-21 |
Dariusz Murakowski | Free memory from species and reaction arrays (to satisf... |
commit | commitdiff | tree | snapshot |
2015-04-21 |
Dariusz Murakowski | Proper species names. Initial counts CTL counts for... |
commit | commitdiff | tree | snapshot |
2015-04-18 |
Dariusz Murakowski | Output at intervals, remove more WF. |
commit | commitdiff | tree | snapshot |
2015-04-17 |
Dariusz Murakowski | Clean out WF-only stuff. |
commit | commitdiff | tree | snapshot |
2015-04-17 |
Dariusz Murakowski | Full system, including parameters. |
commit | commitdiff | tree | snapshot |
2015-04-09 |
Dariusz Murakowski | Initialize multiple CTL clones+epitopes. Output at... |
commit | commitdiff | tree | snapshot |
2015-04-09 |
Dariusz Murakowski | Separate function for running the dynamics. |
commit | commitdiff | tree | snapshot |
2015-04-09 |
Dariusz Murakowski | Framework for killing by CTL. |
commit | commitdiff | tree | snapshot |
2015-04-09 |
Dariusz Murakowski | Flesh out reactions for virus reproduction (with mutati... |
commit | commitdiff | tree | snapshot |
2015-04-09 |
Dariusz Murakowski | Start of Gillespie test. |
commit | commitdiff | tree | snapshot |
2015-03-20 |
Dariusz Murakowski | ctags -a -R |
commit | commitdiff | tree | snapshot |
2015-03-20 |
Dariusz Murakowski | ctags |
commit | commitdiff | tree | snapshot |
2015-03-06 |
Dariusz Murakowski | Code to read Potts coupling parameters and calculate... |
commit | commitdiff | tree | snapshot |
2014-11-24 |
Dariusz Murakowski | Actually do (and document) multiple runs without epitop... |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Dariusz Murakowski | (cosmetic) Personalized RunParameters for stochastic... |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Dariusz Murakowski | Monte Carlo simulation of Boltzmann-distributed energy... |
commit | commitdiff | tree | snapshot |
2014-11-12 |
Dariusz Murakowski | Fix sorted_vector compile errors (presumably due to... |
commit | commitdiff | tree | snapshot |
2014-08-20 |
Dariusz Murakowski | STL compliant sorted vector class (std::map replacement... |
commit | commitdiff | tree | snapshot |
2014-04-26 |
Dariusz Murakowski | Command line parameter for bonus/penalty applied to... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Dariusz Murakowski | Print supplementary output file (*.sum) with CSV sequence. |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Dariusz Murakowski | Detect when escape from *all* epitopes (vs *any* immune... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Dariusz Murakowski | GSL {headers,libraries} on lc2 are in default search... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Dariusz Murakowski | Allow calculating energy without including epitope... |
commit | commitdiff | tree | snapshot |
2014-04-11 |
Dariusz Murakowski | Update unit tests. Add new one with simple two-site... |
commit | commitdiff | tree | snapshot |
2014-04-11 |
Dariusz Murakowski | Print sequence as CSV (comma-separated). |
commit | commitdiff | tree | snapshot |
2014-04-10 |
Dariusz Murakowski | Update unit tests. |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Dariusz Murakowski | Spread total immune pressure strength uniformly over... |
commit | commitdiff | tree | snapshot |
2014-03-13 |
Dariusz Murakowski | Start of Monte Carlo (static epitope calculation),... |
commit | commitdiff | tree | snapshot |
2014-03-13 |
Dariusz Murakowski | Don't fflush population-writing each time. |
commit | commitdiff | tree | snapshot |
2014-03-06 |
Dariusz Murakowski | Print generation number on each line. (Need to update... |
commit | commitdiff | tree | snapshot |
2014-02-17 |
Dariusz Murakowski | Test all one- and two-epitope cases of WT/mut site... |
commit | commitdiff | tree | snapshot |
2014-02-17 |
Dariusz Murakowski | More comprehensive test framework. |
commit | commitdiff | tree | snapshot |
2014-02-17 |
Dariusz Murakowski | Correctly parse multiple epitopes per file (using C... |
commit | commitdiff | tree | snapshot |
2014-02-17 |
Dariusz Murakowski | Unit test for multiple-epitope input file. |
commit | commitdiff | tree | snapshot |
2014-02-17 |
Dariusz Murakowski | Multiple epitopes; one per line in .ep file. All have... |
commit | commitdiff | tree | snapshot |
2014-02-17 |
Dariusz Murakowski | Use '|' as epitope mut/WT field list separator (on... |
commit | commitdiff | tree | snapshot |
2014-02-17 |
Dariusz Murakowski | Update unit tests for separate .st and .ep files. |
commit | commitdiff | tree | snapshot |
2014-02-17 |
Dariusz Murakowski | Read population state and epitopes from separate files. |
commit | commitdiff | tree | snapshot |
2014-02-13 |
Dariusz Murakowski | Extra output and tests for debugging. |
commit | commitdiff | tree | snapshot |
2014-02-13 |
Dariusz Murakowski | Start framework for targeting multiple epitopes. |
commit | commitdiff | tree | snapshot |
2014-02-04 |
Dariusz Murakowski | Basic unit testing framework. |
commit | commitdiff | tree | snapshot |
2014-02-04 |
Dariusz Murakowski | Check for file-opening / existence errors (vs segfault... |
commit | commitdiff | tree | snapshot |
2013-09-26 |
Dariusz Murakowski | Add write_mod option to write population at regular... |
commit | commitdiff | tree | snapshot |
2013-09-16 |
Dariusz Murakowski | Locate segfault for small N (population size = 0).... |
commit | commitdiff | tree | snapshot |
2013-05-17 |
Dariusz Murakowski | Special two-site + two-allele (two-locus + binary)... |
commit | commitdiff | tree | snapshot |
2013-05-15 |
Dariusz Murakowski | More output for non-epitope runs. Assuage compiler... |
commit | commitdiff | tree | snapshot |
2013-05-14 |
Dariusz Murakowski | Wright-Fisher code by Tom Butler (via John Barton). |
commit | commitdiff | tree | snapshot |
2013-05-14 |
Dariusz Murakowski | Just use the GNU Scientific Library (GSL) for RNG.... |
commit | commitdiff | tree | snapshot |
2013-04-05 |
Dariusz Murakowski | Add Mersenne Twister RNG library/header. Generalize... |
commit | commitdiff | tree | snapshot |
2013-04-05 |
Dariusz Murakowski | Print mutset_t (to stream using operator<<) as CSV... |
commit | commitdiff | tree | snapshot |
2013-04-05 |
Dariusz Murakowski | Start of Wright-Fisher dynamics using STL. Mutations... |
commit | commitdiff | tree | snapshot |
|