--
Anvi'o Paper: https://peerj.com/articles/1319/
Project Page: http://merenlab.org/projects/anvio/
Code Repository: https://github.com/meren/anvio
---
You received this message because you are subscribed to the Google Groups "Anvi'o" group.
To unsubscribe from this group and stop receiving emails from it, send an email to anvio+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/anvio/2050cef0-738b-4e79-91e9-4d392adddf91%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hey Sharok,The key column in the anvi-export-gene-coverage-and-detection script is the `gene_caller_id` column in your gene_functions file.But I wonder why don't you do it this way: You could run anvi-run-ncbi-cogs on your contigs database, and then you could run anvi-summarize on a collection with --init-gene-coverages flag. In your results you would find a file for gene calls with everything together (gene caller id, function, coverage across samples, gene sequnce, etc).Best,
On Wed, Aug 30, 2017 at 10:34 AM, <shahrokh....@gmail.com> wrote:
Hi Anvio's team!I've got my gene coverage and detections using anvi-export-gene-coverage script. I am trying to map these genes to COG functions, but I am not sure that the "key" column in this file shows "entry_id" or "gene_caller_id" in my gene_functions file exported from the contigs database.Thanks,Sharok
--
Anvi'o Paper: https://peerj.com/articles/1319/
Project Page: http://merenlab.org/projects/anvio/
Code Repository: https://github.com/meren/anvio
---
You received this message because you are subscribed to the Google Groups "Anvi'o" group.
To unsubscribe from this group and stop receiving emails from it, send an email to anvio+un...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to anvio+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/anvio/fbe73094-ef62-459f-af95-493857563ff2%40googlegroups.com.
for split in `sqlite3 PATH/TO/PROFILE.db 'select contig from mean_coverage_contigs;'`; do echo $split | awk '{print $1 "\tALL"}'; done > default-collection.txt
anvi-import-collection default-collection.txt -p PATH/TO/PROFILE.db -c PATH/TO/CONTIGS.db -C DEFAULT
anvi-summarize -c PATH/TO/CONTIGS.db -p PATH/TO/PROFILE.db -C DEFAULT -o summary --init-gene-coverages
To unsubscribe from this group and stop receiving emails from it, send an email to anvio+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/anvio/fbe73094-ef62-459f-af95-493857563ff2%40googlegroups.com.