Commits on May 11, 2016
  1. Even more code cleanup

    jherrero committed May 11, 2016
  2. More code cleanup

    jherrero committed May 11, 2016
Commits on May 10, 2016
  1. Clean up the code

    jherrero committed May 10, 2016
Commits on Apr 18, 2016
Commits on Apr 8, 2016
  1. More changes for v1.2

    jherrero committed Apr 8, 2016
Commits on Jan 25, 2016
  1. Fix mixup between strict and marginal thresholds of significance. Als…

    …o fixes pink color on dChart
    jherrero committed Jan 25, 2016
Commits on Sep 30, 2015
  1. Copyright and authorship

    jherrero committed Sep 30, 2015
Commits on Sep 29, 2015
Commits on Jul 5, 2015
Commits on Jun 23, 2015
  1. Update webcode to use eforge_1.1.db

    Also updated the copyright notice on the web page.
    jherrero committed Jun 23, 2015
Commits on Jun 17, 2015
  1. changes to email and copyright (still GPL)

    contact and added UCL copyright details (still GPL)
    committed Jun 17, 2015
Commits on Jun 16, 2015
  1. db changes in code

    changes in database to add blueprint and consolidated roadmap data
    committed Jun 16, 2015
Commits on Mar 12, 2015
  1. Add --autoopen options

    jherrero committed Mar 12, 2015
Commits on Mar 11, 2015
Commits on Mar 10, 2015
Commits on Jan 29, 2015
  1. Fix 27k plpatform label

    jherrero committed Jan 29, 2015
  2. Add support for different background labels

    The code is now a little smarter about checking that the background is valid and output the set of
    available ones otherwise.
    jherrero committed Jan 29, 2015
Commits on Jan 16, 2015
Commits on Jan 12, 2015
  1. Re-order progress statements

    jherrero committed Jan 12, 2015
Commits on Jan 9, 2015
  1. Clean up the code after merge

    jherrero committed Jan 9, 2015
Commits on Jan 8, 2015
  1. 27k hash addition

    Modification of eFORGE hash selection to include 27k array as an option
    for background (subset of 450k probes that are on the 27k array)
    committed Jan 8, 2015
Commits on Oct 24, 2014
  1. New --web flag for web-server specific options

    A new --web flag is available to run code that is specific to the web server and
    that breaks the standalone version of eforge.pl
    jherrero committed Oct 24, 2014
  2. Speed up eForge::process_bits

    There is a very small gain in using substr rather than split. The major gain is in
    the new "if" clause within the foreach loop. It is only true if the bit is 1 (as the
    bit can only be 0 or 1) and will therefore increment the counter for that cell and
    push this probe to the list of MVPs for that cell.
    jherrero committed Oct 23, 2014
  3. Fix indentation

    jherrero committed Oct 23, 2014
  4. Option proxy is now a string.

    jherrero committed Oct 24, 2014