====== dextractor ======
Bax File Decoder and Data Compressor.
===== Information =====
* Version: git-a7f50c52 (developer does not tag proper release versions)
* Added: November, 2018
* Link: https://github.com/PacificBiosciences/DEXTRACTOR
===== Usage =====
See versions of dextractor which are available:
$ module avail dextractor
Load one version into your environment and run it:
$ module load dextractor/git-a7f50c52
$ dextract
===== Installation ======
Notes from the sysadmin during installation:
$ cd /tmp
$ git clone https://github.com/PacificBiosciences/DEXTRACTOR.git
$ sed -i 's/PATH_HDF5 = \/usr\/local\/hdf5/PATH_HDF5 = \/export\/apps\/hdf5\/1.8.15-patch1/' Makefile
$ make -f Makefile
$ sudo mkdir -p /export/apps/dextractor/git-a7f50c52/bin
$ sudo cp dextract dexta undexta dexar undexar dexqv undexqv dex2DB /export/apps/dextractor/git-a7f50c52/bin
$ sudo cp LICENSE README.md DISCLAIMER /export/apps/dextractor/git-a7f50c52