Hey team!
So first off thank you so much for the help so far! Your advice got me pointed in the right direction. I am unfortunately stuck again. I was able to make the 80 percent collection like you suggested (or at least I think I have made them) but then when I run:
anvi-interactive -p SAMPLESMERGED/PROFILE.db -c 03_CONTIGS/contigs.db -C percent80_collection
I get this error:
Traceback (most recent call last):
File "/software/miniconda3/envs/anvio-6/bin/anvi-interactive", line 115, in <module>
d = interactive.Interactive(args)
File "/software/miniconda3/envs/anvio-6/lib/python3.6/site-packages/anvio/interactive.py", line 212, in __init__
self.load_collection_mode()
File "/software/miniconda3/envs/anvio-6/lib/python3.6/site-packages/anvio/interactive.py", line 808, in load_collection_mode
self.load_full_mode()
File "/software/miniconda3/envs/anvio-6/lib/python3.6/site-packages/anvio/interactive.py", line 947, in load_full_mode
ProfileSuperclass.__init__(self, self.args)
File "/software/miniconda3/envs/anvio-6/lib/python3.6/site-packages/anvio/dbops.py", line 2330, in __init__
total_reads_mapped = [int(num_reads) for num_reads in self.p_meta['total_reads_mapped'].split(',')]
KeyError: 'total_reads_mapped'
anvi-get-sequences-for-hmm-hits -p SAMPLESMERGED/PROFILE.db -c 03_CONTIGS/contigs.db -C percent80_collection -o percent80_concatenate.fa --hmm-source Ribosomal_RNAs --gene-names Archaeal_23S_rRNA,Archaeal_5S_rRNA,Archaeal_5_8S_rRNA,Bacterial_16S_rRNA,Bacterial_23S_rRNA,Bacterial_5S_rRNA,Eukaryotic_28S_rRNA,Eukaryotic_5S_rRNA,Eukaryotic_5_8S_rRNA,Mitochondrial_12S_rRNA,Mitochondrial_16S_rRNA,Archaeal_16S_rRNA --return-best-hit --get-aa-sequences --concatenate
The error is:
Config Error: Drivers::Muscle: Something went wrong with this alignment that was working on 24
sequences :/ You can find the output in this log file:
/tmp/tmpc8087_s6/00_log.txt
When I look in the temp file it says my input file has no sequences:
*** ERROR *** No sequences in input file
I'm not sure how it is possible that there aren't any sequences. I also checked and only used genes that were found in all 88 bins.
Any help would be greatly appreciated! Also, side note but while going through your phylogenomics tutorial I saw the special thanks/shout-out to Luke McKay for the --concatenate flag! He is the one that introduced me to Anvi'o and gave me my first lessons on how to use it! It was fun seeing that shout-out. Thanks again and let me know if you want any of the files I am using.
Hannah