from sequana import Contigs, sequana_data
filename = sequana_data("test_contigs_spades.fasta")
c = Contigs(filename)
c.hist_plot_contig_length()