# This file is part of the massXpert project.

# The "massXpert" project is released ---in its entirety--- under the
# GNU General Public License and was started (in the form of the GNU
# polyxmass project) at the Centre National de la Recherche
# Scientifique (FRANCE), that granted me the formal authorization to
# publish it under this Free Software License.

# Copyright (C) 2006,2007 Filippo Rusconi

# This is the monomer_dictionary file where the correspondences
# between the codes of each monomer and their graphic file (pixmap
# file called "image") used to graphicallly render them in the
# sequence editor are made.

# The format of the file is like this :
# -------------------------------------

# Ala%alanine.svg

# where Ala is the monomer code and alanine.svg is a
# resolution-independent svg file.

# Each line starting with a '#' character is a comment and is ignored
# during parsing of this file. 

# This file is case-sensitive.

Ala%alanine.svg
Cys%cysteine.svg
Asp%aspartate.svg
Glu%glutamate.svg
Phe%phenylalanine.svg
Gly%glycine.svg
His%histidine.svg
Ile%isoleucine.svg
Lys%lysine.svg
Leu%leucine.svg
Met%methionine.svg
Asn%asparagine.svg
Pro%proline.svg
Gln%glutamine.svg
Arg%arginine.svg
Ser%serine.svg
Thr%threonine.svg
Val%valine.svg
Trp%tryptophan.svg
Tyr%tyrosine.svg

