Hello guys, please excuse my english by advance but its not my main language.
So Im trying to “invoke” or “run” a tool of my galaxy instance using the bioblend package. I’ve already tried this with a very simple tool without any problem but now im trying with a more complex tool : NCBI-blastp
Here im trying to get a query fasta file and a big database fasta from differents history. (everything has been uploaded successfully before), it seems to work with the query but not the database… im using those weird method “set param”, but maybe should I try it from another way?
Welcome!
Can you check myinputs.set_param(name="database", value=' ') ? It’s the only one without a value;
In the detailed error report, CommandLine has empty value for parameter -db and Tool Standard Error is telling you need a name for you BLAST database.
Hello, I just test with the same history but still nothing.
I think I’ve found the origin of the problem, when there is a “selected” tag on “True” in an “option” tag, the param is stuck on that option. The same problem appear here with the “out_format” param which is stuck on “ext” option. The question is, can we change that with the api (without modifying the xml file) ?