com.actelion.research.chem.io.pdb.converter.ConstantsAminoAcidsLabeled Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openchemlib Show documentation
Show all versions of openchemlib Show documentation
Open Source Chemistry Library
package com.actelion.research.chem.io.pdb.converter;
/**
* ConstantsAminoAcidsLabeled
* Copyright: Idorsia Pharmaceuticals Ltd., Inc. All Rights Reserved
* This software is the proprietary information of Idorsia Pharmaceuticals, Ltd.
* Use is subject to license terms.
* Created by korffmo1 on 17.04.18.
*/
public class ConstantsAminoAcidsLabeled {
public static final String TAG_AAS_NAME = "Name";
public static final String TAG_AAS_ABBR1 = "Abbreviation1";
public static final String RESOURCE_AAS_LABELED = "/resources/pdb/aminoAcidsLabeled.txt";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy