Lacey-Anne Sanderson 9a44f8ee2d Merge pull request #80 from tripal/77-validateExtension | 4 jaren geleden | |
---|---|---|
api | 4 jaren geleden | |
docs | 6 jaren geleden | |
includes | 4 jaren geleden | |
tests | 5 jaren geleden | |
theme | 5 jaren geleden | |
.gitignore | 5 jaren geleden | |
.travis.yml | 4 jaren geleden | |
LICENSE.txt | 6 jaren geleden | |
README.md | 5 jaren geleden | |
blast_ui.info | 5 jaren geleden | |
blast_ui.install | 6 jaren geleden | |
blast_ui.module | 6 jaren geleden | |
composer.json | 6 jaren geleden | |
composer.lock | 5 jaren geleden | |
phpunit.xml | 5 jaren geleden |
This module provides a basic interface to allow your users to utilize your server's NCBI BLAST+.
Specifically it provides blast program-specific forms (blastn, blastp, tblastn, blastx are supported). In the future, there will be a single form where you will be able to select either a nucleotide or a protein database to BLAST against regardless of the type of query and it will decide which BLAST program to use based on the combination of query/database type (ie: if you selected a protein database on the nucleotide BLAST form then blastx would be used).
BLAST submissions result in the creation of Tripal jobs which then need to run from the command-line. This ensures that long running BLASTs will not cause page time-outs but does add some management overhead and might result in longer waits for users depending on how often you have cron set to run Tripal jobs. You can alternatively use the Tripal Jobs Daemon to automate running of Tripal Jobs reducing user wait time and your own workload.
The BLAST results page is an expandable summary table with each hit being listed as a row in the table with query/hit/e-value information. The row can then be expanded to include additional information including the alignment. Download formats are allow users to download these results in the familiar tabular, GFF3 or HTML NCBI formats.
It's recommended that you also install the Tripal Job Daemon to manage BLAST jobs and ensure they are run soon after being submitted by the user. Without this additional module, administrators will have to execute the tripal jobs either manually or through use of cron jobs.
We have and extensive user guide and a developer guide available via readthedocs.
Tripal BLAST UI | Tripal BLAST Analysis | |
---|---|---|
Provides an interface to execute BLASTs | Yes | No |
Display BLAST Results to users | After BLAST submission | On associated feature pages |
Load BLAST Results into Chado | No | Yes |
NOTE: These modules will be combined into a single download available here in the not so distant future. You will still have the flexibility to enable either one or the other or both.