Hi all,
After running b2g4pipe, I only got a .annot file in the "results" directory. Is that all? What about the .dat file? I cannot find it.
The command I utilized was:
java -Xmx4000m -cp *:ext/*: es.blast2go.prog.B2GAnnotPipe -in MYFILE.xml -out results/myprojectMYFILE -prop b2gPipe.properties -annot -dat -img -ips ipsr -annex -goslim -wiki html_template.html -v
It is exactly as the ReadMe file says, except the input and output file names, and the amount of memory usage -4000 instead of 1000-. I also modified the b2gPipe.properties file, in order to update the blast2go database, as follows:
< Dbacces.dbname=b2g_apr12
< Dbacces.dbhost=10.10.100.203
---
> Dbacces.dbname=b2g_aug12
> Dbacces.dbhost=publicdb.blast2go.com
This is the fist time I run b2g4pipe, and I would like to check if my results are correct. Is there anybody who has run it? I will appreciate your feedback.
Thanks in advance,
After running b2g4pipe, I only got a .annot file in the "results" directory. Is that all? What about the .dat file? I cannot find it.
The command I utilized was:
java -Xmx4000m -cp *:ext/*: es.blast2go.prog.B2GAnnotPipe -in MYFILE.xml -out results/myprojectMYFILE -prop b2gPipe.properties -annot -dat -img -ips ipsr -annex -goslim -wiki html_template.html -v
It is exactly as the ReadMe file says, except the input and output file names, and the amount of memory usage -4000 instead of 1000-. I also modified the b2gPipe.properties file, in order to update the blast2go database, as follows:
< Dbacces.dbname=b2g_apr12
< Dbacces.dbhost=10.10.100.203
---
> Dbacces.dbname=b2g_aug12
> Dbacces.dbhost=publicdb.blast2go.com
This is the fist time I run b2g4pipe, and I would like to check if my results are correct. Is there anybody who has run it? I will appreciate your feedback.
Thanks in advance,
Comment