quast icon indicating copy to clipboard operation
quast copied to clipboard

Plots in text format

Open MartaBenegas opened this issue 3 years ago • 0 comments

Hi QUAST team!

I've just started using QUAST and I was wondering if there's a way to save the plots in a text file. That is, tab files with the coordinates of the plot. For example, for the Nx plot: image

Something like this:

NX    Contig length (bp)
0      4000
20     4000
40     4000
60     1600
80     1600
100    1200

The same for the rest of the plots. I ask this because I would like to draw my own plots, so I need the data. EDIT: I don't see the data plotted in any report. For example, it only contains N50 and N90 and I can't find the data for the cumulative plot either, etc.

Thanks!

EDIT: I've run this basic analysis: python2 quast.py test_data/contigs_1.fasta -o /data/

MartaBenegas avatar Nov 07 '22 13:11 MartaBenegas