- Nov 09, 2015
- Nov 08, 2015
-
-
Jeroen F.J. Laros authored
-
- Nov 05, 2015
- Nov 04, 2015
- Nov 03, 2015
- Nov 02, 2015
-
-
Vermaat authored
-
Vermaat authored
This enables attachement of these handlers to elements that are added to the DOM later as opposed to being in the original source HTML.
-
Vermaat authored
Fix crash listing zero batch jobs in admin
-
Vermaat authored
-
Vermaat authored
Update OS requirement in install docs
-
Vermaat authored
-
Vermaat authored
Optional email for batch jobs from webservices
-
Vermaat authored
-
Vermaat authored
-
Vermaat authored
-
Vermaat authored
-
Vermaat authored
Fix default service locations
-
Vermaat authored
This should have been in #70
-
Vermaat authored
Process batch jobs grouped by email address
-
- Oct 30, 2015
-
-
Vermaat authored
We previously processed batch jobs round robin, i.e., one item for each job per round. This is fair from the job point of view, but not from the user point of view when one user has many jobs. We now process batch jobs one item for each user per round, where we pick the oldest job if a user has more than one. Users are defined by their email address. Batch jobs submitted via the webservices all have the same email address, so they are effectively throttled as if all from the same user. Adapting the webservices to also allow setting an email address is future work.
-
- Oct 29, 2015
-
-
Vermaat authored
Use interval binning scheme on transcript mappings
-
Vermaat authored
This speeds up lookup of transcript mappings by genomic position a lot. By filtering on bin index, such a query now uses the index on the bin column, where previously this would involve a sequential table scan. http://interval-binning.readthedocs.org/
-
- Oct 26, 2015