Web Application
**FEATURES**
* Simplified installation
* Added embedded Jetty server
* Mapped read details page
* Display read alignment against genome sequence
**FIXES**
* UserRoles not being deleted with User
* Edit button works in FF 3.6
* Statistics tables sorted by max coverage
Pipeline
**FEATURES**
* Utility to create FastQ files from unmapped reads
* Utility to return intersection of FastQ files
* Utility to return filter FastQ files
* Added mapq threshold flag to subtraction
* Gbloader can now load bacteria and fungal genomes
* Saves genome sequences to database using GridFS
**FIXES**
* Reduced memory footprint when calculating statistics
* use subprocesses instead of os.system
* mapq scores filter needs to include 0 <= mapq <=3 due to multiple mapping reads