i used Abyss to assemble some reads and after assembly, it give me stats like this:
n:114915
min:500
n50:739
sum:2471869
it say me that minimum contig size is 500 while in output fasta file i see contigs less than 500. it confused me. also when i use grep command (grep -v ">" input.fasta | wc | awk '{print $3-$1}') to get nucleotide count it give me 17458192 that is so bigger than 2471869. what is problem?
Could you provide more details of the parameters used or any log information