Git Product home page Git Product logo

Comments (12)

pchaumeil avatar pchaumeil commented on August 27, 2024

Hi Alice,
The fastani dependency should be resolved in the new gtdbtk version 0.0.4b2
https://pypi.python.org/pypi/gtdbtk/0.0.4b2

Please update gtdbtk and let me know if the problem persists.

Thanks,
Pierre

from gtdbtk.

zyyalice avatar zyyalice commented on August 27, 2024

Hi Pierre
thanks for your reply.
I have tried this new gtdbtk version 0.04b2, but the problem still exists.

INFO: GTDB-TK v0.0.4b2
INFO: gtdbtk classify_wf --cpus 24 --genome_dir my_genomes --out_dir gtdbtk_output
WARNING: Results are still being validated and taxonomic assigmnts may be incorrect! Use at your own risk!
fastani is not on the system path.
controlLed exit resulting from an unrecoverable error or warning.

from gtdbtk.

pchaumeil avatar pchaumeil commented on August 27, 2024

Hi Alice,
I think I have found the issue.
Would you mind trying again with version 0.04b3.

Thanks,
Pierre

from gtdbtk.

zyyalice avatar zyyalice commented on August 27, 2024

Hi Pierre
I am very glad to tell you, it seems you solved the problem. Well done! Thank you!
but the bad news is it seems there is another problem. The error message is:

[2018-03-08 13:50:52] INFO: GTDB-Tk v0.0.4b3
[2018-03-08 13:50:52] INFO: gtdbtk classify_wf --cpus 24 --genome_dir my_genome --out_dir output
[2018-03-08 13:50:52] WARNING: Results are still being validated and taxonomic assignments may be incorrect! Use at your own risk!
[2018-03-08 13:50:52] INFO: Identifying markers in 4 genomes with 24 threads.
[2018-03-08 13:50:52] INFO: Running Prodigal to identify genes.
==> Finished processing 4 of 4 (100.0%) genomes.
[2018-03-08 13:51:26] INFO: Identifying TIGRFAM protein families.
==> Finished processing 4 of 4 (100.0%) genomes.
[2018-03-08 13:51:32] INFO: Identifying Pfam protein families.
Can't locate Moose.pm in @inc (you may need to install the Moose module).

But i have already installed the "Moose module", so how should i solve the problem? Thank you~

Thanks,
Alice

from gtdbtk.

pchaumeil avatar pchaumeil commented on August 27, 2024

Hi Alice,
This is more a Perl issue.
Have you installed Moose module as root?

You need to make sure that the folder where Moose.pm is located is part the @inc variable.
If it's not , you can set the PERL5LIB ( or PERLIB) environment variable the same way you set PATH environment variable. Every directory listed in this variable will be added to @inc.

i.e:
export PERL5LIB=/path/to/moose/directory

Cheers,
Pierre

from gtdbtk.

zyyalice avatar zyyalice commented on August 27, 2024

Hi Pierre,
After your great, patient and consistent help, i am glad to tell you that it worked out.
Thank you very much! You are really helpful!

Thank you again,
Alice

from gtdbtk.

snayfach avatar snayfach commented on August 27, 2024

I've encountered the same issue. Would you add this to the installation instructions? Specifically the issue about the Moose.pm module. I also had to install the IPC::Run Perl module

Thanks,
Stephen

from gtdbtk.

snayfach avatar snayfach commented on August 27, 2024

I just cloned the latest version of the software and got the fastani error:

$ gtdbtk classify --genome_dir genomes --align_dir ./ --out_dir ./
[2018-03-15 17:34:21] INFO: GTDB-Tk v0.0.3
[2018-03-15 17:34:21] INFO: gtdbtk classify --genome_dir genomes --align_dir ./ --out_dir ./
[2018-03-15 17:34:21] WARNING: Results are still being validated and taxonomic assignments may be incorrect! Use at your own risk!
fastani is not on the system path.

Controlled exit resulting from an unrecoverable error or warning.

This is because the downloaded binary is called fastANI not fastani. Renaming the binary solved the issue

from gtdbtk.

pchaumeil avatar pchaumeil commented on August 27, 2024

Hi Stephen,
Thanks for your feedback.
I have added an installation note to inform that Moose and IPC::Run modules are required.

the fastANI/fastani issue and few other bugs have been fixed in the latest version of gtdbtk (0.0.5) .

Cheers,
Pierre

from gtdbtk.

uzunmasha avatar uzunmasha commented on August 27, 2024

Hi!
I've installed the latest release and tried very hard to figure out how to connect fast ANI, but I have the same error:
INFO: GTDB-Tk v0.1.3
INFO: gtdbtk classify_wf --genome_dir /home/user1/gtdbtk --out_dir /home/user1/gtdbtk/gtdbtk_result/
WARNING: Results are still being validated and taxonomic assignments may be incorrect! Use at your own risk!
fastANI is not on the system path.

Controlled exit resulting from an unrecoverable error or warning.

Can you help me solve the problem?
Thanks,
Maria

from gtdbtk.

donovan-h-parks avatar donovan-h-parks commented on August 27, 2024

Hello Maria. I'd suggest making sure FastANI works independent of GTDB-Tk. If you type "fastANI -h" on your command line does it bring up the help menu for FastANI? If not, than it is not yet on your system path.

from gtdbtk.

ssun6 avatar ssun6 commented on August 27, 2024

Hi, I installed the latest gtdbtk today and had the same issue while FastANI works okay independently on command line. I couldn't figure out what is happening. Any suggestions? Thank you!
Shan

from gtdbtk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.