- Namespace change for bio-blastxmlparser v1.1.1
- Upgrading? Run generators.
- SSH bug fix.
- Major refactoring and bug fixes.
- Merged feature branch data_export. Search results are available as .txt (tab delimited), .gff (GFF3) and JSONi (default).
- Shortened search url to /quorum/jobs/:id/search?algo=[ie: blastn]
- Search returns [{ enqueued: false }] if algorithm was not enqueued.
- Upgrading? Install migrations and run generators.
- Added quorum:delete_jobs rake task.
- Bug fixes.
- Fixed empty blast report bug. #6
- Added max_sequence_size to quorum_settings.yml to allow user to specify max input sequence size in bytes. Defaults to 50 KB.
- Renamed blast report max_score to max_target_seqs to match NCBI Blast reports. Updated search interface. NOTE: requires migration install.
- Updated the default search interface:
- Enabled gapped alignments by default.
- Improved existing filter options (NCBI Blast DUST and SEG) to use NCBI Blast default values.
- Fixed Rails 3.2 multiple select validation error.
- Refactored travis-ci rake tasks.
- Added default spec runner task.
- Removed jQuery ajax timeout for long lasting blast jobs.
- Fixed Quorum::VERSION uninitialized constant error when overriding views.
- Fixed partial data load bug. #2 Requires running quorum:install and quorum:views generators. See the Upgrading? section in the README for more information.
- Added better support for jQuery ajax errors in quorum.js.
- Added better support for URLs in quorum.js.
- Added Hsp gaps to Blast Job Reports.
To add gaps:
rake quorum:install:migrationsrake db:migrate - Upgraded bio-blastxmlparser to v1.1.0. See pjotrp/blastxmlparser#1
- Fixed JavaScript RangeError: Max call stack size exceeded bug in views. Bug was present in large datasets.
- General refactoring.
- Updated dependencies.
- Fixed discover input sequence type bug. Upper and lowercase input sequences are typed correctly.
- Added support for user defined callback in QUORUM.pollResults(). Useful if user chooses to define their own view template(s). See app/assets/javascripts/quorum/quorum.js and app/views/quorum/jobs/show.html.erb for more information.
- JS bug fixes.
- Added specs and updated gems.
- Added quorum layouts to quorum:views generator.
- Created QUORUM JS object and added properties.
- Rails 3.2 compatible.
- Bug fix.
- Added link to Download Sequence in detailed report view.
- Added
rails g quorum:imagesto override images. - Deprecated Quorum initializer method
blast_script.
- Initial release.