-
Notifications
You must be signed in to change notification settings - Fork 26
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
Add check for input genome file not having line return after last input genome (renamed by Mike) #75
Comments
Hey there, @Calvin2077! Thanks for the kind words :) A genome shouldn’t be dropped due to the redundancy estimate, that’s just a notice. Are you sure it’s not in the final tree? If not, it may be getting dropped for not enough target genes being found, which we can adjust |
Hello AstrobioMike, You're welcome, and thank you for getting back to me so fast it is much appreciated. And I checked my tree and I am indeed missing a species. Moreover when I run the code "GToTree -f Untitled2.txt -o hope_new -H Archaea" it says it is only using 40 out of my 41 species despite my list (Untitled2.txt) containing all of them. I don't know if it's related but the one that is missing is the last one on my list. |
Hmm, strange. Any chance you’d be able to share the fasta files and the input Untitled.txt file with me at MikeLee<at>bmsis.org so I can take a look? I’ll delete them right after testing of course |
@Calvin2077 and i tracked down that the issue was the input file listing the paths to the genomes didn't have a line-return character at the end of the file, and the last one was being left off i need to think about how to put in a check for this |
Note for myself I currently runn a Line 435 in 39ce5f1
I can add the |
Hello!
I recently discovered your GToTree and have found it super helpful for my master's project and your clear instillation and instructions have been a huge help in getting it too work on my laptop so thank you very much.
I did a practice run of my species and one was dropped due to the redundancy being greater than 10%. As I am needing to include all my species for my project if there a way to increase the threshold of redundancy when using amino acids fasta files?
Thanks
The text was updated successfully, but these errors were encountered: