# 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,2008,2009 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 :
# -------------------------------------

# A%adenine.svg

# where A is the monomer code and adenine.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.

Da%dadenine.svg
Dt%dthymine.svg
Dg%dguanine.svg
Dc%dcytosine.svg

Sda%ps-dadenine.svg
Sdt%ps-dthymine.svg
Sdg%ps-dguanine.svg
Sdc%ps-dcytosine.svg

Ra%radenine.svg
Rg%rguanine.svg
Rc%rcytosine.svg
Ru%ruracile.svg

Sra%ps-radenine.svg
Srg%ps-rguanine.svg
Src%ps-rcytosine.svg
Sru%ps-ruracile.svg
