-
Notifications
You must be signed in to change notification settings - Fork 0
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
ERROR! Tree file of gene COX2 not found : trees2/aligned_COX2_pro.zZ.fasta.treefile #21
Comments
Hello, Seems like a false positive hit, which can be resolved by lowering the search sensitivity after I implement the feature as #19. For now, could you please try to use different tree inference methods (FastTree or RAxML) and see if the issue persists? This will specify which step is failing, between alignment and tree inference. |
Hello, I forgot to update the topic, I did used Fasttree and it worked. But I will also try the other solution and hopefully to not forget to make a comment about it. Thank you very much! |
So, I just tested the new feature, but so far the default tree option is not working for any of the sensitivity options at least for my data. I have rerun the tree using Raxml without any problem with both default sensitivity and lowest sensitivity option. |
Could you check if the same super long COX1 sequence was found from the profile generated with the lowest sensitivity option? If so, I will try to look into the reference gene database of these mitochondrial genes. |
yes it did happen but not with COX anymore but TUB1 |
Hi, I'm getting the same error for another protein:
I had a look in the fasta file and there is no false positive hit as in @salvatierra8's case. My sequences all line up nicely. |
I recently stumbled into this error using a smaller dataset and found the exact reason why IQ-TREE suffers. IQ-TREE deduplicates the input MSA, therefore if given MSA contains 3 or less unique alignment rows, the tree won't be produced, which subsequently results in this My recent commit rectifies this issue, and will be included in the next stable release. I suppose a binary compiled with the most recent version won't suffer from this issue anymore. I would be most appreciated If anyone can test this on your dataset to see whether the issue is fixed. |
Please check your |
Looks like it was due to an old version of iqtree installed via apt. |
OK, next problem :-) |
@JWDebler I looked into this, and found out that the Maven compiled binary doesn't properly include the GSI calculation package as a dependency. Precompiled JAR (including the conda release) doesn't suffer from this. Confusing part is that the process is finishing without invoking any error. Since I do not have a source code for this package, I need to find a way to properly include the package into the |
@endixk Thanks, yep renaming works with this commit. The folder doesn't get cleaned up though, all the files are in the same folder while the previous conda version (1.0.5) organises everything neatly like this: |
The cleaning script is included in the config payload and they'll be gone after the version update. It should work fine after downloading it with |
Greetings,
I getting said error when running the tree command, it also seems the process does not complete because of this. I'm not able to determine what is causing the error. I checked the COX2_pro.zZ.fasta files:
The only weird thing that I am able to discern is that the sequence is significantly larger than the others, also with less identity. What could be causing this error?
The text was updated successfully, but these errors were encountered: