my doubt is if my sequence has actually improved? refseq is the reference sequence. polished is the output from pilon and contigs.fasta is my file generated from spades.
pls help
I used the command
Please do not paste screenshots of plain text content, it is counterproductive. You can copy paste the content directly here (using the code formatting option shown below), or use a GitHub Gist if the content volume exceeds allowed length here.
Then run multiqc on the dir with results to pick up the comparative number of SNPs and indels per 100kbp pre and post polishing. That will allow you to make a judgement.
You should have log files from pilon, which indicates the % of corrected bases per contig and other useful metrics.
As mentioned by colindaven, you need to compare the genomes pre and post polishing to judge wether pilon improved your assembly.
You can use Quast to compare contig statistics, BUSCO to assess completeness (but I suspect pilon will not change these values too much) and / or align your assemblies to closely related species, if available.