-
Notifications
You must be signed in to change notification settings - Fork 2
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
how to get the virus_genes/XXXX_best_genes.fna file #1
Comments
the following is my python code, it works def extract_sequences():
if name == "main": |
Hi @tynot. I'm happy to see that you are able to use this code for your own analysis. I think I left out one small step in the workflow document between the running of The output from
Please let me know if this works for you. |
I would like to express my sincere appreciation to your research group for generously sharing the analysis code. I have been trying to use a part of the code to analyze my metagenomic sequencing data. However, I have encountered a problem and I hope you can assist me. In the "General bioinformatics workflow", in the "Build a Bowtie2 mapping index of the best genes in each environment" section, I am wondering how I can obtain the virus_genes/XXXX_best_genes.fna file. I have already got the virus_genes/XXXX_virus_genes_combined.ffn and virus_genes/XXX_best_genes.txt by using choose_genes.py. I have spent some time trying to figure it out on my own, but unfortunately, I have not been successful. I believe your expertise and knowledge in this area could provide me with the necessary guidance to overcome this obstacle. Thank you so much for your attention and I look forward to your reply.
The text was updated successfully, but these errors were encountered: