-
Notifications
You must be signed in to change notification settings - Fork 28
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
Error connecting to external database with mysqlimport #5
Comments
Dear Gokul, at this moment Annocript cannot be run on SGE clusters. Even if you will be Anyway, we never tried to run it on that, so let me know how it works. Regards, Francesco 2016-02-08 23:45 GMT+01:00 Gokul Wimalanathan [email protected]:
Francesco Musacchia - Ph.D. |
I misspoke, we have a torque based cluster with high-memory/high-core nodes in the cluster, and I am trying to run this only on a single node, but with qsub. I think setting this up for large SGE cluster would take some effort, and thankfully I don't have to deal with that. Do you have anyway that we can set it up so that we don't need an interactive qsub session to run it? |
Dear Gokul, Regards, Francesco
|
Dear Gokul, I was thinking that if you want you can try to change the behaviour of Anyway at that point the configuration is completely checked and all the I saw you are expert user, hence I thought to inform you about this. Let me know if you need... Best, Francesco 2016-02-09 20:13 GMT+01:00 [email protected]:
Francesco Musacchia - Ph.D. |
Hi Francesco, I started by setting up the directory structure and everything using the interactive session, and while it was running blast I quit annocript. I then used annocript_executor.pl script with the command line parameters necessary to get annocript running to completion using qsub and it worked well. Thanks for pointing out the line. It also took a lot of hacking to get the scripts working with the environment outside the installation folder using environment modules. I have not kept track of what changes I made, but I should be able figure them out by diff if that will be useful for someone else. Thanks Gokul |
Sounds really amazing: Annocript running on an HPC cluster just by hacking! You are a pioneer... congratulations! Whenever you have the time you can post this in the forum: Thanks a lot and Enjoy Annocript! Francesco 2016-02-15 16:10 GMT+01:00 Gokul Wimalanathan [email protected]:
Francesco Musacchia - Ph.D. |
Dear Gokul, j131 |
I am stretched for time right now. Will do it sometime over this week. I have to dig for my notes on this. |
Hi @wkpalan I am quite keen to hear how you manage to setup annocript on the server too. I was wondering if there is a location you put up your notes on this? Cheers |
Hi all, For the past coule of years I have been working with Annocript on a desktop linux without any issues. As anyone ever experienced such an issue? I know running from a cluster is in itself a source of issues, but I was wondering if anyone had this happen to them before. Thanks in advace, Cheers, |
I am currently setting up Annoscript to run on SGE cluster at my university, I have to use an external server as mysql server to connect to Annocript.
Line 1585 from db_creater.pm encounters an error when connecting to external server.
The error occurs because the host parameter is not passed to connect to external server. I have modified as follows to get it to connect to an external server. Notice addition of -h$host
I have restarted the script and it will take some time before I can confirm if this corrected the issue. I will update asap.
The text was updated successfully, but these errors were encountered: