Hello experts,
Just wondering if it is a common thing that my contigs.fasta file is missing nodes. For example, I will have nodes 1-100, but as I get into higher numbers I will be missing some so I will have node_110, node_111, node_115. Where is node_112, node_113, and node_114?
Thank you!
I just found out by digging more into my output files from metaspades. It was not an issue with metaspades it was actually an issue with my blast. The contigs.fasta file when using
grep -c "NODE"
returns the same number of lines as my input fasta file. When grepping for certain number ranges, all numbers are there. My blast result file (after blasting my contigs with blast+) was missing reads and I think it may be due to time limits or thresholds I set. I have to confirm this though by rerunning it but the contigs.fasta file and even the first_pe_contigs.fasta file had all the numbers there!