Difference between revisions of "Applications/Expat"
From HPC
m (Pysdlb moved page Expat to Applications/Expat without leaving a redirect) |
m |
||
Line 16: | Line 16: | ||
===Calculate assembly contiguity statistics=== | ===Calculate assembly contiguity statistics=== | ||
− | <pre style="background-color: | + | <pre style="background-color: black; color: white; border: 2px solid black; font-family: monospace, sans-serif;"> |
− | + | [username@login]$ module load expat/gcc/2.2.0 | |
− | [username@login] module load expat/gcc/2.2.0 | + | [username@login]$ xmlwf -- -myfile.xml |
− | [username@login] xmlwf -- -myfile.xml | ||
− | |||
</pre> | </pre> | ||
Revision as of 14:55, 18 April 2017
Contents
Application Details
- Description: This is James Clark's Expat XML parser library in C. It is a stream oriented parser that requires setting handlers to deal with the structure that the parser
discovers in the document.
- Version: 2.2.0 (gcc)
- Modules: expat/gcc/2.2.0
- Licence: Github, open-source
Usage Examples
This provides the binary xmlwf, with the library libexpat and expat.h includes for the C library API.
Calculate assembly contiguity statistics
[username@login]$ module load expat/gcc/2.2.0 [username@login]$ xmlwf -- -myfile.xml