GlycanBuilder2
No description available
Install / Use
/learn @glycoinfo/GlycanBuilder2README
GlycanBuilder2
<!-- 書いておくこと(書き終わったものは文頭に"*"を書いておく) * 実行ファイルへのリンク(RINGSで公開されているもの, GLICで公開されているとのこと) 64bitOSで実行することを想定して良さそう、32bitは考慮しない * ビルドのやり方 * 実行ファイルの実行方法 * 論文の書誌情報 マニュアルはどこかにあっただろうか? * GUIの使用する場合の操作方法(必要最低限の操作は書いておいたほうがいいかもしれない) * Import/Exportのやり方だけでも書いておく方がユーザビリティに富むと思われるが -->Downloads
Standalone executable GlycanBuilder2
- GlycanBuilder2
- Supported OS :
- Windowds (64bit)
- macOS (64bit/Intel&M1,M2)
Requirement
- Java 8 (or later)
- maven 3.6 (or later)
Release node
Please see about details.
Compile
Clone this repository in the local repository.
git clone https://github.com/glycoinfo/GlycanBuilder2.git
Move to the cloned local repository and compile the source files
cd ~/Directory_of_local_repository/GlycanBuilder2
mvn clean compile
If a certificate error such as "PKIX path validation failed" occurred during the compilation process, please you try again with the below command.
mvn clean compile -X -Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true -Dmaven.wagon.http.ssl.ignore.validity.dates=true
JAR file
Runable JAR (Java Archive) file is generate the below command.
mvn clean -P make-fat-jar package
When compilation in finished, jar file is created in the target folder.
[INFO] Building jar: /../../Directory_of_local_repository/GlycanBuilder2/target/glycanbuilder2-jar-with-dependencies.jar
- Windows or Linux
java -jar ./target/glycanbuilder2-jar-with-dependencies.jar
- Mac OS X
java -XstartOnFirstThread -jar ./target/glycanbuilder2-jar-with-dependencies.jar
Example
Import WURCS string

- Click Add structure from string (Red marked).
- Paste WURCS string into the text area, and select WURCS2 in the input sequence format (Red marked).
- When click import button, represent glycan image on the canvas.
Export WURCS string

- Drag and select a glycan image on the canvas.
- Click Get string from structure (Red marked).
- Select WURCS2 in the String encoded.
- WURCS2 string is output.
Export images

- Drag and select a glycan image on the canvas.
- Click Export to graphical formats on the File tab and select the image format.
- Select a directory to save the image.
