-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for -remote #39
Comments
I agree that the remote options should be in separate tools. Thanks, JJ James E. Johnson, Minnesota Supercomputing Institute, University of Minnesota |
Do you agree the remote wrappers (which will be a subset since all the database and masking tools won't apply) should be a separate suite on the ToolShed? If we are careful they can use the same |
On 3/19/14, 9:39 AM, Peter Cock wrote:
James E. Johnson, Minnesota Supercomputing Institute, University of Minnesota |
I'm also for a separate repository. @jj-umn how do you control the max. number of requests to the NCBI Server? I'm a little bit worried if the effort is worth the results. Are there so many users that are not able to setup there own blast database? |
Pratik is the researcher from whom the remote blastp was developed. Pratik, is this functionality still needed? Thanks, JJ On 3/19/14, 4:57 AM, Peter Cock wrote:
On 3/19/14, 11:30 AM, Björn Grüning wrote:
James E. Johnson, Minnesota Supercomputing Institute, University of Minnesota |
Hello JJ, Yes - we need this tool. I do use it within Galaxy-P for BLAST searches for Thanks, Pratik Pratik Jagtap, On Wed, Mar 19, 2014 at 3:49 PM, Jim Johnson [email protected] wrote:
|
Thanks @jj-umn - good to know there is a clear motivation for this, and the I do appreciate that species filtering is an important use case, and it seems like there ought to be a neat way to do this with a local database (other than using the tabular output and filtering on the taxonomy as a post-processing step). Note we've got issue #36 for filtering by taxonomy, which may be possible for We typically solve/avoid this with custom organism specific BLAST databases, often for draft genomes which have not yet been published. As another example I used Entrez to build a complete virus database http://blastedbio.blogspot.co.uk/2013/11/entrez-trouble-with-chimeras.html |
Filing an overdue issue for this previously discussed enhancement. See early work by @jj-umn as part of Galaxy-P on this branch (checked in by @jmchilton): https://bitbucket.org/galaxyp/galaxyp-toolshed-blast/commits/branch/default
Using
-remote
makes several 'new' options available including-entrez_query
which can be used to filter by taxonomy etc, but also removes other options.Given the number of options which change, and the concerns about potential abuse of the NCBI servers (which could lead to entire Galaxy instances being black listed), my preference is for a sister set of tools. i.e. We'd have the current (local) BLASTP as one tool, and a new sister tool for remote BLASTP (run at the NCBI).
The text was updated successfully, but these errors were encountered: