-
Notifications
You must be signed in to change notification settings - Fork 82
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
Pfam Error #28
Comments
Hello, Thanks for your message! in your example it has to be replaced with "/projects/b1052/pythonenvs/python2.7/GTDB/gtdb_database/release83/" but that does not mean that another user will have the data at the exact same location on their server. Thanks, |
Thanks, Pierre! i have changed " /PATH/To/GtdbTK/data/ " to "/projects/b1052/pythonenvs/python2.7/GTDB/gtdb_database/release83/", i came across with the pfam error, is it because the database could not be identified? |
It looks like the IPC::Run Perl module is not installed or not included in the @inc variable . You first need to install the perl module using ' perl -MCPAN -e"install IPC::Run" ' If not , Please modify the PERL5LIB ( or PERLIB) environment variable to include the module : |
Hi pchaumeil, Thanks for the information, the above error was solved after installing the modules needed. While i came across with another error in the FastANI step, the detailed information is as below:
"list index out of range" is a python error, which most likely indicates the data being input is not the right size for the program to process. Thanks! |
Hi, Cheers, |
Hi Pierre, I am using GTDB-Tk v0.0.7 Thanks, |
Hi Yubo, Thanks, |
Hi Pierre, Thanks! I have downloaded the new data (release 86), and successfully updated the GTDB-Tk to the latest version (gtdbtk-0.1.3); while i encountered errors in the test by running the command "gtdbtk -h" the error message is as below: "Successfully installed gtdbtk-0.1.3 i did not came up with this type of error with the previous version Thanks, |
Hi Yubo, Thanks, |
Hi,
The -GENERIC_PATH variable was changed to the absolute path of the directory containing the data downloaded from the https://data.ace.uq.edu.au/public/gtdbtk/ with this command:
(GENERIC_PATH = "/projects/b1052/pythonenvs/python2.7/gtdb_database/release83/")
while the error message in the log file suggested that the path was not read properly and the pfam database could not be reached properly
" summary_stats = summary_stats[summary_stats.keys()[0]]
AttributeError: 'NoneType' object has no attribute 'keys'
Error: File existence/permissions problem in trying to open HMM file /PATH/To/GtdbTK/data/markers/tigrfam/tigrfam.hmm.
HMM file /PATH/To/GtdbTK/data/markers/tigrfam/tigrfam.hmm not found (nor an .h3m binary of it); "
The path in the error above should be "/projects/b1052/pythonenvs/python2.7/GTDB/gtdb_database/release83/", instead of "/PATH/To/GtdbTK/data/"
Thanks!
The text was updated successfully, but these errors were encountered: