XAM.jl
Description
XAM provides I/O and utilities for manipulating SAM and BAM formatted alignment map files.
Installation
XAM is made available to install through BioJulia's package registry. Julia's package manager only uses the "General" package registry by default. Your Julia configuration needs to include the BioJulia registry to be able to install the latest version of XAM.
To add the BioJulia registry from the Julia REPL, press ]
to enter pkg mode, then enter the following command:
registry add https://github.com/BioJulia/BioJuliaRegistry.git
Once the registry is added, you can install XAM while in pkg mode with the following command:
add XAM
If you are interested in the cutting edge of the development, please check out the develop branch to try new features before release.