Merge pull request #1 from culpinnis/patch-1 Added code for badges
Merge pull request #1 from culpinnis/patch-1
Added code for badges
Version: 0.9
Convert an InChI string to a SVG file
This Java tool converts an InChI string to a SVG file.
It was written in Java and requires the Chemistry Development Kit (CDK) and Maven to be compiled from source.
Usage on the command line:
java -jar cdk-inchi-to-svg-0.9-SNAPSHOT-jar-with-dependencies.jar 'InChI=1S/C28H24O5/c29-24-6-2-4-21-12-9-18-10-13-22(14-11-18)32-26-17-20(16-25(30)27(26)31)8-7-19-3-1-5-23(15-19)33-28(21)24/h1-6,10-11,13-17,29-31H,7-9,12H2' example.svg
Usage of the docker container:
docker run -v `pwd`:`pwd` -w `pwd` -ti ipb-halle/cd-inchi-to-svg 'InChI=1S/C28H24O5/c29-24-6-2-4-21-12-9-18-10-13-22(14-11-18)32-26-17-20(16-25(30)27(26)31)8-7-19-3-1-5-23(15-19)33-28(21)24/h1-6,10-11,13-17,29-31H,7-9,12H2' example.svg
Result:
The above image shows the structure of Marchantin A.
将化学分子InChI标识符转换为SVG矢量图形
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
cdk-inchi-to-svg
Version: 0.9
Short Description
Convert an InChI string to a SVG file
Description
This Java tool converts an InChI string to a SVG file.
It was written in Java and requires the Chemistry Development Kit (CDK) and Maven to be compiled from source.
Example
Usage on the command line:
Usage of the docker container:
Result:
The above image shows the structure of Marchantin A.
Approaches
Tool Authors
Publications