This repository contains code for reading Bigbed and Bigwig format files. The code is from an earlier version of IGV, repackaged as an OSGi bundle for use in other projects.
Compiled jar file is available from maven repository https://nexus.bioviz.org/repository/maven-releases/.
- Install gradle
- Execute
gradle jarto create the artifacts
- Edit
build.gradlewith address of target repository and credentials - Execute
gradle uploadArchives
This will deploy compiled artifact and source code.
- Fork this repository
- Make changes on a topic branch
- Submit a pull request from topic branch to master branch
- Ann Loraine (aloraine@uncc.edu)