Description Creating plots for FASTA amino-acids files. Example usage Creating average protein length bar plot for Yeast, E. coli and Human: ./avg_length.py Yeast.fasta Ecoli.fasta Human.fasta Creating average protein length histogram for Yeast: ./avg_length_hist.py Yeast.fasta Creating amino acids frequencies grouped bar plot for Yeast, E. coli and Human: ./aa_freqs.py Yeast.fasta Ecoli.fasta Human.fasta