-
Notifications
You must be signed in to change notification settings - Fork 16
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
Comments
Hi, what version of FastTree are you running?
…On Feb 13 2019, at 1:13 pm, alexximalayaunlv ***@***.***> wrote:
Hi, I install 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 below, it seems fasttree is correctly installed (I also use the software to build a tree). It seems odd to me why 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!!!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub (#258), or mute the thread (https://github.com/notifications/unsubscribe-auth/AAA79NfVctoBW8vWIZn-vNwQCrkuaYIyks5vM58AgaJpZM4a4oBw).
|
I used FastTreeMP 2.1.9. Does that matter? |
It does seem to matter, apparently. Running 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. |
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
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
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!!!
The text was updated successfully, but these errors were encountered: