We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See Xref for details and test histories at both ORG and EU galaxyproject/usegalaxy-tools#653
Wrapper bug at both servers in toolshed.g2.bx.psu.edu/repos/devteam/ncbi_blast_plus/get_species_taxids/2.14.1+galaxy0
The name query is being sent as a taxids query, and fails with this. Seems the "name versus taxid" toggle has problems?
/data/jwd05e/main/064/491/64491173/tool_script.sh: line 27: [: too many arguments Taxonomy ID not found
The text was updated successfully, but these errors were encountered:
Wrong repo :) Tool is here https://github.com/peterjc/galaxy_blast/blob/master/tools/ncbi_blast_plus/get_species_taxids.xml
The name query is being sent as a taxids query
This is intended.
The script gets first the taxids for the names https://github.com/peterjc/galaxy_blast/blob/d63652a431c24fa35c5535784b8d466c11bbab04/tools/ncbi_blast_plus/get_species_taxids.xml#L10
And then gets the taxids in the subtree https://github.com/peterjc/galaxy_blast/blob/d63652a431c24fa35c5535784b8d466c11bbab04/tools/ncbi_blast_plus/get_species_taxids.xml#L16
Does this make sense to you?
Even stranger is that we even have a test case identical to your shared job: https://github.com/peterjc/galaxy_blast/blob/d63652a431c24fa35c5535784b8d466c11bbab04/tools/ncbi_blast_plus/get_species_taxids.xml#L49. So I guess the error is caused by a temporary problem at NCBI.
Nevertheless, I improved the shell syntax a bit and hope that the tool is now a bit more robust.
peterjc/galaxy_blast#161
Sorry, something went wrong.
No branches or pull requests
See Xref for details and test histories at both ORG and EU galaxyproject/usegalaxy-tools#653
Wrapper bug at both servers in toolshed.g2.bx.psu.edu/repos/devteam/ncbi_blast_plus/get_species_taxids/2.14.1+galaxy0
The name query is being sent as a taxids query, and fails with this. Seems the "name versus taxid" toggle has problems?
The text was updated successfully, but these errors were encountered: