I encountered an issue while attempting to run ISiCLE on my local server. After following the installation steps and setting up the necessary environment, I attempted to run ISiCLE using the command:
However, the application prompted me to enter Cascade's credentials, even though I do not intend to use Cascade. Furthermore, it resulted in the following error:
Fatal Error: Host name in Cascade was not specified!
Please enter Account name in Cascade. (Ex: -host NetworkID@cascade.emsl.pnl.gov)
I would like to address the following concerns:
Unwanted Cascade Credentials Prompt: I do not intend to use Cascade for my ISiCLE instance. Therefore, the prompt for Cascade's credentials is unnecessary and should be removed.
Host Name Error: The error message suggests that the host name in Cascade was not specified. However, as I want to run ISiCLE on my local server, I should not need to provide a Cascade host name. The error message is misleading in this context.
Please provide guidance/tutorial on how to proceed with using ISiCLE locally, bypassing the Cascade credentials prompt and resolving the host name error. I would appreciate any instructions or recommendations on how to successfully run ISiCLE on my local server.
Here's what I did:
Installed anaconda on a local server.
Created the ISiCLE environment using the command: conda create -n isicle -c conda-forge -c bioconda -c ambermd python=3.7 openbabel=2.4.1 rdkit ambertools snakemake numpy pandas yaml statsmodels.
Installed NWChem using sudo apt-get install nwchem.
I encountered an issue while attempting to run ISiCLE on my local server. After following the installation steps and setting up the necessary environment, I attempted to run ISiCLE using the command:
python isicle.py -molcs MoleculeSet.xls -metd Method.xls -dest /media/data_drive_big/zaid/ -nn 6 -nc 16 -time 00:15:00
However, the application prompted me to enter Cascade's credentials, even though I do not intend to use Cascade. Furthermore, it resulted in the following error:
Fatal Error: Host name in Cascade was not specified! Please enter Account name in Cascade. (Ex: -host NetworkID@cascade.emsl.pnl.gov)
I would like to address the following concerns:
Unwanted Cascade Credentials Prompt: I do not intend to use Cascade for my ISiCLE instance. Therefore, the prompt for Cascade's credentials is unnecessary and should be removed.
Host Name Error: The error message suggests that the host name in Cascade was not specified. However, as I want to run ISiCLE on my local server, I should not need to provide a Cascade host name. The error message is misleading in this context.
Please provide guidance/tutorial on how to proceed with using ISiCLE locally, bypassing the Cascade credentials prompt and resolving the host name error. I would appreciate any instructions or recommendations on how to successfully run ISiCLE on my local server.
Here's what I did:
I expect ISiCLE to run without prompting for Cascade credentials and to execute successfully on my local server.