This package implements truncation, alignment, artifact filtering and counting of Hi-C read pairs.
Diachromatic requires Java 11 or higher to run. We recommend downloading the latest version from the release page of the project.
You can run the program using this command:
java -jar Diachromatic.jar
You should see a help message in the shell.
The documentation of Diachromatic is available at https://thejacksonlaboratory.github.io/diachromatic.
To build the application on your own, clone the repository and build the app with the amazing Maven wrapper:
git clone https://github.com/TheJacksonLaboratory/diachromatic.git
cd diachromatic
./mvnw package
To test whether the build process was successful, enter the following command:
java -jar target/Diachromatic.jar