{primary} If you use a
custom isotopes.data
file, you must recreate the file when upgrading your Marvin application.
MarvinSketch from the Marvin Beans package refers to the same relative path to access the isotopes list. The following values are in the tab-separated columns:
To add a custom isotope:
isotopes.txt
or elements.txt
:
user_home/chemaxon/ folder
chemaxon/isotopes.txt
or chemaxon/elements.txt
inside the ChemAxon-core.jar
. ChemAxon-core.jar
is a compressed archive file that you can extract/pack with any zip (un)compressor tool.Old element and isotopic data:
All isotopes are listed in the binary file: chemaxon/isotopes.data
, a compressed file which stores isotopes.txt
in a heavily optimized versioned format.
To add or edit isotopes you can alter isotopes.txt
source file found in the build subdirectory of the Marvin package.
To encode source file (isotopes.txt
), use the IsotopeCompiler tool that creates a new copy of isotopes.data from the given source file.
MarvinSketch from the Marvin Beans package refers to the same relative path to access the isotopes list. But, in this case, the path indicates the location of the file inside MarvinBeans.jar
(or jchem.jar
by JChem package). You can find MarvinBeans.jar
in the lib
subdirectory of the Marvin Beans package.
The following values are in the tab-separated columns:
To add a custom isotope:
build/isotopes.txt.
isotopes.data
: enter into the build directory and type the following command:
java -jar isotopescomp.jar isotopes.txt
The output will be isotopes.data
in the same directory.isotopes.data
or elements.zip
:Marvin Beans:
user_home/chemaxon/
folder.chemaxon/isotopes.data
or chemaxon/elements.zip
inside the chemaxon-core.jar
. Chemaxon-core.jar
is a compressed archive file that you can extract/pack with any zip (un)compressor tool.