Skip to content
Snippets Groups Projects
  1. Oct 29, 2019
  2. Sep 10, 2019
  3. Sep 04, 2019
  4. Feb 06, 2018
  5. Dec 20, 2017
  6. Dec 01, 2017
  7. Nov 28, 2017
  8. Nov 13, 2017
  9. Oct 13, 2017
  10. Jul 27, 2017
  11. May 25, 2017
  12. May 24, 2017
  13. May 22, 2017
  14. May 17, 2017
  15. Mar 24, 2017
  16. Jan 09, 2017
  17. Dec 11, 2016
    • Tim O'Donnell's avatar
      Pin keras version · 5bb1f547
      Tim O'Donnell authored
      Pin keras version. Also add note on KERAS_BACKEND to README.md.
      
      Closes #67. Closes #65.
      5bb1f547
  18. Sep 15, 2016
    • Tim O'Donnell's avatar
      Big refactor to prepare for release · 942601b3
      Tim O'Donnell authored
      Lazily putting this all in one commit.
      
      * infrastructure for downloading datasets and published trained models (the `mhcflurry-downloads` command)
      * docs and scripts (in `downloads-generation`) to generate the pubilshed datsets and trained models
      * parallelized cross validation and model training implementation, including support for imputation (based on the old mhcflurry-cloud repo, which is now gone)
      * a single front-end script for class1 allele-specific cross validation and model training / testing (`mhcflurry-class1-allele-specific-cv-and-train`)
      * refactor how we deal with hyper-parameters and how we instantiate Class1BindingPredictors
      * make Class1BindingPredictor pickleable and remove old serialization code
      * move code particular to class 1 allele-specific predictors into its own submodule
      * remove unused code including arg parsing, plotting, and ensembles
      * had to bump the binding prediction threshold for the Titin1 epitope from 500 to 700, as this test was sporadically failing for me (see test_known_class1_epitopes.py)
      * Attempt to make tests involving randomness somewhat more reproducible by setting numpy random seed
      * update README
      942601b3
  19. Aug 30, 2016
    • Tim O'Donnell's avatar
      This is an attempt to have a single docker image that can be used as a base... · 2893567b
      Tim O'Donnell authored
      This is an attempt to have a single docker image that can be used as a base for cloud runs (with mhcflurry-cloud) and also eventually as a way for users to experiment with mhcflurry. Plan is to have this built automatically at https://hub.docker.com/r/hammerlab/mhcflurry/
      
       * supports cpu and theoretically gpu (not tested though)
       * supports python 2 and 3
       * putting Dockerfile in the root of our repo lets us just copy the current checkout of the mhcflurry repo into the image instead of pulling it from github, so it works with branches and non-released versions
       * by default this runs a python 3 jupyter notebook on port 8888 with mhcflurry and some convenience packages installed
       * does not try to train any models or run tests. Models will eventually be downloaded from google cloud storage once we have that working
       * it’s pretty hefty unfortunately, around 2 gig
      
      Also: removed the pin on keras<1.0 in requirements.txt
      2893567b
  20. Jul 12, 2016
  21. May 09, 2016
  22. Apr 29, 2016
  23. Apr 28, 2016
  24. Apr 21, 2016
    • Tim O'Donnell's avatar
      Minor fixes · eefe769e
      Tim O'Donnell authored
       - Add default values and usage to argparse help messages
       - Require theano >=0.8.2 (was getting errors instantiating a model at 0.7.0)
      eefe769e
  25. Apr 20, 2016
  26. Apr 19, 2016
Loading