Skip to content
Snippets Groups Projects
  1. Jul 15, 2015
  2. Jul 09, 2015
  3. Jul 03, 2015
  4. May 31, 2015
  5. May 27, 2015
  6. May 26, 2015
  7. May 18, 2015
    • Vermaat's avatar
      Merge pull request #41 from mutalyzer/interface_js · b4e21284
      Vermaat authored
      Description extractor web interface
      b4e21284
    • Vermaat's avatar
      Limit input sequence length for description extractor · 54188c59
      Vermaat authored
      This is hopefully a temporary measure. At the moment we cannot accurately
      predict the running time of the extractor, so we have to aggressively
      limit the input based on the worst-case expectation.
      
      As a worst-case scenario, we currently use random input sequences, where
      length 1000bp yields about 500ms of running time.
      
      In the future we hope to either:
      
      1. Predict the running time and abort if needed.
      2. Keep track of the running time and abort if needed.
      3. Run the extractor in a task scheduler with a running time limit.
      54188c59
    • Vermaat's avatar
      Do not crash on empty input sequences · ae2aa2c6
      Vermaat authored
      ae2aa2c6
Loading