-
Notifications
You must be signed in to change notification settings - Fork 17
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
PGAP LTP issue and --auto-correct-tax #19
Comments
Hi Arun - thank you for providing this report.
The ANI report you provided is truncated. What are the two following lines (Status and Confidence)? If the Confidence is LOW, the logic doesn't reassign the genome to the predicted organism. There is no option to provide a locus tag prefix to RAPT. However, since you have already assembled the genome, you can run PGAP (https://github.com/ncbi/pgap/wiki) which will allow you to provide an LTP in the input yaml file. |
Yes you are right. The confidence was low
I also observed that Thanks. |
Based on the data you report here, there is more evidence that the genome belongs to Martelella lutilitoris (a Rhizobiales) rather than Alteromonas, but ANI is not able to provide confirmation. I would try running PGAP with |
Hello,
I assembled a genome with SPAdes --> checkM. CheckM showed it as Rhizobiales with 99.6% completeness. But ANI identified it as Altermonas.
I thought of trying RAPT in one go in local workstation.
./run_rapt.py -q R1.fq.gz,R2.fq.gz --organism "Alteromonas" --strain "AK250" -o RAFT_testout --auto-correct-tax -c 64
The number of contigs, N50 is same as SPAdes assembly. However, ANI report shows the following:
Also, auto-correct-tax did not override the Alteromonas to Matelella in the final output.
Another question is: How to provide LTP prefix for PGAP?
I would like to provide a desired prefix.
Thanks in advance.
The text was updated successfully, but these errors were encountered: