Skip to content
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

Can't find FastTreeMP #258

Closed
alexximalayaunlv opened this issue Feb 13, 2019 · 4 comments
Closed

Can't find FastTreeMP #258

alexximalayaunlv opened this issue Feb 13, 2019 · 4 comments

Comments

@alexximalayaunlv
Copy link

alexximalayaunlv commented Feb 13, 2019

Hi, I installed Fasttree and set several aliases in modulefiles. But when I run the code below, there is an error.
graftM create --output /tmp/my.gpkg --sequences 61_otus.fasta --taxonomy 61_otu_taxonomy.txt

                         GraftM 0.11.1

02/12/2019 09:08:53 PM ERROR: The following programs appear to be missing, and need to be updated or installed before GraftM can continue:
"02/12/2019 09:08:53 PM ERROR: FastTreeMP/FastTree http://www.microbesonline.org/fasttree/"

However, when I type command below, it seems fasttree is correctly installed (I also use the software to build a tree). It's really odd that graftm can't find the software.

"FastTreeMP -h
Unknown or incorrect use of option -h
FastTree protein_alignment > tree
FastTree < protein_alignment > tree
FastTree -out tree protein_alignment
FastTree -nt nucleotide_alignment > tree
FastTree -nt -gtr < nucleotide_alignment > tree
FastTree < nucleotide_alignment > tree..."

I need your help.. Thanks!!!

@wwood
Copy link
Collaborator

wwood commented Feb 13, 2019 via email

@alexximalayaunlv
Copy link
Author

I used FastTreeMP 2.1.9. Does that matter?

@wwood
Copy link
Collaborator

wwood commented Feb 13, 2019

It does seem to matter, apparently. Running FastTree -h with 2.1.9 fails, where on 2.1.10 it works.

GraftM would work with 2.1.9, except that the check procedure to make sure FastTree is present is causing problems.

Let me know if that doesn't work.
THanks, ben

@wwood wwood closed this as completed Feb 13, 2019
@alexximalayaunlv
Copy link
Author

Interesting! version 2.1.10 works! Thanks for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants